Datadog-Azure integrations configured for your organization.

Hierarchy

  • AzureAccount

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
appServicePlanFilters?: string

Limit the Azure app service plans that are pulled into Datadog using tags. Only app service plans that match one of the defined tags are imported into Datadog.

automute?: boolean

Silence monitors for expected Azure VM shutdowns.

clientId?: string

Your Azure web application ID.

clientSecret?: string

Your Azure web application secret key.

containerAppFilters?: string

Limit the Azure container apps that are pulled into Datadog using tags. Only container apps that match one of the defined tags are imported into Datadog.

cspmEnabled?: boolean

When enabled, Datadog’s Cloud Security Management product scans resource configurations monitored by this app registration. Note: This requires resource_collection_enabled to be set to true.

customMetricsEnabled?: boolean

Enable custom metrics for your organization.

errors?: string[]

Errors in your configuration.

hostFilters?: string

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.

Dictionary containing the key excluded_resource_providers which has to be a list of Microsoft Azure Resource Provider names. This feature is currently being beta tested. In order to enable all resource providers for metric collection, pass: metrics_config: {"excluded_resource_providers": []} (i.e., an empty list for excluded_resource_providers).

newClientId?: string

Your New Azure web application ID.

newTenantName?: string

Your New Azure Active Directory ID.

resourceCollectionEnabled?: boolean

When enabled, Datadog collects metadata and configuration info from cloud resources (compute instances, databases, load balancers, etc.) monitored by this app registration.

tenantName?: string

Your Azure Active Directory ID.

Generated using TypeDoc