Skip to content

Commit d691291

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into avesanRefresh
2 parents c270c45 + 65f4104 commit d691291

File tree

5 files changed

+24
-20
lines changed

5 files changed

+24
-20
lines changed

articles/batch/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Use the Azure CLI to create a Batch account and run a job'
33
description: Follow this quickstart to use the Azure CLI to create a Batch account, a pool of compute nodes, and a job that runs basic tasks on the pool.
44
ms.topic: quickstart
5-
ms.date: 04/02/2025
5+
ms.date: 04/06/2025
66
ms.custom: mvc, devx-track-azurecli, mode-api, linux-related-content, innovation-engine
77
author: padmalathas
88
ms.author: padmalathas

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

articles/storage/file-sync/file-sync-release-notes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: wmgries
66
ms.service: azure-file-storage
77
ms.topic: release-notes
8-
ms.date: 04/23/2025
8+
ms.date: 05/01/2025
99
ms.author: wgries
1010
---
1111

@@ -25,11 +25,11 @@ The following Azure File Sync agent versions are supported:
2525
| V19 Release - [KB5040924](https://support.microsoft.com/topic/e44fc142-8a24-4dea-9bf9-6e884b4b342e)| 19.1.0.0 | September 3, 2024 | Supported |
2626
| V18.2 Release - [KB5023059](https://support.microsoft.com/topic/613d00dc-998b-4885-86b9-73750195baf5)| 18.2.0.0 | July 9, 2024 | Supported |
2727
| V18.1 Release - [KB5023057](https://support.microsoft.com/topic/961af341-40f2-4e95-94c4-f2854add60a5)| 18.1.0.0 | June 11, 2024 | Supported - Security Update |
28-
| V17.3 Release - [KB5039814](https://support.microsoft.com/topic/97bd6ab9-fa4c-42c0-a510-cdb1d23825bf)| 17.3.0.0 | June 11, 2024 | Supported - Security Update, Agent version will expire on May 6, 2025 |
28+
| V17.3 Release - [KB5039814](https://support.microsoft.com/topic/97bd6ab9-fa4c-42c0-a510-cdb1d23825bf)| 17.3.0.0 | June 11, 2024 | Supported - Security Update, Agent version will expire on June 9, 2025 |
2929
| V18 Release - [KB5023057](https://support.microsoft.com/topic/feb374ad-6256-4eeb-9371-eb85071f756f)| 18.0.0.0 | May 8, 2024 | Supported |
30-
| V17.2 Release - [KB5023055](https://support.microsoft.com/topic/dfa4c285-a4cb-4561-b0ed-bbd4ae09d91d)| 17.2.0.0 | February 28, 2024 | Supported - Agent version will expire on May 6, 2025 |
31-
| V17.1 Release - [KB5023054](https://support.microsoft.com/topic/azure-file-sync-agent-v17-1-release-february-2024-security-only-update-bd1ce41c-27f4-4e3d-a80f-92f74817c55b)| 17.1.0.0 | February 13, 2024 | Supported - Security Update, Agent version will expire on May 6, 2025 |
32-
| V17.0 Release - [KB5023053](https://support.microsoft.com/topic/azure-file-sync-agent-v17-release-december-2023-flighting-2d8cba16-c035-4c54-b35d-1bd8fd795ba9)| 17.0.0.0 | December 6, 2023 | Supported - Agent version will expire on May 6, 2025 |
30+
| V17.2 Release - [KB5023055](https://support.microsoft.com/topic/dfa4c285-a4cb-4561-b0ed-bbd4ae09d91d)| 17.2.0.0 | February 28, 2024 | Supported - Agent version will expire on June 9, 2025 |
31+
| V17.1 Release - [KB5023054](https://support.microsoft.com/topic/azure-file-sync-agent-v17-1-release-february-2024-security-only-update-bd1ce41c-27f4-4e3d-a80f-92f74817c55b)| 17.1.0.0 | February 13, 2024 | Supported - Security Update, Agent version will expire on June 9, 2025 |
32+
| V17.0 Release - [KB5023053](https://support.microsoft.com/topic/azure-file-sync-agent-v17-release-december-2023-flighting-2d8cba16-c035-4c54-b35d-1bd8fd795ba9)| 17.0.0.0 | December 6, 2023 | Supported - Agent version will expire on June 9, 2025 |
3333

3434
## Unsupported versions
3535

@@ -59,13 +59,13 @@ The following Azure File Sync agent versions have expired and are no longer supp
5959

6060
## Windows Server 2012 R2 agent support
6161

62-
Windows Server 2012 R2 reached [end of support](/lifecycle/announcements/windows-server-2012-r2-end-of-support) on October 10, 2023. **Azure File Sync will continue to support Windows Server 2012 R2 until the v17.x agent expires on May 6, 2025.** After this date, we will no longer provide bug fixes, security updates, or technical support.
62+
Windows Server 2012 R2 reached [end of support](/lifecycle/announcements/windows-server-2012-r2-end-of-support) on October 10, 2023. **Azure File Sync will continue to support Windows Server 2012 R2 until the v17.x agent expires on June 9, 2025.** After this date, we will no longer provide bug fixes, security updates, or technical support.
6363

64-
Although official support for Windows Server 2012 R2 and the Azure File Sync v17 agent will end on May 6, 2025, the v17 agent will continue to function until **January 27, 2026**. After this date, servers with the v17 agent will stop syncing to your Azure file shares.
64+
Although official support for Windows Server 2012 R2 and the Azure File Sync v17 agent will end on June 9, 2025, the v17 agent will continue to function until **January 27, 2026**. After this date, servers with the v17 agent will stop syncing to your Azure file shares.
6565

6666
### Action Required
6767

68-
Perform one of the following options for your Windows Server 2012 R2 servers prior to v17 agent expiration on May 6, 2025:
68+
Perform one of the following options for your Windows Server 2012 R2 servers prior to v17 agent expiration on June 9, 2025:
6969

7070
- Option #1: Perform an [in-place upgrade](/windows-server/get-started/perform-in-place-upgrade) to a [supported operating system version](file-sync-planning.md#operating-system-requirements). Once the in-place upgrade completes, uninstall the Azure File Sync agent for Windows Server 2012 R2, restart the server, and then install the agent for the new server operating system (Windows Server 2016, Windows Server 2019, Windows Server 2022 or Windows Server 2025).
7171

0 commit comments

Comments
 (0)