Skip to content

Commit 01b1bd4

Browse files
author
Cephas Lin
committed
reword
1 parent 2065e60 commit 01b1bd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,9 @@ By default, they command `az webapp connection create sql --client-type dotnet -
706706
Your app should now have connectivity to the SQL database. For more information, see [Tutorial: Connect to Azure databases from App Service without secrets using a managed identity](tutorial-connect-msi-azure-database.md).
707707
708708
> [!TIP]
709-
> Don't want to enable public network connectivity? You can run it from an [Azure cloud shell that's integrated with your virtual network](../cloud-shell/vnet/deployment.md) if you have the **Owner** role assignment on your subscription.
709+
> **Don't want to enable public network connection?** You can skip `az sql server update --enable-public-network true` by running the commands from an [Azure cloud shell that's integrated with your virtual network](../cloud-shell/vnet/deployment.md) if you have the **Owner** role assignment on your subscription.
710+
>
711+
> To grant the identity the required access to the database that's secured by the virtual network, `az webapp connection create sql` needs direct connectivity to the database server.
710712
711713
### What can I do with GitHub Copilot in my codespace?
712714

0 commit comments

Comments
 (0)