You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SQL Server Aspire Samples
2
2
3
-
A set of samples that show how to integrate SQL Server and Azure SQL with .NET Aspire.
3
+
A set of samples that show how to integrate SQL Server and Azure SQL with [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview).
4
4
5
5
**Updated to use Aspire 9.2.**
6
6
@@ -30,7 +30,7 @@ The simplest integration of SQL Server in .NET Aspire. It takes the "Base" examp
30
30
sqlcmd create mssql --accept-eula
31
31
```
32
32
33
-
Get the ADo.NET connection string from the SQL Server container via:
33
+
Get the ADO.NET connection string from the SQL Server container via:
0 commit comments