Skip to content

Commit b858d93

Browse files
committed
2 parents 5244b10 + e5f231c commit b858d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dotnet user-secrets set 'ConnectionStrings:db' '<your-connection-string>'
4646

4747
- Folder: [`./hostedss`](./hostedss)
4848

49-
Change the BYOSS sample so the SQL Server is deployed and managed by Aspire orchestration, providing a basic integration with the Aspire environment. SQL Server is deployed in a OCI container by Aspire. No changes to WebAPI project. If you want to set the password for the created SQL Server, you can do it by setting the `` user secret:
49+
Change the BYOSS sample so the SQL Server is deployed and managed by Aspire orchestration, providing a basic integration with the Aspire environment. SQL Server is deployed in a OCI container by Aspire. No changes to WebAPI project. If you want to set the password for the created SQL Server, you can do it by setting the `Parameters:sqlsrv-password` user secret:
5050

5151
```bash
5252
dotnet user-secrets set 'Parameters:sqlsrv-password' '<your-password>'
@@ -91,7 +91,7 @@ Please note that to keep the sample as simple as possible the EF Core entities a
9191

9292
- Folder: [`./hostedss - dbup - dab`](./hostedss%20-%20dbup%20-%20dab)
9393

94-
In this sample, taken from the `./hostedss - dbup` sample, and add Data API Builder (DAB) to the solution, so that the database can be exposed as a REST and GraphQL API, so there is no need anymore to manuallly created a CRUD API and therefore the WebAPI project is removed.
94+
In this sample, taken from the `./hostedss - dbup` sample, add [Data API Builder (DAB)](https://aka.ms/dab) to the solution, so that the database can be exposed as a REST and GraphQL API, so there is no need anymore to manuallly create a CRUD API and therefore the WebAPI project is removed.
9595

9696
DAB is orchestrated by Aspire, via the community extension `CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder`, that has been added to the AppHost project.
9797

0 commit comments

Comments
 (0)