New to Azure and just tried to create a Kubernetes cluster using default settings and cant. Ive requested quota increase but get told I cant as limited in uksouth location. So whats the point of having a service a user cant even launch!
{
"error": {
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "BadRequest",
"message": "Preflight validation check for resource(s) for container service my-cluster in resource group my-rg failed. Message: AKS Automatic could not find a suitable VM size. The subscription may not have the required quota of '16' vCPUs, may have restrictions, or location 'uksouth' may not support three availability zones for the following VM sizes: 'standard_d4lds_v5,standard_d4ads_v5,standard_d4ds_v5,standard_d4d_v5,standard_d4d_v4,standard_ds3_v2,standard_ds12_v2,standard_d4alds_v6,standard_d4lds_v6,standard_d4alds_v5'. Please request some quota for one of these candidate vm sizes in the target region or explicitly specify a vm-size with sufficient quota via --node-vm-size. For more information, please visit https://aka.ms/aks-automatic-quota. Details: "
}
],
"message": "The template deployment 'microsoft.aksautomatic-1771425452368' is not valid according to the validation procedure. The tracking id is '5646191f-cdd4-4aca-a5be-a964340b3366'. See inner errors for details."
},
"details": {
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'microsoft.aksautomatic-1771425452368' is not valid according to the validation procedure. The tracking id is '5646191f-cdd4-4aca-a5be-a964340b3366'. See inner errors for details.",
"details": [
{
"code": "BadRequest",
"message": "Preflight validation check for resource(s) for container service my-cluster in resource group my-rg failed. Message: AKS Automatic could not find a suitable VM size. The subscription may not have the required quota of '16' vCPUs, may have restrictions, or location 'uksouth' may not support three availability zones for the following VM sizes: 'standard_d4lds_v5,standard_d4ads_v5,standard_d4ds_v5,standard_d4d_v5,standard_d4d_v4,standard_ds3_v2,standard_ds12_v2,standard_d4alds_v6,standard_d4lds_v6,standard_d4alds_v5'. Please request some quota for one of these candidate vm sizes in the target region or explicitly specify a vm-size with sufficient quota via --node-vm-size. For more information, please visit https://aka.ms/aks-automatic-quota. Details: "
}
]
}
}