File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
services/azure_integration/src/v1/models Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -791,11 +791,10 @@ components:
791
791
description: Datadog-Azure integrations configured for your organization.
792
792
properties:
793
793
app_service_plan_filters:
794
- description: 'Limit the Azure app service plans that are pulled into Datadog
795
- using tags.
794
+ description: 'Limit the Azure app service plans (and Consumption Function
795
+ Apps) that are pulled into Datadog using tags.
796
796
797
- Only app service plans that match one of the defined tags are imported
798
- into Datadog.'
797
+ Filtering an App Service Plan applies to all Apps running on that plan.'
799
798
example: key:value,filter:example
800
799
type: string
801
800
automute:
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { ResourceProviderConfig } from "./ResourceProviderConfig";
7
7
*/
8
8
export class AzureAccount {
9
9
/**
10
- * Limit the Azure app service plans that are pulled into Datadog using tags.
11
- * Only app service plans that match one of the defined tags are imported into Datadog .
10
+ * Limit the Azure app service plans (and Consumption Function Apps) that are pulled into Datadog using tags.
11
+ * Filtering an App Service Plan applies to all Apps running on that plan .
12
12
*/
13
13
"appServicePlanFilters" ?: string ;
14
14
/**
You can’t perform that action at this time.
0 commit comments