Azure Integration Setup
Connect your Azure subscription to CloudCostLite for automatic cost tracking
1Choose Authentication Method
Select how you want to authenticate with Azure
OAuth2 (Recommended)
Sign in with your Azure account - more secure and easier to set up
Service Principal
Use app registration credentials - for automated scenarios
2Configure Subscription
Enter your Azure tenant and subscription details
3Assign Roles
Grant CloudCostLite access to your subscription
Click to open Access Control (IAM) for your subscription in Azure Portal
Advanced: CLI Commands (v2)
# Create service principal
az ad sp create-for-rbac --name "CloudCostLite" --role "Cost Management Reader" --scopes "/subscriptions/782b740e-1b9f-428c-8e4c-4446650ae0"
# Output will include:
# {
# "appId": "your-client-id",
# "password": "your-client-secret",
# "tenant": "your-tenant-id"
# }4Test Connection
Verify that everything is configured correctly
Need Help?
- • Ensure you have Owner or User Access Administrator role in the subscription
- • Verify the Tenant ID and Subscription ID are correct
- • Check that the CloudCostLite Enterprise App exists in your tenant
- • Contact support if you continue to have problems