I am going through below documentation which shows various ways to authenticate Azure PostgreSQL database with Azure Entra ID
In section named "Creating Microsoft Entra users in Azure Database for PostgreSQL" it suggest to run below command but I am getting an error that "azure_ad_user" does not exists.
CREATE USER "[email protected]" IN ROLE azure_ad_user;
Am I missing something? Is this group is supposed to be there or am I supposed to create this group?

