Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes how to fix the RequestDisallowedByPolicy error when you create resources in the Azure portal.
If you see the error code RequestDisallowedByPolicy, an Azure policy assigned in your environment blocked the creation of a resource. This error often occurs when a policy doesn't explicitly allow certain resource types, such as the GM Resource Standards policy.
What causes this error?
Your organization applied a policy, typically called "Allowed resource types," to control which Azure resources you can create. If you try to deploy a resource type that's not listed in this policy, Azure blocks the request and shows this error.
Steps to resolve the policy error
To fix this error, update the policy assignment to include the resource types you're trying to deploy. For example, you might add resource types for document processing for Microsoft 365 scenarios.
Sign in to the Azure portal.
In the top search bar, type Policy and then select it.
In the Policy blade, select Assignments from the left navigation.
Locate the policy assignment with the name "Allowed resource types." This policy assignment is usually tied to the GM Resource Standards initiative.
Select the policy, and then select Edit assignment.
Under Parameters, add the resource types you want to allow:
- Microsoft.Syntex/accounts
- Microsoft.Syntex/documentProcessors
Select Save to apply the changes.
Try creating the resource again.
Need visual help?
Check out the following screenshots for each step in the Azure portal to guide you through the process.