Skip to content

Commit 21b510e

Browse files
committed
Add links to migration guide and next steps.
1 parent aa82bbe commit 21b510e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-sql/database/azure-sql-python-quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The app is ready to be deployed to Azure.
265265
--name <web-app-name>
266266
```
267267

268-
In this quickstart, a system-assigned managed identity is used for demonstration. A user-assigned managed identity is more efficient in a broader range of scenarios. For more information, see [Managed identity best practice recommendations](/azure/active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations).
268+
In this quickstart, a system-assigned managed identity is used for demonstration. A user-assigned managed identity is more efficient in a broader range of scenarios. For more information, see [Managed identity best practice recommendations](/azure/active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations). For an example of using a user-assigned managed identity with pyodbc, see [Migrate a Python application to use passwordless connections with Azure SQL Database](./azure-sql-passwordless-migration-python.md).
269269

270270
## Connect the App Service to Azure SQL Database
271271

@@ -315,3 +315,9 @@ https://<web-app-name>.azurewebsites.net
315315
Append */docs* to the URL to see the Swagger UI and test the API methods.
316316

317317
Congratulations! Your application is now connected to Azure SQL Database in both local and hosted environments.
318+
319+
## Next steps
320+
321+
- [Migrate a Python application to use passwordless connections with Azure SQL Database](./azure-sql-passwordless-migration-python.md) - Shows user-assigned managed identity.
322+
- [Passwordless connections for Azure services](/azure/developer/intro/passwordless-overview)
323+
- [Managed identity best practice recommendations](/azure/active-directory/managed-identities-azure-resources/managed-identity-best-practice-recommendations)

0 commit comments

Comments
 (0)