Skip to content

Commit 7ea2533

Browse files
committed
latest tweaks
1 parent ff38f16 commit 7ea2533

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/uptime-sla.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 03/11/2020
88

99
# Azure Kubernetes Service (AKS) Uptime SLA
1010

11-
Uptime SLA is an optional feature to enable financially backed higher SLA for a cluster. Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint for AZ enabled clusters and 99.9% of availability for clusters with no availability zones. AKS uses master node replicas across update and fault domains to ensure SLA requirements are met.
11+
Uptime SLA is an optional feature to enable financially backed higher SLA for a cluster. Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use [Availability Zone][availability-zones] and 99.9% of availability for clusters that don't use availability zones. AKS uses master node replicas across update and fault domains to ensure SLA requirements are met.
1212

1313
Customers needing SLA for compliance reasons or extending SLA's to their customers should turn on this feature. Customers with critical workloads who need higher availability with an option of SLA benefit from enabling this feature. Enable the feature with Availability Zones to obtain higher availability of the Kubernetes API server.
1414

@@ -17,6 +17,10 @@ Customers can create unlimited free clusters with a service level objective (SLO
1717
> [!Important]
1818
> For clusters with egress lockdown, see [limit egress traffic](limit-egress-traffic.md) to open appropriate ports for Uptime SLA.
1919
20+
## SLA terms and conditions
21+
22+
Uptime SLA is a paid feature and enabled per cluster. Uptime SLA pricing is determined by the number of clusters, and not by the size of the clusters. You can view [Uptime SLA pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/) for more information.
23+
2024
## Region Availability
2125

2226
Uptime SLA is available in the following regions:
@@ -28,14 +32,10 @@ Uptime SLA is available in the following regions:
2832
* SOUTH CENTRAL US
2933
* WEST US2
3034

31-
## Prerequisites
35+
## Before you begin
3236

3337
* The Azure CLI version 2.7.0 or later
3438

35-
## SLA terms and conditions
36-
37-
Uptime SLA is a paid feature and enabled per cluster. Uptime SLA pricing is determined by the number of clusters, and not by the size of the clusters. You can view [Uptime SLA pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/) for more information.
38-
3939
## Creating a cluster with Uptime SLA
4040

4141
To create a new cluster with the Uptime SLA, you use the Azure CLI.

0 commit comments

Comments
 (0)