Skip to content

Commit cd2add0

Browse files
committed
Update authentication guidelines
1 parent fcede43 commit cd2add0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

articles/partner-solutions/neon/create-service-connection.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,13 @@ Follow these steps to connect an app to Neon Serverless Postgres (Preview):
3636
|----------------------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3737
| **Service type** | *Neon Serverless Postgres* | The name of the target service: **Neon Serverless Postgres**. |
3838
| **Connection name** | *neon_postgres_01* | The name of the connection between the Azure compute resource and the Neon Serverless Postgres resource. Use the connection name provided by Service Connector or enter your own connection name. Connection names can only contain letters, numbers (0-9), periods ("."), and underscores ("_"). |
39-
| **Neon Postgres hostname** | *contoso-compute.gwc.azure.neon.tech* | The host name of the Neon Serverless Postgres resource. The host name is displayed in the Neon portal, in the **Connect** menu, under **Connection string**. |
39+
| **Neon Postgres hostname** | *contoso-compute.gwc.azure.neon.tech* | The host name of the Neon Serverless Postgres resource. The host name is displayed in the Neon portal, in the **Connect** menu, under **Connection string**. |
4040
| **Neon Postgres database** | *database* | The name of the database within the Neon Serverless Postgres resource. The database name is displayed in the Neon portal, in the **Connect** menu, under **Database**. |
4141
| **Client type** | *Python* | The database client type. |
4242

4343
:::image type="content" source="./media/service-connection/create-basics-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Basics tab.":::
4444

45-
1. Select **Next: Authentication**.
46-
47-
1. The **Connection string** authentication option is selected by default. It's the only authentication option currently available.
48-
1. Under **Continue with**, select **Database credentials** or **Key Vault** (recommended) and enter the requested information. For details about authenticating with Key Vault, read [Connect Azure services and store secrets in Azure Key Vault](../../service-connector/tutorial-portal-key-vault.md).
45+
1. Select **Next: Authentication** and opt to authenticate with **Database credentials** or **Key Vault**. We recommend using Key Vault to securely store and manage your credentials, reduce the risk of exposure and simplify secret management. For more information about authenticating with Key Vault, read [Connect Azure services and store secrets in Azure Key Vault](../../service-connector/tutorial-portal-key-vault.md). Optionally also save your configuration in Azure App Configuration and edit the provided environment variables.
4946

5047
:::image type="content" source="./media/service-connection/create-authentication-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Authentication tab.":::
5148

22.3 KB
Loading

0 commit comments

Comments
 (0)