Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix onborading validation #27

Open
w6teran opened this issue Sep 8, 2020 · 0 comments
Open

Fix onborading validation #27

w6teran opened this issue Sep 8, 2020 · 0 comments
Labels

Comments

@w6teran
Copy link

w6teran commented Sep 8, 2020

Describe the bug

The validation of the template fails. is based on restrictions

Expected behavior

Should not fail on the validation.

Current behavior

code": "InvalidTemplateDeployment",
"message": "The template deployment failed with error: 'The resource with id: '/subscriptions/d53bdfc8-4709-4943-bb57-f34c53495ea5/resourceGroups/test7/providers/Microsoft.Compute/virtualMachines/pan-fw' failed validation with message: 'The requested size for resource '/subscriptions/d53bdfc8-4709-4943-XXXX-f34cXXXXXX/resourceGroups/test7/providers/Microsoft.Compute/virtualMachines/pan-fw' is currently not available in location 'northcentralus' zones '' for subscription 'd53bdfc8-4709-4943-XXXXX-f34cXXXXXXX'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'."

Possible solution

I changed on the template the size of the web server and dbserver. Looks like that VMs sizes are not available anymore on some regions.
I change the line: "gvmSize": "Standard_B1ls",

Steps to reproduce

Run the template on a PAYG license on different US locations

@w6teran w6teran added the bug label Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant