Skip to content

Commit 92f39b9

Browse files
committed
Incorporating feedback on doc
1 parent 8a733f8 commit 92f39b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ Azure Kubernetes Service (AKS) is now offering two pricing tiers for control pla
1515
|------------------|---------|--------|
1616
|**When to use**|• You want to experiment with AKS at no extra cost <br> • You're new to AKS and Kubernetes|• You're running production or mission-critical workloads and need high availability and reliability <br> • You need a financially backed SLA|
1717
|**Supported cluster types**|• Development clusters or small scale testing environments <br> • Clusters with fewer than 10 nodes|• Enterprise-grade or production workloads <br> • Clusters with up to 5,000 nodes|
18-
|**Pricing**|• Free basic cluster management <br> • Pay-as-you-go for resources you consume|• $0.10 per cluster per hour for greater scaling and performance support <br> • Pay-as-you-go for resources you consume|
18+
|**Pricing**|• Free cluster management <br> • Pay-as-you-go for resources you consume|• $0.10 per cluster per hour for greater scaling and performance support <br> • Pay-as-you-go for resources you consume|
1919
|**Feature comparison**|• Recommended for clusters with fewer than 10 nodes, but can support up to 1,000 nodes <br> • Includes all current AKS features|• Uptime SLA is enabled by default <br> • Greater control plane reliability and resources <br> • Can support up to 5,000 nodes in a cluster <br> • Includes all current AKS features
2020

2121
> [!NOTE]
2222
> You can still create an unlimited number of free clusters with a service level objective (SLO) of 99.5% and opt for the preferred SLO.
2323
24-
For clusters with egress lockdown, see [limit egress traffic](limit-egress-traffic.md) to open appropriate ports.
25-
2624
## Uptime SLA
2725

2826
> [!IMPORTANT]
@@ -56,7 +54,7 @@ The Uptime SLA feature is included in the Standard tier and is enabled per clust
5654

5755
## Creating a new cluster in the Free tier or Standard tier
5856

59-
Use the Azure CLI to create a new cluster in the *Free tier* or *Standard 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].
57+
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].
6058

6159
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.
6260

@@ -90,7 +88,7 @@ Once the deployment completes, it returns JSON-formatted information about your
9088
"tier": "Free"
9189
},
9290
93-
# Sample output for `uptime-sla`
91+
# Sample output for `uptime-sla`
9492
9593
},
9694
"sku": {

0 commit comments

Comments
 (0)