Skip to content

Commit 79878bc

Browse files
committed
Incorporating feedback
1 parent cc4ca5f commit 79878bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/free-standard-pricing-tiers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ The Uptime SLA feature is included in the Paid tier and is enabled per cluster.
4141

4242
## Create a new cluster in the Free tier or Paid tier
4343

44+
> [!IMPORTANT]
45+
> `--tier standard` and `--tier free` are currently unavailable in Azure CLI 2.46.0 due to a [critical bug](https://github.com/Azure/AKS/issues/3481). To enable the Uptime SLA feature, use the commands below.
46+
4447
Use the Azure CLI to create a new cluster on an AKS pricing tier. You can create your cluster in an existing resource group or create a new one. To learn more about resource groups and working with them, see [managing resource groups using the Azure CLI][manage-resource-group-cli].
4548

4649
Use the [`az aks create`][az-aks-create] command to create an AKS cluster. The commands below show you how to create a new resource group named *myResourceGroup* and a cluster named *myAKSCluster* in that resource group in each tier.
@@ -66,7 +69,7 @@ Once the deployment completes, it returns JSON-formatted information about your
6669
"tier": "Free"
6770
},
6871
69-
# Sample output for uptime-sla
72+
# Sample output for --uptime-sla
7073
7174
},
7275
"sku": {

0 commit comments

Comments
 (0)