Skip to content

Commit 6f328e9

Browse files
Merge pull request #214753 from kabharati/patch-7
Update how-to-configure-sign-in-azure-ad-authentication.md
2 parents be5ce12 + fdee4a0 commit 6f328e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Connect-AzureAD -TenantId <customer tenant id>
3838
### Step 2: Grant Flexible Server Service Principal read access to customer tenant
3939

4040
```powershell
41-
New-AzureADServicePrincipal -AppId 5657e26c-cc92-45d9-bc47-9da6cfdb4ed
41+
New-AzureADServicePrincipal -AppId 5657e26c-cc92-45d9-bc47-9da6cfdb4ed9
4242
```
4343
This command will grant Azure Database for PostgreSQL Flexible Server Service Principal read access to customer tenant to request Graph API tokens for Azure AD validation tasks. AppID (5657e26c-cc92-45d9-bc47-9da6cfdb4ed) in the above command is the AppID for Azure Database for PostgreSQL Flexible Server Service.
4444

0 commit comments

Comments
 (0)