Skip to content

Instantly share code, notes, and snippets.

@giseongeom
Created May 29, 2019 10:42
Show Gist options
  • Select an option

  • Save giseongeom/3b92a499a531003ac8a4d9823043636c to your computer and use it in GitHub Desktop.

Select an option

Save giseongeom/3b92a499a531003ac8a4d9823043636c to your computer and use it in GitHub Desktop.
AKS Scaling Administrator custom role
{
"Name": "AKS Scale Operator",
"IsCustom": true,
"Description": "Can monitor and scale AKS-enabled virtual machines.",
"Actions": [
"Microsoft.Resources/subscriptions/resourceGroups/write",
"Microsoft.Resources/subscriptions/resourceGroups/delete",
"Microsoft.Storage/checkNameAvailability/*",
"Microsoft.Storage/storageAccounts/*",
"Microsoft.ContainerService/*"
],
"NotActions": [
],
"AssignableScopes": [
"/subscriptions/xxxxxxxx"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment