How to delete a Microsoft Entra ID
Hi! I've create a web-app, and activated a System Identity Assigned
After that, i added the EntraID assigned to the authentication of database.
After a while, i tried to move the app to a new service plan, so i deleted the application in order to recreate it. I tried to add again a System Identity Assigned, but i'm not able to add it to the authentication of database as there is the previous identity (with different objectid, but same name).
If i try to delete the entra id, i got
but i didn't found a way to enable Include Error Detail, as the connection string is managed by portal (same result by using CLI).
I tried to remove the role from postgres itself, but i don't have the permission to drop the role cause it was created by admin_pg_user. I also tried to add another role and grant admin_pg_user to new role, but still no luck.
Is there a way to remove the previous EntraID? Otherwise i'm not able to deploy the webapp with previous name, as the database authentication will throw an error.
Thank you