Skip to content

Commit 3589524

Browse files
committed
remove api section
1 parent 1cb5cb9 commit 3589524

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

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

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,7 @@ Azure Kubernetes Service (AKS) is now offering two pricing tiers for cluster man
2020

2121
For more information on pricing, see the [AKS pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/).
2222

23-
## Uptime SLA
24-
25-
> [!IMPORTANT]
26-
>
27-
> Uptime SLA has been repositioned as a default feature included with the Standard tier.
28-
>
29-
> The repositioning will result in the following API changes:
30-
>
31-
> | |Prior to 2023-01-01 API|Starting from 2023-01-01 API| Starting from 2023-07-01 API|
32-
> |----------|-----------|------------|------------|
33-
> |ManagedClusterSKUName|"Basic"|"Basic" <br> "Base"|"Base"|
34-
> |ManagedClusterSKUTier|"Free" <br> "Paid"|"Free" <br> "Paid" <br> "Standard"|"Free" <br> "Standard"|
35-
>
36-
> "Basic" and "Paid" will be removed in the 2023-07-01 API version, and this will be a breaking change in API version 2023-07-01 or newer. If you use automated scripts, CD pipelines, ARM templates, Terraform, or other third-party tooling that relies on the above parameters, please be sure to make the necessary changes before upgrading to the 2023-07-01 or newer API version. From API version 2023-01-01 and newer, you can start transitioning to the new API parameters "Base" and "Standard".
37-
>
38-
39-
For more information, see [SLA for AKS](https://azure.microsoft.com/support/legal/sla/kubernetes-service/v1_1/).
40-
41-
### Uptime SLA terms and conditions
23+
## Uptime SLA terms and conditions
4224

4325
The Uptime SLA feature is included in the Standard tier and is enabled per cluster. For more information on pricing, see the [AKS pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/).
4426

@@ -67,15 +49,6 @@ az aks create --resource-group myResourceGroup --name myAKSCluster --no-uptime-s
6749
az aks create --resource-group myResourceGroup --name myAKSCluster --uptime-sla
6850
```
6951

70-
> [!NOTE]
71-
>
72-
> The outputs to `--no-uptime-sla` and `--uptime-sla` correspond to API properties prior to the 2023-01-01 API version. Starting in Azure CLI 2.46.0:
73-
>
74-
> * `--tier free` will correspond to the existing `--no-uptime-sla` parameter.
75-
> * `--tier standard` will correspond to the existing `--uptime-sla` parameter.
76-
> * The CLI output "Basic" for ManagedClusterSKUName will correspond to the API property: "Base".
77-
> * The CLI output "Free" or "Paid" for ManagerClusterSKUTier will correspond to the API properties: "Free" or "Standard".
78-
7952
Once the deployment completes, it returns JSON-formatted information about your cluster:
8053

8154
```output

0 commit comments

Comments
 (0)