Is there an update on this?
This should definitely be considered a defect, as the Server admin should have inherit full admin permissions to all newly created databases.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I created a new Azure Postgresql - Flexible server and attached Azure Ad admin. then created a new DB on that server. Now when logging through the Azure Ad Admin and running create schema command on the new DB, getting below error
permission denied for database
In the single server, the Azure Ad admin had the admin rights.
Can you please let me know what is missing.
Thanks
Is there an update on this?
This should definitely be considered a defect, as the Server admin should have inherit full admin permissions to all newly created databases.
Hi, @Tech1234 Welcome to the Microsoft Q&A forum, Thanks for posting your question.
This is expected behavior, you can take a look below
If you want to do that, as long as you have the required permissions as Admin, you can assign the role owner of that database to your role, and grant the permission to create a schema to that target user, as in the below example:
I hope this information helps
Regards
Geetha