You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> "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
42
24
43
25
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/).
44
26
@@ -67,15 +49,6 @@ az aks create --resource-group myResourceGroup --name myAKSCluster --no-uptime-s
67
49
az aks create --resource-group myResourceGroup --name myAKSCluster --uptime-sla
68
50
```
69
51
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
-
79
52
Once the deployment completes, it returns JSON-formatted information about your cluster:
0 commit comments