Skip to content

Commit

Permalink
(DOCS-9954) Add details
Browse files Browse the repository at this point in the history
  • Loading branch information
buraizu committed Jan 29, 2025
1 parent c8ee512 commit 3ed175d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion content/en/logs/guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cascade:
{{< nextlink href="/logs/guide/sending-events-and-logs-to-datadog-with-amazon-eventbridge-api-destinations/" >}}Sending Events and Logs to Datadog with Amazon EventBridge API Destinations{{< /nextlink >}}
{{< nextlink href="/logs/guide/aws-eks-fargate-logs-with-kinesis-data-firehose" >}}Send Amazon EKS Fargate Logs with Amazon Data Firehose{{< /nextlink >}}
{{< nextlink href="/logs/guide/apigee" >}}Collect Apigee Logs{{< /nextlink >}}
{{< nextlink href="/logs/guide/azure-automated-log-forwarding/" >}}Azure Automated Log Forwarding Setup{{< /nextlink >}}
{{< nextlink href="/logs/guide/azure-logging-guide/" >}}Send Azure Logs to Datadog{{< /nextlink >}}
{{< nextlink href="/logs/guide/azure-native-logging-guide/" >}}Send Azure Logs with the Datadog Resource{{< /nextlink >}}
{{< nextlink href="/logs/guide/fluentbit" >}}Send Fluent Bit Logs{{< /nextlink >}}
Expand Down
6 changes: 3 additions & 3 deletions content/en/logs/guide/azure-automated-log-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ further_reading:

Use this guide to automate your Azure log forwarding setup with an Azure Resource Manager (ARM) template.

The ARM template deploys resources from a series of Azure services (storage accounts and function apps) into your subscriptions that collect and forward logs to Datadog. These services automatically scale up or down to match log volume. Scaling is manged by a control plane, which is a set of function apps deployed to a subscription of your choice. Storage accounts and function apps are deployed in each of the subscriptions forwarding logs to Datadog.
The ARM template deploys resources from a series of Azure services (storage accounts and function apps) into your subscriptions that collect and forward logs to Datadog. These services automatically scale up or down to match log volume. Scaling is manged by a control plane, which is a set of function apps deployed to a subscription and region of your choice. Storage accounts and function apps are deployed in each of the subscriptions forwarding logs to Datadog.

Check notice on line 16 in content/en/logs/guide/azure-automated-log-forwarding.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

**All sites**: All [Datadog sites][4] can use the steps on this page to complete setup of automated log forwarding.

## Setup

Begin by opening the [Automated Log Forwarding ARM template][1].
Begin by opening the [Automated Log Forwarding ARM template][1]. The sections below provide instructions for completing each page of the template.

### Basics

1. Select the management group. This is needed for the ARM template to grant permissions to the subscriptions you select for automated log forwarding.
2. Select the region. This is where the control plane is deployed.
3. Select the subscriptions to forward logs.
4. Select the subscription to deploy the control plane.
4. Select the subscription to deploy the control plane to.
5. Enter a name for the resource group to be used by the control plane.

**Note**: It is recommended to choose a new, unused resource group name to simplify management of control plane services.
Expand Down

0 comments on commit 3ed175d

Please sign in to comment.