Connect an Azure cloud account
This guide walks through creating an Azure service principal and connecting it to Vantage for cluster provisioning.
Prerequisites
- A Vantage account with admin permissions
- An Azure subscription with permission to create service principals
Create a service principal in Azure
- Open the Azure Portal and navigate to Azure Active Directory > App registrations.
- Click New registration. Enter a name (for example,
vantage-connector) and click Register. - On the app overview page, copy the Application (client) ID and Directory (tenant) ID.
- Navigate to Certificates & secrets > New client secret. Add a description, choose an expiry period, and click Add. Copy the secret value immediately.
warning
Client secrets expire based on the period you choose (6 months, 12 months, or 24 months). Set a reminder to rotate the secret before it expires, or cluster operations will fail silently.
- Navigate to Subscriptions > [your subscription] > Access control (IAM).
- Click Add role assignment and grant the service principal the Contributor role on the subscription.
Connect to Vantage
- Click the Settings gear icon in the bottom-left sidebar and select Cloud Accounts.
- Click
+ Create Cloud Accountand select Azure. - Enter an Account Name and optional Description.
- Enter the Azure credentials from the previous steps.
- Click
Create Cloud Account.
Validate the connection
Click the ... menu on the account row and select Validate. If validation fails, confirm the client secret has not expired and the service principal has Contributor access.