Azure Credentials

For Azure a service principal is required which can be created by following the steps in the provider documentation.

  1. Azurerm Creating a Service Principal
  2. In Scalr in the “Add Credentials” dialogue select Azure
  3. Enter the Client ID (appId), Secret Key (password) and Tenant ID (tenant) from the output of create-for-rbac. Click Save

Example output from create-for-rbac

{
  "appId": "c5f583b2-xxxx-xxxx-xxxx-baa93d369f1b",
  "displayName": "azure-cli-2020-04-21-07-39-09",
  "name": "http://azure-cli-2020-04-21-07-39-09",
  "password": "2458ffd6-xxxx-xxxx-xxxx-3b9f3964ab67",
  "tenant": "8ad9e98e-xxxx-xxxx-xxxx-7969b23753d4"
}
696 682