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.

metricsEnabled?: boolean

Enable Azure metrics for your organization.

metricsEnabledDefault?: boolean

Enable Azure metrics for your organization for resource providers where no resource provider config is specified.

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.

resourceProviderConfigs?: ResourceProviderConfig[]

Configuration settings applied to resources from the specified Azure resource providers.

tenantName?: string

Your Azure Active Directory ID.

usageMetricsEnabled?: boolean

Enable azure.usage metrics for your organization.

Generated using TypeDoc