Azure Role Deployment and Permissions
Role Permissions
Read Only Role
{
"properties": {
"roleName": "Pump Autopilot Role",
"description": "Custom role for Pump to manage costs",
"assignableScopes": [
"/subscriptions/"
],
"permissions": [
{
"actions": [
"Microsoft.BillingBenefits/savingsPlanOrders/read",
"Microsoft.BillingBenefits/savingsPlanOrders/action",
"Microsoft.BillingBenefits/savingsPlanOrders/write",
"Microsoft.BillingBenefits/savingsPlanOrders/savingsPlans/read",
"Microsoft.BillingBenefits/savingsPlanOrders/savingsPlans/write",
"Microsoft.BillingBenefits/savingsPlanOrders/*/action",
"Microsoft.Capacity/*/read",
"Microsoft.Capacity/*/action",
"Microsoft.Capacity/*/write",
"Microsoft.Billing/*/read",
"Microsoft.Billing/billingProperty/read",
"Microsoft.Consumption/*",
"Microsoft.CostManagement/*",
"Microsoft.Resources/subscriptions/resourceGroups/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}Auto-pilot Role
Role Deployment
Terraform Support
Last updated
Was this helpful?

