Skip to content

Commit 90ad0e7

Browse files
Update azure-resources/ContainerService/managedClusters/kql/4f63619f-5001-439c-bacb-8de891287727.kql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4b90843 commit 90ad0e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-resources/ContainerService/managedClusters/kql/4f63619f-5001-439c-bacb-8de891287727.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Azure Resource Graph Query
2-
// Returns AKS clusters that do not have any availability zones enabled. Checks for Zone Spanning and Zone Aligned conifigurations
2+
// Returns AKS clusters that do not have any availability zones enabled. Checks for Zone Spanning and Zone Aligned configurations
33
resources
44
| where type =~ "Microsoft.ContainerService/managedClusters"
55
| where location in~ ("australiaeast", "brazilsouth", "canadacentral", "centralindia", "centralus", "eastasia", "eastus", "eastus2", "francecentral", "germanywestcentral", "israelcentral", "italynorth", "japaneast", "japanwest", "koreacentral", "mexicocentral", "newzealandnorth", "northeurope", "norwayeast", "polandcentral", "qatarcentral", "southafricanorth", "southcentralus", "southeastasia", "spaincentral", "swedencentral", "switzerlandnorth", "uaenorth", "uksouth", "westeurope", "westus2", "westus3", "usgovvirginia", "chinanorth3")

0 commit comments

Comments
 (0)