Microsoft Azure
Last updated
Last updated
The following object illustrates how to securely pass your Azure API credentials
within a config
.
Name
Description
azure_subscription_id
the Azure subscription id
azure_tenant_id
the Azure directory tenant id
azure_client_id
the Azure application client id
azure_client_secret
the Azure client secret
A prerequisite to using Azure as an orchestration target
with Provide is registering a directory application and assigning the appropriate permissions via a custom role. This role should be created using the Access control (IAM) tool located within the Azure Subscriptions service. A sample role definition has been provided; you will need to update the assignableScopes
section provided in the sample JSON with your subscription scope.
Register a new single-tenant application within the Azure Active Directory service, create a custom role (as describe above) and assign the role to the registered application.