Skip to content

Commit fec5880

Browse files
added Provision error troubleshoot error in troubleshoot doc
1 parent b78d149 commit fec5880

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/Troubleshoot.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,20 @@ Essentially: DeploymentCanceled itself is just a wrapper error — you need to c
256256
- Do not initiate a new deployment in the same resource group until the previous one is completed.
257257
</details>
258258

259+
<details>
260+
<summary><b>ResourceOperationFailure/ProvisioningDisabled</b></summary>
261+
262+
- This error occurs when provisioning of a resource is restricted in the selected region.
263+
It usually happens because the service is not available in that region or provisioning has been temporarily disabled.
264+
265+
- Please try creating the resource in another supported region. Example of restricted regions for some services:
266+
```
267+
centralindia, japaneast, brazilsouth
268+
```
269+
270+
- If you need to use the same region, you can request a quota or provisioning exception.
271+
Refer [Quota Request](https://docs.microsoft.com/en-us/azure/sql-database/quota-increase-request) for more details.
272+
273+
</details>
274+
259275
💡 Note: If you encounter any other issues, please feel free to reach out to us or you can refer [Common Deployment Errors](https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/common-deployment-errors) Documentation. Thank you!

0 commit comments

Comments
 (0)