diff --git a/articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md b/articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md index ad7a4b837d..8232662eb5 100644 --- a/articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md +++ b/articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md @@ -109,6 +109,9 @@ Remember that any Microsoft Entra role that is created in PostgreSQL must be dro DROP ROLE rolename; ``` +> [!NOTE] +> This method works until PostgreeSQL v15, after v16 DROP ROLE , superadmin role is requirment, contact Azure support for dropping roles + ## Create a role using Microsoft Entra object identifier ```sql