Skip to content

Commit 1a2dadb

Browse files
committed
update
1 parent 5e2c6e4 commit 1a2dadb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The creation wizard generated the database connectivity string for you already a
284284
1. In **Region**, set it to the same location as the resource group.
285285
1. In the dialog, in **Location**, select the same location as your App Service app.
286286
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**.
288288
1. In **Virtual network**, select **msdocs-python-postgres-XYZVnet**.
289289
1. In **Subnet**, **msdocs-python-postgres-XYZSubnet**.
290290
1. Select **OK**.
@@ -297,10 +297,10 @@ The creation wizard generated the database connectivity string for you already a
297297
:::row:::
298298
:::column span="2":::
299299
**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**.
301301
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.
302302
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**.
304304
1. Select the **Authentication** tab.
305305
1. In **Password**, paste the password you copied earlier.
306306
1. Select **Store Secret in Key Vault**.
@@ -315,7 +315,7 @@ The creation wizard generated the database connectivity string for you already a
315315
:::column span="2":::
316316
**Step 5: Establish the Key Vault connection**
317317
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**.
318+
1. Select **Review + Create**.
319319
1. When validation completes, select **Create**.
320320
:::column-end:::
321321
:::column:::

0 commit comments

Comments
 (0)