We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32611d commit 7ebc9b5Copy full SHA for 7ebc9b5
articles/app-service/tutorial-dotnetcore-sqldb-app.md
@@ -697,7 +697,7 @@ az webapp connection create sql --connection defaultConnector --resource-group <
697
az sql server update --enable-public-network false
698
```
699
700
-By default, they command `az webapp connection create sql --client-type dotnet --system-identity --config-connstr` does the following:
+By default, the command `az webapp connection create sql --client-type dotnet --system-identity --config-connstr` does the following:
701
702
- Sets your user as the Entra ID administrator of the SQL database server.
703
- Create a system-assigned managed identity and grants it access to the database.
0 commit comments