v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAzure Integration
Create an Azure integration
Create a Datadog-Azure integration.
Using the POST method updates your integration configuration by adding your new configuration to the existing one in your Datadog organization.
Using the PUT method updates your integration configuration by replacing your current configuration with the new one sent to your Datadog organization.
post/api/v1/integration/azure
Request body
Example request
{
"app_service_plan_filters": "key:value,filter:example",
"automute": true,
"client_id": "testc7f6-1234-5678-9101-3fcbf464test",
"client_secret": "TestingRh2nx664kUy5dIApvM54T4AtO",
"container_app_filters": "key:value,filter:example",
"cspm_enabled": true,
"custom_metrics_enabled": true,
"errors": [
"*"
],
"host_filters": "key:value,filter:example",
"metrics_enabled": true,
"metrics_enabled_default": true,
"new_client_id": "new1c7f6-1234-5678-9101-3fcbf464test",
"new_tenant_name": "new1c44-1234-5678-9101-cc00736ftest",
"resource_collection_enabled": true,
"resource_provider_configs": [
{
"metrics_enabled": true,
"namespace": "Microsoft.Compute"
}
],
"secretless_auth_enabled": true,
"tenant_name": "testc44-1234-5678-9101-cc00736ftest",
"usage_metrics_enabled": true
}Response
OK
object required
Example response
{}