From af03379a4ec3399fc51a1f2a37cd70060e9df10d Mon Sep 17 00:00:00 2001 From: Mike Manney <34942709+mjmanney@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:39:39 -0500 Subject: [PATCH 1/6] Revise app registration alerts in Azure integration docs Updated alert messages regarding app registration requirements for Cloud Cost Management and Log Archives in Azure integration documentation. --- content/en/getting_started/integrations/azure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/getting_started/integrations/azure.md b/content/en/getting_started/integrations/azure.md index f47125267eac7..d32b663e36b64 100644 --- a/content/en/getting_started/integrations/azure.md +++ b/content/en/getting_started/integrations/azure.md @@ -54,7 +54,7 @@ The `Datadog Admin Role`, or any other role with the `azure_configurations_manag {{% /collapse-content %}} -
Cloud Cost Management and log archives are only supported with the app registration setup method. If you set up the Datadog Azure Native integration for a US3 Datadog account, use the instructions on this page to create an app registration. +
Cloud Cost Management and Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow the setup steps on this page to create an app registration. If a subscription is connected through both methods, a redundancy warning appears in the Azure integration tile—this can be safely ignored for cloud cost management and log archiving.
## Setup @@ -255,7 +255,7 @@ Datadog recommends using the Agent or DaemonSet to send logs from Azure. If dire 5. Start the deployment process on the [Review + create tab][33]. -
Log archives are only supported with the app registration setup method. If you set up the Datadog Azure Native integration for a US3 Datadog account, you need to create an App registration to access this functionality. +
Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow this page’s steps to [create an app registration](#setup).
See [Azure Automated Log Forwarding Architecture][34] for more details. From eb06d7db4baa8f1524f0034b86cc623b35a0233c Mon Sep 17 00:00:00 2001 From: Mike Manney <34942709+mjmanney@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:40:50 -0500 Subject: [PATCH 2/6] use verbiage from app registration setup page --- layouts/shortcodes/azure-log-archiving.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/azure-log-archiving.md b/layouts/shortcodes/azure-log-archiving.md index 77aae785bc02c..609e4b775efe4 100644 --- a/layouts/shortcodes/azure-log-archiving.md +++ b/layouts/shortcodes/azure-log-archiving.md @@ -4,8 +4,8 @@ Archiving logs to Azure Blob Storage requires an App Registration. If you haven' After configuring an App Registration, [create a log archive][1002] that writes to Azure Blob Storage. -**Note**: If your storage bucket is in a subscription being monitored through the Azure Native integration, a warning is displayed in the Azure Integration Tile about the App Registration being redundant. You can ignore this warning. +**Note**: If your storage bucket is in a subscription being monitored through the Azure Native integration, a redundancy warning appears in the Azure integration tile—this can be safely ignored for log archiving. [1000]: /logs/guide/azure-automated-log-forwarding [1001]: /logs/guide/azure-manual-log-forwarding -[1002]: /logs/log_configuration/archives/?tab=azurestorage#configure-an-archive \ No newline at end of file +[1002]: /logs/log_configuration/archives/?tab=azurestorage#configure-an-archive From 25ef171c87e6b7196f5ca2d1aa61a308712eb3b3 Mon Sep 17 00:00:00 2001 From: Mike Manney <34942709+mjmanney@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:56:50 -0500 Subject: [PATCH 3/6] Update layouts/shortcodes/azure-log-archiving.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> --- layouts/shortcodes/azure-log-archiving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/azure-log-archiving.md b/layouts/shortcodes/azure-log-archiving.md index 609e4b775efe4..b9b3dc9153cdb 100644 --- a/layouts/shortcodes/azure-log-archiving.md +++ b/layouts/shortcodes/azure-log-archiving.md @@ -4,7 +4,7 @@ Archiving logs to Azure Blob Storage requires an App Registration. If you haven' After configuring an App Registration, [create a log archive][1002] that writes to Azure Blob Storage. -**Note**: If your storage bucket is in a subscription being monitored through the Azure Native integration, a redundancy warning appears in the Azure integration tile—this can be safely ignored for log archiving. +**Note**: If your storage bucket is in a subscription being monitored through the Azure Native integration, a redundancy warning appears in the Azure integration tile. This warning can be safely ignored for log archiving. [1000]: /logs/guide/azure-automated-log-forwarding [1001]: /logs/guide/azure-manual-log-forwarding From b030c37b37626d91501de2db13d8d2d618cd6c80 Mon Sep 17 00:00:00 2001 From: Mike Manney <34942709+mjmanney@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:57:16 -0500 Subject: [PATCH 4/6] Update content/en/getting_started/integrations/azure.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> --- content/en/getting_started/integrations/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting_started/integrations/azure.md b/content/en/getting_started/integrations/azure.md index d32b663e36b64..0ee6e78fa289a 100644 --- a/content/en/getting_started/integrations/azure.md +++ b/content/en/getting_started/integrations/azure.md @@ -255,7 +255,7 @@ Datadog recommends using the Agent or DaemonSet to send logs from Azure. If dire 5. Start the deployment process on the [Review + create tab][33]. -
Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow this page’s steps to [create an app registration](#setup). +
Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow the steps on this page to create an app registration.
See [Azure Automated Log Forwarding Architecture][34] for more details. From 13cba29096648105104d3541606ab668679c9ed7 Mon Sep 17 00:00:00 2001 From: Mike Manney <34942709+mjmanney@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:57:29 -0500 Subject: [PATCH 5/6] Update content/en/getting_started/integrations/azure.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> --- content/en/getting_started/integrations/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting_started/integrations/azure.md b/content/en/getting_started/integrations/azure.md index 0ee6e78fa289a..7aea2dccf8902 100644 --- a/content/en/getting_started/integrations/azure.md +++ b/content/en/getting_started/integrations/azure.md @@ -54,7 +54,7 @@ The `Datadog Admin Role`, or any other role with the `azure_configurations_manag {{% /collapse-content %}} -
Cloud Cost Management and Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow the setup steps on this page to create an app registration. If a subscription is connected through both methods, a redundancy warning appears in the Azure integration tile—this can be safely ignored for cloud cost management and log archiving. +
Cloud Cost Management and Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow the setup steps on this page to create an app registration. If a subscription is connected through both methods, a redundancy warning appears in the Azure integration tile. This warning can be safely ignored for Cloud Cost Management and Log Archives.
## Setup From b4ad92e37efe1ae213dc28b105afd18f020be3e4 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Thu, 13 Nov 2025 13:51:51 -0500 Subject: [PATCH 6/6] set alerts to appear only if us3 is selected --- content/en/getting_started/integrations/azure.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/en/getting_started/integrations/azure.md b/content/en/getting_started/integrations/azure.md index 7aea2dccf8902..72c20c6ec5738 100644 --- a/content/en/getting_started/integrations/azure.md +++ b/content/en/getting_started/integrations/azure.md @@ -54,9 +54,14 @@ The `Datadog Admin Role`, or any other role with the `azure_configurations_manag {{% /collapse-content %}} -
Cloud Cost Management and Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow the setup steps on this page to create an app registration. If a subscription is connected through both methods, a redundancy warning appears in the Azure integration tile. This warning can be safely ignored for Cloud Cost Management and Log Archives. +{{< site-region region="us3" >}} + +
Cloud Cost Management and Log Archives require the app registration setup method. For Datadog accounts using the Azure Native integration, follow the setup steps on this page to create an app registration. If a subscription is connected through both methods, a redundancy warning appears in the Azure integration tile. This warning can be safely ignored for Cloud Cost Management and Log Archives.
+{{< /site-region >}} + + ## Setup Follow the instructions on this page to set up the **Azure integration** through an app registration, available for all Datadog sites. @@ -254,10 +259,13 @@ Datadog recommends using the Agent or DaemonSet to send logs from Azure. If dire 4. Acknowledge deployment warnings on the [Deployment tab][32]. 5. Start the deployment process on the [Review + create tab][33]. +{{< site-region region="us3" >}} -
Log Archives require the app registration setup method. For US3 Datadog accounts using the Azure Native integration, follow the steps on this page to create an app registration. +
Log Archives require the app registration setup method. For Datadog accounts using the Azure Native integration, follow the steps on this page to create an app registration.
+{{< /site-region >}} + See [Azure Automated Log Forwarding Architecture][34] for more details. {{% /collapse-content %}}