Skip to content

Commit f6b1189

Browse files
Merge pull request #224716 from kabharati/patch-31
Update how-to-manage-azure-ad-users.md
2 parents 0f94b2b + 7aa0f01 commit f6b1189

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: flexible-server
1010
ms.topic: how-to
1111
---
1212

13-
# Manage Azure Active Directory roles in Azure Database for PostgreSQL - Flexible Server Preview
13+
# Manage Azure Active Directory roles in Azure Database for PostgreSQL - Flexible Server
1414

1515
[!INCLUDE [applies-to-postgresql-Flexible-server](../includes/applies-to-postgresql-Flexible-server.md)]
1616

@@ -20,9 +20,6 @@ This article describes how you can create an Azure Active Directory (Azure AD) e
2020
> This guide assumes you already enabled Azure Active Directory authentication on your PostgreSQL Flexible server.
2121
> See [How to Configure Azure AD Authentication](./how-to-configure-sign-in-azure-ad-authentication.md)
2222
23-
> [!NOTE]
24-
> Azure Active Directory Authentication for PostgreSQL Flexible Server is currently in preview.
25-
2623
If you like to learn about how to create and manage Azure subscription users and their privileges, you can visit the [Azure role-based access control (Azure RBAC) article](../../role-based-access-control/built-in-roles.md) or review [how to customize roles](../../role-based-access-control/custom-roles.md).
2724

2825
## Create or Delete Azure AD administrators using Azure portal or Azure Resource Manager (ARM) API
@@ -93,7 +90,7 @@ select * from pgaadauth_create_principal_with_oid('accounting_application', '000
9390

9491
## Enable Azure AD authentication for an existing PostgreSQL role using SQL
9592

96-
Azure Database for PostgreSQL Flexible Servers uses Security Labels associated with database roles to store Azure AD mapping. During preview, we don't provide a function to associate existing Azure AD roles.
93+
Azure Database for PostgreSQL Flexible Servers uses Security Labels associated with database roles to store Azure AD mapping.
9794

9895
You can use the following SQL to assign security label:
9996

0 commit comments

Comments
 (0)