Skip to content

Commit 65f4104

Browse files
authored
Merge pull request #299204 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ac48e4b + e8e67ed commit 65f4104

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

articles/container-apps/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 04/10/2025
8+
ms.date: 04/28/2025
99
ms.author: cshoe
1010
ms.custom: build-2023
1111
---
@@ -49,7 +49,7 @@ Use more than one environment when you want two or more applications to:
4949

5050
| Type | Description | Plan | Billing considerations |
5151
|--|--|--|--|
52-
| Workload profile | Run serverless apps with support for scale-to-zero and pay only for resources your apps use with the consumption profile. You can also run apps with customized hardware and increased cost predictability using dedicated workload profiles. | Consumption and Dedicated | You can choose to run apps under either or both plans using separate workload profiles. The Dedicated plan has a fixed cost for the entire environment regardless of how many workload profiles you're using. |
52+
| Workload profile | Run serverless apps with support for scale-to-zero and pay only for resources your apps use with the consumption profile. You can also run apps with customized hardware and increased cost predictability using dedicated workload profiles. | Consumption and Dedicated | You can choose to run apps under either or both plans using separate workload profiles. The Dedicated plan has a fixed plan management cost for the entire environment regardless of how many workload profiles you're using. The Dedicated plan also has a variable cost based on the number of workload profile instances and the resources allocated to each instance. For more information see [Billing](billing.md#dedicated-plan). |
5353
| Consumption only | Run serverless apps with support for scale-to-zero and pay only for resources your apps use. | Consumption only | Billed only for individual container apps and their resource usage. There's no cost associated with the Container Apps environment. |
5454

5555
## Logs

articles/container-apps/opentelemetry-agents.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to record and query data collected using OpenTelemetry in Azu
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
7-
ms.date: 02/07/2025
7+
ms.date: 04/28/2025
88
ms.author: cshoe
99
ms.topic: how-to
1010
---
@@ -27,7 +27,7 @@ Each endpoint type (Azure Monitor Application Insights, DataDog, and OTLP) has s
2727

2828
## Prerequisites
2929

30-
Enabling the managed OpenTelemetry agent to your environment doesn't automatically mean the agent collects data. Agents only send data based on your configuration settings and instrumenting your code correctly.
30+
Enabling the managed OpenTelemetry agent for your environment doesn't automatically mean the agent collects data. Agents only send data based on your configuration settings and instrumenting your code correctly.
3131

3232
### Configure source code
3333

@@ -161,13 +161,17 @@ resource "azapi_update_resource" "app_insights_open_telemetry_integration" {
161161

162162
## Datadog
163163

164-
The Datadog agent configuration requires a value for `site` and `key` from your Datadog instance. Gather these values from your Datadog instance according to this table:
164+
You do not need to run the Datadog agent in your container app if you've enabled the managed OpenTelemetry agent for your environment.
165165

166-
| Datadog agent property | Container Apps configuration property |
166+
The OpenTelemetry agent configuration requires a value for `site` and `key` from your Datadog instance. Gather these values from your Datadog instance according to this table:
167+
168+
| Datadog instance property | OpenTelemetry agent configuration property |
167169
|---|---|
168170
| `DD_SITE` | `site` |
169171
| `DD_API_KEY` | `key` |
170172

173+
If you created your Datadog instance in the Azure portal, see [API keys](/azure/partner-solutions/datadog/manage#api-keys) for more information.
174+
171175
Once you have these configuration details, you can configure the agent via your container app's ARM or Bicep template or with Azure CLI commands.
172176

173177
Avoid specifying the value of a secret, such as your Datadog API key, directly in a production environment. Instead, use a reference to a secret stored in Azure Key Vault.
@@ -305,7 +309,7 @@ Before you run this command, replace the `<PLACEHOLDERS>` with your values.
305309
az containerapp env telemetry data-dog set \
306310
--resource-group <RESOURCE_GROUP_NAME> \
307311
--name <ENVIRONMENT_NAME> \
308-
--site "<DATADOG_SUBDOMAIN>.datadoghq.com" \
312+
--site "<DATADOG_SUBDOMAIN>.datadoghq.com" \
309313
--key <DATADOG_KEY> \
310314
--enable-open-telemetry-traces true \
311315
--enable-open-telemetry-metrics true

articles/container-apps/waf-app-gateway.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Protect Azure Container Apps with Application Gateway and Web Application Firewall (WAF)
33
description: Learn how to protect Azure Container Apps with Application Gateway Web Application Firewall (WAF)
44
services: container-apps
5-
author: cachai2
5+
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 03/26/2025
9-
ms.author: cachai
8+
ms.date: 04/28/2025
9+
ms.author: cshoe
1010
---
1111

1212
# Protect Azure Container Apps with Web Application Firewall on Application Gateway
@@ -177,7 +177,7 @@ Perform the following steps:
177177
| Public IP address | Select **Add new**. Enter **my-frontend** for the name of your frontend and select **OK** |
178178

179179
> [!NOTE]
180-
> For the Application Gateway v2 SKU, there must be a **Public** frontend IP. You can have both a public and a private frontend IP configuration, but a private-only frontend IP configuration with no public IP is currently not supported in the v2 SKU. To learn more, [read here](../virtual-network/ip-services/configure-public-ip-application-gateway.md).
180+
> For the Application Gateway v2 SKU, there must be a public frontend IP. For more information, see [Public and private IP address support](/azure/application-gateway/configuration-frontend-ip#public-and-private-ip-address-support) and [Manage a public IP address with an Azure Application Gateway](../virtual-network/ip-services/configure-public-ip-application-gateway.md).
181181
182182
1. Select **Next: Backends**.
183183

0 commit comments

Comments
 (0)