Skip to content

Commit

Permalink
Updating to include the changes in #2760
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 25, 2019
1 parent 37965f6 commit 5521dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/monitor_autoscale_setting.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ A `rule` block supports the following:

A `metric_trigger` block supports the following:

* `metric_name` - (Required) The name of the metric that defines what the rule monitors, such as `Percentage CPU`.
* `metric_name` - (Required) The name of the metric that defines what the rule monitors, such as `Percentage CPU` for `Virtual Machine Scale Sets` and `CpuPercentage` for `App Service Plan`.

-> **NOTE:** The allowed value of `metric_name` highly depends on the targeting resource type, please visit [Supported metrics with Azure Monitor](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported) for more details.

* `metric_resource_id` - (Required) The ID of the Resource which the Rule monitors.

Expand Down

0 comments on commit 5521dfe

Please sign in to comment.