Learn how to connect your Azure, AWS, and GCP accounts with read-only permissions to enable cost analysis and optimization recommendations.
All instructions below create read-only access. CloudCost Sage will never be able to modify, delete, or create resources in your cloud accounts. We only read cost and usage data to provide insights.
Create a read-only service principal for cost analysis
Navigate to Azure Portal → Azure Active Directory → App registrations
Or use Azure CLI:
az ad app create --display-name "CloudCost-Sage-ReadOnly"az ad sp create-for-rbac --name "CloudCost-Sage-ReadOnly" \
--role "Cost Management Reader" \
--scopes /subscriptions/YOUR_SUBSCRIPTION_ID⚠️ Save the output! You'll need the appId, password, and tenant
In Azure Portal, go to Subscriptions → Your Subscription → Access Control (IAM)
Go to Dashboard → Settings → Cloud Accounts and enter:
After connecting, CloudCost Sage will start importing your cost data. This may take a few minutes for the initial sync.
Connect Your Account
Go to Dashboard → Settings → Cloud Accounts
Wait for Initial Sync
Data import typically takes 5-15 minutes
Explore Your Dashboard
View cost trends, anomalies, and optimization recommendations
Need help? Contact support at [email protected]