Skip to content

Commit

Permalink
[AZI-1803] updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ava-silver committed Aug 28, 2023
1 parent a788f4f commit b4df8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/integration_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "datadog_integration_azure" "sandbox" {

### Optional

- `app_service_plan_filters` (String) String of app service plan tag(s) (in the form `key:value,key:value`) defines a filter that Datadog uses when collecting metrics from Azure. Limit the Azure instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. For example, `env:production,deploymentgroup:red`.
- `app_service_plan_filters` (String) This comma separated list of tags (in the form key:value) defines a filter that we will use when collecting metrics from Azure App Service Plans. Only App Service Plans that match one of the defined tags will be imported into Datadog. The rest, including the apps and functions running on them, will be ignored. Note that this will also filter the metrics for any App or Function running on the App Service Plan(s).
- `automute` (Boolean) Silence monitors for expected Azure VM shutdowns.
- `cspm_enabled` (Boolean) Enable Cloud Security Management Misconfigurations for your organization.
- `custom_metrics_enabled` (Boolean) Enable custom metrics for your organization.
Expand Down

0 comments on commit b4df8a4

Please sign in to comment.