Creating a free tier cluster is unavailable at this time in region westeurope #72
-
Hi, I am looking for the place where I can change the tier for the AKS cluster. The deployment script fails with this message: I am also surprised that it uses westeurope, in the deployment pararmeters json I have specified swedencentral as the region. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
ok, this is free by design:
|
Beta Was this translation helpful? Give feedback.
-
Check your resource group region. The deployment will inherit the location from your resource group regardless of what you put in deploy.parameters.json. I think this could be clearer in our Deployment Guide and I may submit an issue or PR related to that. |
Beta Was this translation helpful? Give feedback.
-
If you'd like to change the tier of the AKS cluster deployment, you'd do it in this file. Here is the spec for adding it, look for |
Beta Was this translation helpful? Give feedback.
If you'd like to change the tier of the AKS cluster deployment, you'd do it in this file.
Here is the spec for adding it, look for
sku
. When omitted, it defaults to free I believe.