Skip to content

Commit 7ebc9b5

Browse files
author
Cephas Lin
committed
reword
1 parent d32611d commit 7ebc9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ az webapp connection create sql --connection defaultConnector --resource-group <
697697
az sql server update --enable-public-network false
698698
```
699699
700-
By default, they command `az webapp connection create sql --client-type dotnet --system-identity --config-connstr` does the following:
700+
By default, the command `az webapp connection create sql --client-type dotnet --system-identity --config-connstr` does the following:
701701
702702
- Sets your user as the Entra ID administrator of the SQL database server.
703703
- Create a system-assigned managed identity and grants it access to the database.

0 commit comments

Comments
 (0)