Skip to content

Commit 19971b4

Browse files
authored
Merge pull request #117572 from swiencki/patch-1
Adding ARO Azure Storage Limits
2 parents aa63ddc + 35d249b commit 19971b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/openshift/troubleshoot.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Currently, the `RedHatOpenShift/OpenShiftClusters` resource that's automatically
2727

2828
If creating a cluster results in an error that `No registered resource provider found for location '<location>' and API version '2019-04-30' for type 'openShiftManagedClusters'. The supported api-versions are '2018-09-30-preview'.`, then you were part of the preview and now need to [purchase Azure virtual machine reserved instances](https://aka.ms/openshift/buy) to use the generally available product. A reservation reduces your spend by pre-paying for fully managed Azure services. For more information about reservations and how they save you money, see [What are Azure Reservations?](../cost-management-billing/reservations/save-compute-costs-reservations.md)
2929

30+
## Exceeding Azure storage limits
31+
32+
If requests are being throttled due to Azure storage limits being exceeded, it might be due to one of the following reasons:
33+
34+
- There's a maximum of approximately 50 clusters per subscription ID + region. Create fewer than 50 clusters per subscription + region. For example: 25 clusters in subscription + eastus and 25 clusters in subscription + eastus2.
35+
- Avoid creating multiple clusters within a single subscription + region at the same time. If you need to create multiple clusters in a short period of time, federate over multiple subscriptions or regions.
36+
37+
If the issue persists please create a support ticket for investigation.
38+
3039
## Next steps
3140

3241
- Visit the [OpenShift documentation](https://docs.openshift.com/container-platform)

0 commit comments

Comments
 (0)