You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-dotnetcore-sqldb-app.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ In this tutorial, you learn how to:
26
26
> * Stream diagnostic logs from Azure
27
27
> * Manage the app in the Azure portal
28
28
> * Provision and deploy by using Azure Developer CLI
29
+
> * Use passwordless SQL connectivity by using a managed identity
29
30
30
31
## Prerequisites
31
32
@@ -182,7 +183,7 @@ The creation wizard generated connection strings for the SQL database and the Re
182
183
:::row-end:::
183
184
184
185
> [!TIP]
185
-
> The SQL database connection string uses SQL authentication. For more secure, passwordless authentication, see [How do I change the SQL Database connection to use a managed identity instead?](#how-do-i-change-the-sql-database-connection-to-use-a-managed-identity-instead)
186
+
> The default SQL database connection string uses SQL authentication. For more secure, passwordless authentication, see [How do I change the SQL Database connection to use a managed identity instead?](#how-do-i-change-the-sql-database-connection-to-use-a-managed-identity-instead)
186
187
187
188
## 3. Deploy sample code
188
189
@@ -481,6 +482,9 @@ The AZD template you use generated the connectivity variables for you already as
481
482
482
483
1. For your convenience, the AZD template shows you the direct link to the app's app settings page. Find the link and open it in a new browser tab.
483
484
485
+
> [!TIP]
486
+
> The default SQL database connection string uses SQL authentication. For more secure, passwordless authentication, see [How do I change the SQL Database connection to use a managed identity instead?](#how-do-i-change-the-sql-database-connection-to-use-a-managed-identity-instead)
487
+
484
488
Having issues? Check the [Troubleshooting section](#troubleshooting).
485
489
486
490
## 4. Modify sample code and redeploy
@@ -648,6 +652,7 @@ After you configure diagnostic logs, the app is restarted. You might need to ref
648
652
- [How do I connect to the Azure SQL Database server that's secured behind the virtual network with other tools?](#how-do-i-connect-to-the-azure-sql-database-server-thats-secured-behind-the-virtual-network-with-other-tools)
649
653
- [How does local app development work with GitHub Actions?](#how-does-local-app-development-work-with-github-actions)
650
654
- [How do I debug errors during the GitHub Actions deployment?](#how-do-i-debug-errors-during-the-github-actions-deployment)
655
+
- [How do I change the SQL Database connection to use a managed identity instead?](#how-do-i-change-the-sql-database-connection-to-use-a-managed-identity-instead)
651
656
- [I don't have permissions to create a user-assigned identity](#i-dont-have-permissions-to-create-a-user-assigned-identity)
652
657
- [What can I do with GitHub Copilot in my codespace?](#what-can-i-do-with-github-copilot-in-my-codespace)
0 commit comments