You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, many of those locations will later fail when trying to actually create the service:
$ az acs create --resource-group="${AZURE_RG_NAME}" --location="${AZURE_DC_LOCATION}" \
> --orchestrator-type=kubernetes --master-count=1 --agent-count=1 \
> --agent-vm-size="Standard_D2_v2" \
> --admin-username="matt" \
> --name="${AZURE_SERVICE_NAME}" --dns-prefix="mboersma" \
> --ssh-key-value @/Users/matt/.ssh/id_rsa.pub
creating service principal.........done
waiting for AAD role to propagate.done
The provided location 'westus2' is not available for resource type'Microsoft.ContainerService/containerServices'. List of available regions for the resource type is 'japaneast,centralus,eastus2,japanwest,eastasia,southcentralus,australiaeast,australiasoutheast,brazilsouth,southeastasia,westus,northcentralus,westeurope,northeurope,eastus'.
The first command should be replaced with one that lists only the appropriate regions.
From @mboersma on March 8, 2017 15:55
In the Azure Quick Start docs, we suggest running this command to discover what locations exist for container services:
However, many of those locations will later fail when trying to actually create the service:
The first command should be replaced with one that lists only the appropriate regions.
Copied from original issue: deis/workflow#761
The text was updated successfully, but these errors were encountered: