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
1. In the [Azure portal](https://portal.azure.com/), search forand select your Azure Database for PostgreSQL flexible server name.
133
133
1. On the server's **Overview** page, copy the fully qualified **Server name**. The fully qualified **Server name** is always of the form *\<my-server-name>.postgres.database.azure.com*.
134
134
1. On the left menu, under **Security**, select **Authentication**. Make sure your account is listed under **Microsoft Entra Admins**. If it isn't, complete the steps in [Configure Microsoft Entra integration on the server (passwordless only)](#configure-microsoft-entra-integration-on-the-server-passwordless-only).
135
135
136
-
1. Set enviornment variables for the connection URI elements:
136
+
1. Set environment variables for the connection URI elements:
137
137
138
138
### [Windows](#tab/cmd)
139
139
@@ -158,7 +158,7 @@ In this section, you add authentication code to your working directory and perfo
158
158
Replace the following placeholder values in the commands:
159
159
160
160
*`<server-name>`with the value you copied from the Azure portal.
161
-
*`<username>`with your Azure user name; for example. `john@contoso.com`.
161
+
*`<username>`with your Azure user name; for example,. `john@contoso.com`.
162
162
*`<database-name>`with the name of your Azure Database for PostgreSQL flexible server database. A default database named *postgres* was automatically created when you created your server. You can use that database or create a new database by using SQL commands.
163
163
164
164
1. Sign in to Azure on your workstation. You can sign in using the Azure CLI, Azure PowerShell, or Azure Developer CLI. For example, to sign in via the Azure CLI, enter this command:
@@ -200,7 +200,7 @@ In this section, you add authentication code to your working directory and perfo
200
200
201
201
<!---->
202
202
203
-
1. Set enviornment variables for the connection URI elements:
203
+
1. Set environment variables for the connection URI elements:
0 commit comments