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-python-postgresql-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ The creation wizard generated the database connectivity string for you already a
284
284
1. In **Region**, set it to the same location as the resource group.
285
285
1. In the dialog, in **Location**, select the same location as your App Service app.
286
286
1. In **Resource Group**, select **msdocs-python-postgres-tutorial**.
287
-
1. In **Name**, type **msdocs-python-myspostgres-XYZVaultEndpoint**.
287
+
1. In **Name**, type **msdocs-python-spostgres-XYZVaultEndpoint**.
288
288
1. In **Virtual network**, select **msdocs-python-postgres-XYZVnet**.
289
289
1. In **Subnet**, **msdocs-python-postgres-XYZSubnet**.
290
290
1. Select **OK**.
@@ -297,10 +297,10 @@ The creation wizard generated the database connectivity string for you already a
297
297
:::row:::
298
298
:::column span="2":::
299
299
**Step 4: Configure the Service Connector**
300
-
1. In the top search bar, type *msdocs-tomcat-mysql*, then the App Service resource called **msdocs-python-postgres-XYZ**.
300
+
1. In the top search bar, type *msdocs-python-postgres*, then select the App Service resource called **msdocs-python-postgres-XYZ**.
301
301
1. In the App Service page, in the left menu, select **Settings > Service Connector**. There's already a connector, which the app creation wizard created for you.
302
302
1. Select checkbox next to the connector, then select **Edit**.
303
-
1. In the **Basics** tab, set **Client type** to **Java**.
303
+
1. In the **Basics** tab, for Flask, set **Client type** to **Python**. For Django, set the **Client type** to **Django**.
304
304
1. Select the **Authentication** tab.
305
305
1. In **Password**, paste the password you copied earlier.
306
306
1. Select **Store Secret in Key Vault**.
@@ -315,7 +315,7 @@ The creation wizard generated the database connectivity string for you already a
315
315
:::column span="2":::
316
316
**Step 5: Establish the Key Vault connection**
317
317
1. In the **Create connection** dialog for the Key Vault connection, in **Key Vault**, select the key vault you created earlier.
318
-
1. Select **Review + Create**. You should see that **System assigned managed identity** is set to **Selected**.
0 commit comments