|
| 1 | +--- |
| 2 | +title: RequestDisallowedByPolicy |
| 3 | +ms.author: chucked |
| 4 | +author: chuckedmonson |
| 5 | +manager: jtremper |
| 6 | +ms.reviewer: ivchenya |
| 7 | +ms.date: 09/05/2025 |
| 8 | +audience: admin |
| 9 | +ms.topic: install-set-up-deploy |
| 10 | +ms.service: microsoft-365-business |
| 11 | +ms.subservice: |
| 12 | +search.appverid: |
| 13 | +ms.collection: |
| 14 | +ms.localizationpriority: medium |
| 15 | +description: Learn how to fix the RequestDisallowedByPolicy error when creating resources in Azure. |
| 16 | +--- |
| 17 | + |
| 18 | +# RequestDisallowedByPolicy |
| 19 | + |
| 20 | +This article describes how to fix the **RequestDisallowedByPolicy** error when creating resources in Azure. |
| 21 | + |
| 22 | +If you’re seeing the error code **RequestDisallowedByPolicy**, it means that the creation of a resource was blocked by an Azure policy assigned in your environment. This often occurs when certain resource types aren't explicitly allowed under a policy—such as the GM Resource Standards policy. |
| 23 | + |
| 24 | +## What’s causing the issue? |
| 25 | + |
| 26 | +Your organization has applied a policy, typically called "Allowed resource types"—to control which Azure resources can be created. If you're trying to deploy a resource type that's not listed in this policy, Azure blocks the request and show this error. |
| 27 | + |
| 28 | +## How to resolve it |
| 29 | + |
| 30 | +To fix this, you need to update the policy assignment to include the resource types you're trying to deploy (for example, for document processing for Microsoft 365 scenarios). |
| 31 | + |
| 32 | +### Step-by-step instructions |
| 33 | + |
| 34 | +1. Sign in to the [Azure portal](https://portal.azure.com/). |
| 35 | + |
| 36 | +2. In the top search bar, type *Policy* and select it. |
| 37 | + |
| 38 | +3. In the Policy blade, select **Assignments** from the left navigation. |
| 39 | + |
| 40 | +4. Locate the policy assignment with the name "Allowed resource types" (usually tied to the GM Resource Standards initiative). |
| 41 | + |
| 42 | +5. Select the policy, and then select **Edit assignment**. |
| 43 | + |
| 44 | +6. Under **Parameters**, add the resource types you want to allow: |
| 45 | + - Microsoft.Syntex/accounts |
| 46 | + - Microsoft.Syntex/documentProcessors |
| 47 | + |
| 48 | +7. Select **Save** to apply the changes. |
| 49 | + |
| 50 | +8. Try creating the resource again. |
| 51 | + |
| 52 | +Need visual help? |
| 53 | + |
| 54 | +Check out the following screenshots for each step in the Azure portal to guide you through the process. |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
0 commit comments