Skip to content

Commit 89b207e

Browse files
committed
Update how-to-configure-sign-in-azure-ad-authentication.md
1 parent f687c51 commit 89b207e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Note only one Azure admin user can be added during server provisioning and you c
6868

6969
To set the Azure AD administrator after server creation, follow the below steps
7070

71-
1. In the Azure portal, select the instance of Azure Database for PostgreSQL that you want to enable for Azure AD.
71+
1. In the Azure portal, select the instance of Azure Database for PostgreSQL Flexible Server that you want to enable for Azure AD.
7272
1. Under Security, select Authentication and choose either`PostgreSQL and Azure Active Directory authentication` or `Azure Active Directory authentication only` as authentication method based upon your requirements.
7373

7474
![set azure ad administrator][2]
@@ -77,9 +77,9 @@ To set the Azure AD administrator after server creation, follow the below steps
7777
1. Select Save,
7878

7979
> [!IMPORTANT]
80-
> When setting the administrator, a new user is added to the Azure Database for PostgreSQL server with full administrator permissions.
80+
> When setting the administrator, a new user is added to the Azure Database for PostgreSQL Flexible Server with full administrator permissions.
8181
82-
## Connect to Azure Database for PostgreSQL using Azure AD
82+
## Connect to Azure Database for PostgreSQL Flexible Server using Azure AD
8383

8484
The following high-level diagram summarizes the workflow of using Azure AD authentication with Azure Database for PostgreSQL:
8585

@@ -100,7 +100,7 @@ These are the steps that a user/application will need to do authenticate with Az
100100

101101
You can follow along in Azure Cloud Shell, an Azure VM, or on your local machine. Make sure you have the [Azure CLI installed](/cli/azure/install-azure-cli).
102102

103-
## Authenticate with Azure AD as a Flexible user
103+
## Authenticate with Azure AD as a Flexible Server user
104104

105105
### Step 1: Log in to the user's Azure subscription
106106

@@ -119,7 +119,7 @@ Invoke the Azure CLI tool to acquire an access token for the Azure AD authentica
119119
Example (for Public Cloud):
120120

121121
```azurecli-interactive
122-
az account get-access-token --resource https://ossrdbms-Azure AD.database.windows.net
122+
az account get-access-token --resource https://ossrdbms-aad.database.windows.net
123123
```
124124

125125
The above resource value must be specified exactly as shown. For other clouds, the resource value can be looked up using:
@@ -194,7 +194,7 @@ You're now authenticated to your Azure Database for PostgreSQL server using Azur
194194

195195
## Authenticate with Azure AD as a group member
196196

197-
### Step 1: Create Azure AD groups in Azure Database for PostgreSQL
197+
### Step 1: Create Azure AD groups in Azure Database for PostgreSQL Flexible Server
198198

199199
To enable an Azure AD group for access to your database, use the same mechanism as for users, but instead specify the group name:
200200

@@ -224,7 +224,7 @@ Invoke the Azure CLI tool to acquire an access token for the Azure AD authentica
224224
Example (for Public Cloud):
225225

226226
```azurecli-interactive
227-
az account get-access-token --resource https://ossrdbms-Azure AD.database.windows.net
227+
az account get-access-token --resource https://ossrdbms-aad.database.windows.net
228228
```
229229

230230
The above resource value must be specified exactly as shown. For other clouds, the resource value can be looked up using:

0 commit comments

Comments
 (0)