Skip to content

Commit 707a2f0

Browse files
author
Cephas Lin
committed
add to link list
1 parent 7ebc9b5 commit 707a2f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ In this tutorial, you learn how to:
2626
> * Stream diagnostic logs from Azure
2727
> * Manage the app in the Azure portal
2828
> * Provision and deploy by using Azure Developer CLI
29+
> * Use passwordless SQL connectivity by using a managed identity
2930
3031
## Prerequisites
3132

@@ -182,7 +183,7 @@ The creation wizard generated connection strings for the SQL database and the Re
182183
:::row-end:::
183184

184185
> [!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)
186187
187188
## 3. Deploy sample code
188189

@@ -481,6 +482,9 @@ The AZD template you use generated the connectivity variables for you already as
481482

482483
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.
483484
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+
484488
Having issues? Check the [Troubleshooting section](#troubleshooting).
485489
486490
## 4. Modify sample code and redeploy
@@ -648,6 +652,7 @@ After you configure diagnostic logs, the app is restarted. You might need to ref
648652
- [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)
649653
- [How does local app development work with GitHub Actions?](#how-does-local-app-development-work-with-github-actions)
650654
- [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)
651656
- [I don't have permissions to create a user-assigned identity](#i-dont-have-permissions-to-create-a-user-assigned-identity)
652657
- [What can I do with GitHub Copilot in my codespace?](#what-can-i-do-with-github-copilot-in-my-codespace)
653658

0 commit comments

Comments
 (0)