Azure Monitor · Arazzo Workflow
Azure Monitor Autoscale Inventory And Reconfigure
Version 1.0.0
List autoscale settings in a resource group, branch on whether any exist, then inspect and disable a named setting.
Provider
Workflows
reconfigure-autoscale-settings
List autoscale settings and disable a named setting when present.
Lists the autoscale settings in a resource group and, when any exist, reads the named setting and patches it to disable autoscaling.
1
listAutoscaleSettings
AutoscaleSettings_ListByResourceGroup
List the autoscale settings in the resource group and branch on whether any exist.
2
getAutoscaleSetting
AutoscaleSettings_Get
Read the named autoscale setting in detail to capture its enabled state and profiles before reconfiguring it.
3
disableAutoscaleSetting
AutoscaleSettings_Update
Patch the autoscale setting to disable autoscaling while leaving its profiles intact.