Skip to content

Commit 102d78a

Browse files
Merge pull request #292264 from msangapu-msft/patch-11
minor updates
2 parents 697f2ca + a3d279c commit 102d78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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-spostgres-XYZVaultEndpoint**.
287+
1. In **Name**, type **msdocs-python-postgres-XYZVaultEndpoint**.
288288
1. In **Virtual network**, select **msdocs-python-postgres-XYZVnet**.
289289
1. In **Subnet**, **msdocs-python-postgres-XYZSubnet**.
290290
1. Select **OK**.
@@ -344,7 +344,7 @@ The creation wizard generated the database connectivity string for you already a
344344
:::column-end:::
345345
:::row-end:::
346346

347-
To summarize, the process involved retrieving the MySQL connection string from the App Service's environment variables, creating an Azure Key Vault for secure secret management with private access, and updating the service connector to store the password in the key vault. A secure connection between the App Service app and key vault was established using a system-assigned managed identity, and the setup was verified by confirming the connection string uses a Key Vault reference.
347+
To summarize, the process involved retrieving the PostgreSQL connection string from the App Service's environment variables, creating an Azure Key Vault for secure secret management with private access, and updating the service connector to store the password in the key vault. A secure connection between the App Service app and key vault was established using a system-assigned managed identity, and the setup was verified by confirming the connection string uses a Key Vault reference.
348348

349349
Having issues? Check the [Troubleshooting section](#troubleshooting).
350350

0 commit comments

Comments
 (0)