Azure Credentials
For Azure a service principal is required which can be created by following the steps in the provider documentation.
- Azurerm Creating a Service Principal
- In Scalr in the “Add Credentials” dialogue select Azure
- 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"
}
Updated about 2 years ago