Connect your Azure account to Holori - FinOps & Diagrams
To retrieve your billing info and understand your infrastructure, Holori needs access to your Azure account. This procedure is made in full compliance with Azure's access rules. We will guide you step by step through this configuration process.
In Holori App, click on your username at the bottom left of the page, then select the "Integrations" tab and click on "+Connect now" under the Azure logo.
You must first define which feature you want to use between cost visibility + diagrams and diagrams only
The following procedure is for COST VISIBILITY + DIAGRAMS.
Step 1: Create an Azure Service Principal
Use the following command to create an Azure Service Principal:
az ad sp create-for-rbac -n "holori"
The output should look like this:
{
"appId": "d3aagb1a-2663-4c74-b094-9d8f92f39zfe",
"displayName": "holori",
"password": "mP-4Q~Z738qQaByRoTsXsFdcnzRmr7YSc7aDub8I",
"tenant": "ffcb75e6-17d1-408d-a318-f9765e62084f"
}
Copy the appId
, password
and tenant
. Paste them into the corresponding field on Holori App.
Or paste the entire command output into the text field.