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/partner-solutions/neon/create-service-connection.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
@@ -31,24 +31,24 @@ Follow these steps to connect an app to Neon Serverless Postgres:
31
31
32
32
:::image type="content" source="./media/service-connection/create-connection.png" alt-text="Screenshot of the Azure portal that shows the button for creating a connection.":::
|**Service type**|*Neon Serverless Postgres*| The name of the target service: **Neon Serverless Postgres**. |
39
39
|**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 that Service Connector provides, or enter your own connection name. Connection names can contain only letters, numbers (0-9), periods (.), and underscores (_). |
40
40
|**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, on the **Connect** menu, under **Connection string**. |
41
-
|**Neon Postgres database**|*database*| The name of the database within the Neon Serverless Postgres resource. The database name is displayed in the Neon portal, on the **Connect** menu, under **Database**. |
41
+
|**Neon Postgres database name**|*database*| The name of the database within the Neon Serverless Postgres resource. The database name is displayed in the Neon portal, on the **Connect** menu, under **Database**. |
42
42
|**Client type**|*Python*| The database client type. |
43
43
44
44
:::image type="content" source="./media/service-connection/create-basics-tab.png" alt-text="Screenshot of the Azure portal that shows the Basics tab for creating a connection.":::
45
45
46
46
1. Select **Next: Authentication**, and then select or enter the following information:
47
47
48
48
1. Select **Database credentials**, and then enter your database username and password.
49
-
1. Select **Store Secret in Key Vault**, and then select an Azure Key Vault connection if you already have one.
49
+
1. Select **Store Secret In Key Vault**, and then select an Azure Key Vault connection if you already have one.
50
50
51
-
If you don't have a Key Vault connection, select **Create new** to create one. For step-by-step instructions for creating a new connection to Key Vault, refer to [Connect Azure services and store secrets in Azure Key Vault](../../service-connector/tutorial-portal-key-vault.md#create-a-key-vault-connection-in-app-service).
51
+
If you don't have a Key Vault connection, select **Create new** to create one. For step-by-step instructions on creating a new connection to Key Vault, refer to [Connect Azure services and store secrets in Azure Key Vault](../../service-connector/tutorial-portal-key-vault.md#create-a-key-vault-connection-in-app-service).
52
52
1. Optionally, select **Advanced** and edit the provided environment variables.
53
53
54
54
:::image type="content" source="./media/service-connection/create-authentication-tab.png" alt-text="Screenshot of the Azure portal that shows the Authentication tab for creating a connection.":::
0 commit comments