Hello @Dhiogo Acioli ,
Apology for the late Response.
This does seem a bottleneck in setting privileges, especially when one or more pages and popups in Azure portal are not loading or displaying “no permission” messages. This might be due to Azure AD Conditional Access, RBAC settings, or even some recent security patches.
Navigate to Azure Portal > Policy.
Search for “Deny” policies that could be preventing App Service Domain creation from happening.
If in place, try to remove any policies that relate to Domain or Resource creation.
Despite being the account owner, custom policies may have been set up.
Go to Azure Portal > Subscriptions.
Click on your subscription.
Now go to Access control (IAM) > Role assignments.
Try to find your user account and see whether,
You are the role of Owner
Any Deny assignments are in place onto your account.
In case that your organization has many primary administrator accounts, check from a different Global Admin or subscription Owner account and see if the problem still persists.
Go to Azure Active Directory > Security > Conditional Access.
Look for any block policies that might affect your login or activity in the portal.
If there is a policy that denies the action, you will likely need an Azure AD administrator to remove it.
In case of UI or permission related issues on the portal, consider using Azure CLI,
az appservice domain create --resource-group YourResourceGroup --name yourdomain.com --accept-terms
If this fails with a permission error, that confirms an RBAC or policy restriction.
Let me know if you have any further assistances.
https://learn.microsoft.com/en-us/answers/questions/2156167/failed-to-purchase-domain-and-create-azure-dns-zon