Skip to content

Commit 82b72bc

Browse files
committed
Multiple fixes
1 parent cf97ee0 commit 82b72bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cosmos-db/postgresql/concepts-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Active Directory authentication - Azure Cosmos DB for PostgreSQL
2+
title: PostgreSQL and Microsoft Entra ID authentication - Azure Cosmos DB for PostgreSQL
33
description: Learn about the concepts of native PostgreSQL and Microsoft Entra ID authentication with Azure Cosmos DB for PostgreSQL
44
author: niklarin
55
ms.author: nlarin
@@ -92,10 +92,10 @@ Microsoft Entra ID authentication supports the following methods of connecting t
9292
- Microsoft Entra ID Password
9393
- Microsoft Entra ID integrated
9494
- Microsoft Entra ID Universal with MFA
95-
- Using Active Directory Application certificates or client secrets
95+
- Using Microsoft Entra ID Application certificates or client secrets
9696
- Managed Identity
9797

98-
Once you've authenticated against the Active Directory, you then retrieve a token. This token is your password for logging in.
98+
Once you've authenticated against the Microsoft Entra ID, you then retrieve a token. This token is your password for logging in.
9999

100100
### Other considerations
101101

articles/cosmos-db/postgresql/how-to-configure-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Users need to be allowed to sign in to Azure Cosmos DB for PostgreSQL in the Mic
5050
5151
# [Azure portal](#tab/portal)
5252

53-
1. Search for 'Microsoft Entra ID' in Azure portal.
53+
1. Search for 'Microsoft Entra ID' in [Azure portal](https://portal.azure.com/).
5454
1. Open 'Microsoft Entra ID' service.
55-
1. In the **Overview** section on the **Overview** page of Microsoft Entra ID service, search for 'b4fa09d8-5da5-4352-83d9-05c2a44cf431' application ID.
55+
1. On the **Overview** page of Microsoft Entra ID service in the **Overview** section , search for 'b4fa09d8-5da5-4352-83d9-05c2a44cf431' application ID.
5656
1. Choose 'Azure Cosmos DB for PostgreSQL AAD Authentication' enterprise application in the search results.
57-
1. In the Azure Cosmos DB for PostgreSQL AAD Authentication enterprise application, choose 'Properties' page.
57+
1. In the Azure Cosmos DB for PostgreSQL AAD Authentication enterprise application, choose **Properties** page.
5858
1. Set **Enabled for users to sign-in?** to **Yes** and save the change.
5959

6060
# [Azure CLI](#tab/cli)
@@ -181,7 +181,7 @@ To connect by using a Microsoft Entra ID token with PgAdmin, follow these steps:
181181
1. Enter your server details on the **Connection** tab and save.
182182
1. Make sure a valid Microsoft Entra ID user is specified in **Username**.
183183
1. From the pgAdmin **Object** menu, select **Connect Server**.
184-
1. Enter the Active Directory token password when you're prompted.
184+
1. Enter the Microsoft Entra ID token password when you're prompted.
185185

186186
Here are some essential considerations when you're connecting:
187187

0 commit comments

Comments
 (0)