From e88dfe90571b56af61db7878213621e4cf00aa23 Mon Sep 17 00:00:00 2001 From: Stuart Padley Date: Thu, 23 Nov 2023 05:57:03 -0800 Subject: [PATCH] Update sql-server-entity-framework-component.md Fix Copy/Paste errors (should be SQL Server content, not PostgreSQL --- docs/database/sql-server-entity-framework-component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/database/sql-server-entity-framework-component.md b/docs/database/sql-server-entity-framework-component.md index fc4ab9297..23c0a7e8a 100644 --- a/docs/database/sql-server-entity-framework-component.md +++ b/docs/database/sql-server-entity-framework-component.md @@ -20,7 +20,7 @@ In this article, you learn how to use the .NET Aspire SqlServer Entity Framework ## Get started -To get started with the .NET Aspire PostgreSQL Entity Framework Core component, install the [Aspire.Microsoft.EntityFrameworkCore.SqlServer](https://www.nuget.org/packages/Aspire.Microsoft.EntityFrameworkCore.SqlServer) NuGet package. +To get started with the .NET Aspire SQL Server Entity Framework Core component, install the [Aspire.Microsoft.EntityFrameworkCore.SqlServer](https://www.nuget.org/packages/Aspire.Microsoft.EntityFrameworkCore.SqlServer) NuGet package. ### [.NET CLI](#tab/dotnet-cli) @@ -205,6 +205,6 @@ The .NET Aspire SQL Server Entity Framework Core component will emit the followi - ec_Microsoft_EntityFramew_total_optimistic_concurrency_failures - ec_Microsoft_EntityF_optimistic_concurrency_failures_per_second -- [Azure Database for PostgreSQL documentation](/azure/postgresql/) +- [Azure SQL Database documentation](/azure/azure-sql/) - [.NET Aspire components](../components-overview.md) - [.NET Aspire GitHub repo](https://github.com/dotnet/aspire)