Describe the feature end to end, including deployment scenario details under which the feature would occur.
Introduce a pre deployment validator in the accelerator that checks the requested VM size/SKU against the subscription’s regional quotas and per zone availability before provisioning any resources. If a mismatch is detected, the wizard should
- (a) surface compatible SKUs, OR
- (b) determine which Zones the current SKU is compatible with for the deployment to succeed, OR
- (c) offer a quota increase workflow link, OR
- (d) allow the operator to pick an alternative SKU inline.
Why is this feature important. Describe why this would be important for your organization and others. Would this impact similar orgs in the same way?
We have observed deployments failing due to SKU absence in a particular zone or insufficient quota in the target region/zone. This interrupts customer sessions and erodes confidence. An integrated check stops failures early and shortens delivery timelines.
This pattern is common across enterprises and partners; building it into the accelerator increases success rates for everyone, not just our team.
Please provide the correlation id associated with your error or bug.
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Can you describe any alternatives that you have taken since this feature does not exist?
- Customer teams requested quota increases and re-ran with an available SKU.
- Selecting only one zone from the available zones to re-run deployments and wait to see if deployment completes successfully.
- Delete and retry again with a different zone if (SKU) resources are not available in the zone.
Feature Implementation
Describe the feature end to end, including deployment scenario details under which the feature would occur.
Introduce a pre deployment validator in the accelerator that checks the requested VM size/SKU against the subscription’s regional quotas and per zone availability before provisioning any resources. If a mismatch is detected, the wizard should
Why is this feature important. Describe why this would be important for your organization and others. Would this impact similar orgs in the same way?
We have observed deployments failing due to SKU absence in a particular zone or insufficient quota in the target region/zone. This interrupts customer sessions and erodes confidence. An integrated check stops failures early and shortens delivery timelines.
This pattern is common across enterprises and partners; building it into the accelerator increases success rates for everyone, not just our team.
Please provide the correlation id associated with your error or bug.
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Can you describe any alternatives that you have taken since this feature does not exist?
Feature Implementation