Skip to content

Commit 246ff78

Browse files
authored
Merge pull request #102944 from mlearned/melarned-aks-private-clusters-azs
Melarned aks private clusters azs tweaks
2 parents e6dd114 + 3f84f1f commit 246ff78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: mlearned
1212

1313
# Bring your own keys (BYOK) with Azure disks in Azure Kubernetes Service (AKS)
1414

15-
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply [customer-managed keys][customer-managed-keys] to use for encryption of both the OS and data disks for your AKS clusters.
15+
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply [customer-managed keys][customer-managed-keys] to use for encryption at rest for both the OS and data disks for your AKS clusters.
1616

1717
> [!NOTE]
1818
> BYOK Linux and Windows based AKS clusters are available in [Azure regions][supported-regions] that support server side encryption of Azure managed disks.

articles/aks/private-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The API server endpoint has no public IP address. Consequently, you must create
127127
* To use a custom DNS server, deploy an AD server with DNS to forward to this IP 168.63.129.16
128128

129129
## Limitations
130-
* Availability Zones are not currently supported
130+
* Availability Zones are currently only supported for East US 2 and West US 2 regions
131131
* [Azure Private Link service limitations][private-link-service] apply to private clusters, Azure private endpoints, and virtual network service endpoints, which aren't currently supported in the same virtual network.
132132
* No support for virtual nodes in a private cluster to spin private Azure Container Instances (ACI) in a private Azure virtual network
133133
* No support for Azure DevOps integration out of the box with private clusters

0 commit comments

Comments
 (0)