1. Create a new Service Principal or use existing one 2. Map the values as follows ``` appID -> client_id password -> client_secret tenant -> tenant_id ``` 3. Set the following `ARM` variables ``` ARM_CLIENT_ID ARM_CLIENT_SECRET ARM_TENANT_ID ARM_SUBSCRIPTION_ID ``` ### See also 1. [[Creating Service Principal in Azure with Azure CLI]]