Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Log on to Azure Kubernetes Service (AKS)

  1. Log on to Azure by executing this command: az login
    Tip: Specify the tenant if there are multiple tenants. E.g. az login --tenant <tenant>

  2. Setup the Azure log in with kubectl by executing this command: az aks get-credentials --resource-group <Azure_Resource_Group> --name <AKS_Cluster_Name>

Deployment steps

Open a command prompt from the folder that contains the YAML deployment files. Flow steps below to deploy OneList.

...

5. Configure SSL connection

Follow steps step 1 to 4 in this document. Migrate to use Azure Key Vault to host SSL certificate

...