Skip to content

Instantly share code, notes, and snippets.

@tomasr
Created September 12, 2017 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasr/8637e6014ed9025006ed89ca5e403db6 to your computer and use it in GitHub Desktop.
Save tomasr/8637e6014ed9025006ed89ca5e403db6 to your computer and use it in GitHub Desktop.
ACS Error
Command:
az group create --name k8s1 --location eastus
az acs create --orchestrator-type kubernetes --resource-group k8s1 --name kubi --generate-ssh-keys
Output:
waiting for AAD role to propagate.done
Deployment failed. {
"error": {
"code": "NoRegisteredProviderFound",
"message": "No registered resource provider found for location 'eastus' and API version '2017-07-01' for type 'containerServices'. The supported api-versions are '2015-11-01-preview, 2016-03-30, 2016-09-30, 2017-01-31, 2017-07-01'. The supported locations are 'japaneast, centralus, eastus2, japanwest, eastasia, southcentralus, australiaeast, australiasoutheast, brazilsouth, southeastasia, westus, northcentralus, westeurope, northeurope, eastus, ukwest, uksouth, westcentralus, westus2, southindia, centralindia, westindia, canadaeast, canadacentral'."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment