diff --git a/azure/deploy-to-azure/azure-integration/CreateUIDefinition-managementgroups.json b/azure/deploy-to-azure/azure-integration/CreateUIDefinition-managementgroups.json index f0f3734de..5460ba549 100644 --- a/azure/deploy-to-azure/azure-integration/CreateUIDefinition-managementgroups.json +++ b/azure/deploy-to-azure/azure-integration/CreateUIDefinition-managementgroups.json @@ -204,6 +204,10 @@ "label": "AP1", "value": "ap1.datadoghq.com" }, + { + "label": "AP2", + "value": "ap2.datadoghq.com" + }, { "label": "US1-FED", "value": "ddog-gov.com" @@ -338,4 +342,4 @@ "cspm_enabled": "[and(steps('datadogConfig').resourceCollection.cspm_enabled, steps('datadogConfig').resourceCollection.resource_collection_enabled)]" } } -} \ No newline at end of file +} diff --git a/azure/deploy-to-azure/azure-integration/CreateUIDefinition.json b/azure/deploy-to-azure/azure-integration/CreateUIDefinition.json index a03f9d102..9e0c0629a 100644 --- a/azure/deploy-to-azure/azure-integration/CreateUIDefinition.json +++ b/azure/deploy-to-azure/azure-integration/CreateUIDefinition.json @@ -164,6 +164,10 @@ "label": "AP1", "value": "ap1.datadoghq.com" }, + { + "label": "AP2", + "value": "ap2.datadoghq.com" + }, { "label": "US1-FED", "value": "ddog-gov.com" @@ -313,4 +317,4 @@ "cspm_enabled": "[and(steps('datadogConfig').resourceCollection.cspm_enabled, steps('datadogConfig').resourceCollection.resource_collection_enabled)]" } } -} \ No newline at end of file +}