Skip to content

Commit 53b3782

Browse files
Merge pull request #29376 from MicrosoftDocs/pay-as-you-go-working
Pay as you go working
2 parents d8efeca + 0e86544 commit 53b3782

6 files changed

Lines changed: 67 additions & 0 deletions

File tree

73.4 KB
Loading
142 KB
Loading
56.1 KB
Loading
69.2 KB
Loading

microsoft-365/services/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@ items:
8080

8181
- name: Microsoft 365 Backup
8282
href: ../backup/backup-overview.md
83+
84+
- name: Troubleshooting
85+
items:
86+
- name: RequestDisallowedByPolicy
87+
href: error-request-disallowed-by-policy.md
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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+
![Screenshot showing the Assign policy page in the Azure portal.](../media/services/azure-assign-policy.png)
57+
58+
![Screenshot showing the Policy Assignments page in the Azure portal.](../media/services/azure-assign-policy.png)
59+
60+
![Screenshot showing the Allowed resource types page in the Azure portal.](../media/services/azure-assign-policy.png)
61+
62+
![Screenshot showing the Assign policy page for a specific policy in the Azure portal.](../media/services/azure-assign-policy-full-page.png)

0 commit comments

Comments
 (0)