Azure Container Service (AKS)

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Bicep Version

Deploy To Azure Deploy To Azure US Gov Visualize

Deployment

This template deploys an AKS cluster. To learn more about how to deploy the template, see the quickstart article.

For information about how to deploy an AKS cluster using Azure CLI, see the quickstart article.

Keys

To use keys stored in keyVault, replace "value":"" with a reference to keyVault in the parameters file. For example:

"servicePrincipalClientSecret": {
  "reference": {
    "keyVault": {
      "id": "<specify Resource ID of the Key Vault you are using>"
    },
    "secretName": "<specify name of the secret in the Key Vault to get the service principal password from>"
  }
}

Tags: Microsoft.ContainerService/managedClusters, SystemAssigned