ACZ

Steps to be followed:

  1. Login to your Azure Console

  2. Generate a Client Secret within the Application

  3. Add a Role Assignment to your Application from the Subscriptions section with the following permissions listed below

  4. Fill in the Client ID, Client Secret, Tenant ID and Subscription ID

Permissions:

  • Contributor

  • Microsoft.ContainerService/managedClusters/read

  • Microsoft.ContainerService/managedClusters/write

  • Microsoft.Resources/deployments/*

  • Microsoft.ContainerRegistry/registries/pull/read

  • Microsoft.ContainerRegistry/registries/push/write

  • Microsoft.Authorization/permissions/read

  • Microsoft.Compute/*

  • Microsoft.ClassicCompute/*

Last updated