Description
I received the following error when deploying acr-stamp
. It took me a bit to workout a vmSize that would work.
"The template deployment failed with error: 'The resource with id: '/subscriptions/x/resourceGroups/rg-bu0001a0008/providers/Microsoft.Compute/virtualMachineScaleSets/aks-npuser01-37152336-vmss' failed validation with message: 'The requested size for resource '/subscriptions/x/resourceGroups/rg-bu0001a0008/providers/Microsoft.Compute/virtualMachineScaleSets/aks-npuser01-37152336-vmss' is currently not available in location 'eastus2' zones '1,2,3' for subscription 'x'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'.\"}
Maybe just a callout in the doc that explains this could happen with the default vmSize, and a change might be required to the acr-stamp.bicep
file.
Activity