azure-docs-sdk-java icon indicating copy to clipboard operation
azure-docs-sdk-java copied to clipboard

free azure account doesn't have sufficient quota to complete this example

Open torchy-newman opened this issue 5 years ago • 0 comments

I have tried this example with a free azure account but I have hit a road block: creating the k8s cluster requires 8 Cores but only 4 are allowed and it isn't possible to increase the quota in a free account.

H:>az acs create --orchestrator-type kubernetes --resource-group wingtiptoys-kubernetes --name wingtiptoys-cluster --generate-ssh-keys --dns-prefix=wingtiptoys This command is implicitly deprecated because command group 'acs' is deprecated and will be removed in a future release. Use 'aks' instead. Deployment failed. Correlation ID: 230132ad-2334-4a9d-8a82-2ea7483847ed. { "error": { "code": "QuotaExceeded", "message": "Provisioning of resource(s) for container service 'wingtiptoys-cluster' in resource group 'wingtiptoys-kubernetes' failed.\nMessage: 'Operation results in exceeding quota limits of Core. Maximum allowed: 4, Current in use: 0, Additional requested: 8. Please read more about quota increase at https://aka.ms/ProdportalCRP/?#create/Microsoft.Support/Parameters/{"subId":"c51a1835-12f0-4790-bbaf-46951ca4496b","pesId":"15621","supportTopicId":"32447243"}.'.\nDetails: ''" } }

Your free trial subscription isn't eligible for a quota increase.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

torchy-newman avatar Jun 10 '19 22:06 torchy-newman