Skip to content

Commit 90a3a99

Browse files
authored
Update README.md
1 parent fbd5a24 commit 90a3a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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>'

0 commit comments

Comments
 (0)