Skip to content

Commit 4837335

Browse files
committed
Switch link in TOC to systam-assigned MSI and add links to azure for python passwordless connection topics per Cephas
1 parent 485949b commit 4837335

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/app-service/includes/tutorial-connect-msi-azure-database/code-postgres-mi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ For more information, see the following resources:
109109
conn = psycopg2.connect(conn_string + ' password=' + accessToken.token)
110110
```
111111

112+
For more information, see the following resources:
113+
114+
* [Create and deploy a Flask Python web app to Azure with system-assigned managed identity](/azure/developer/python/tutorial-python-managed-identity-cli)
115+
* [Create and deploy a Django web app to Azure with a user-assigned managed identity](/azure/developer/python/tutorial-python-managed-identity-user-assigned-cli)
116+
112117
# [NodeJS](#tab/nodejs-postgres-mi)
113118

114119
1. Install dependencies.

articles/app-service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@
206206
href: tutorial-connect-msi-sql-database.md
207207
- name: Connect Java Tomcat to Postgres
208208
href: tutorial-java-tomcat-connect-managed-identity-postgresql-database.md
209-
- name: Connect Python Django app to Postgres
210-
href: /azure/developer/python/tutorial-python-managed-identity-user-assigned-cli?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
209+
- name: Connect Python Flask app to Postgres
210+
href: /azure/developer/python/tutorial-python-managed-identity-cli?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
211211
- name: Connect to Microsoft Graph with managed identity
212212
items:
213213
- name: Use .NET

0 commit comments

Comments
 (0)