Skip to content

Commit 8000f76

Browse files
authored
Merge pull request #307726 from MicrosoftDocs/main
11/4/2025 11:00 AM IST Publish
2 parents 9ab4bdf + 84e7694 commit 8000f76

File tree

10 files changed

+35
-26
lines changed

10 files changed

+35
-26
lines changed

articles/application-gateway/migrate-v1-v2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.service: azure-application-gateway
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 01/23/2025
9+
ms.date: 11/3/2025
1010
ms.author: mbender
1111
# Customer intent: As an DevOps engineer, I want to migrate my Azure Application Gateway and Web Application Firewall from V1 to V2, so that I can leverage the improved features and performance while ensuring minimal downtime during the transition.
1212
---
@@ -239,7 +239,6 @@ To run the script:
239239
* [Virtual network service endpoint policies](../virtual-network/virtual-network-service-endpoint-policies-overview.md) are currently not supported in an Application Gateway subnet.
240240
* To migrate a TLS/SSL configuration, you must specify all the TLS/SSL certs used in your V1 gateway.
241241
* If you have FIPS mode enabled for your V1 gateway, it isn't migrated to your new V2 gateway.
242-
* If you have a Private IP only V1 gateway, the script generates a private and public IP address for the new V2 gateway. The Private IP only V2 gateway is currently in public preview. Once it becomes generally available, customers can utilize the script to transfer their private IP only V1 gateway to a private IP only V2 gateway.
243242
* WAFv2 is created in old WAF config mode; migration to WAF policy is required.
244243
* The new WAFv2 is configured to use CRS 3.0 by default. However, since CRS 3.0 is on the path to deprecation, we recommend upgrading to the latest rule set, DRS 2.1 post migration. For more details, refer [CRS and DRS rule groups and rules](../web-application-firewall/ag/application-gateway-crs-rulegroups-rules.md)
245244

articles/azure-app-configuration/rest-api-snapshot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To improve client caching, use `If-Match` or `If-None-Match` request headers. Th
134134
The following request retrieves the snapshot only if the current representation doesn't match the specified `etag`:
135135

136136
```http
137-
GET /snapshot/{name}?api-version={api-version} HTTP/1.1
137+
GET /snapshots/{name}?api-version={api-version} HTTP/1.1
138138
Accept: application/vnd.microsoft.appconfig.snapshot+json;
139139
If-None-Match: "{etag}"
140140
```
@@ -290,7 +290,7 @@ GET /snapshot?$select=name,status&api-version={api-version} HTTP/1.1
290290
| retention_period | no | Standard and Premium tiers <br/>&nbsp;&nbsp;&nbsp;&nbsp; 2592000 (30 days) <br/> Free tier and Developer tiers <br/> &nbsp;&nbsp;&nbsp;&nbsp; 604800 (seven days) | Standard and Premium tiers <br/> &nbsp;&nbsp;&nbsp;&nbsp; Minimum: 3600 (one hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; Maximum: 7776000 (90 days) <br/> Free tier and Developer tiers <br/> &nbsp;&nbsp;&nbsp;&nbsp; Minimum: 3600 (one hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; Maximum: 604800 (seven days) |
291291

292292
```http
293-
PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
293+
PUT /snapshots/{name}?api-version={api-version} HTTP/1.1
294294
Content-Type: application/vnd.microsoft.appconfig.snapshot+json
295295
```
296296

@@ -334,8 +334,8 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
334334
],
335335
"composition_type": "key",
336336
"created": "2023-03-20T21:00:03+00:00",
337-
"size": 2000,
338-
"items_count": 4,
337+
"size": 0,
338+
"items_count": 0,
339339
"tags": {
340340
"t1": "value1",
341341
"t2": "value2"
@@ -359,7 +359,7 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
359359
| retention_period | no | Standard tier <br/>&nbsp;&nbsp;&nbsp;&nbsp; 2592000 (30 days) <br/> Free tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; 604800 (7 days) | Standard tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; Minimum: 3600 (1 hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; Maximum: 7776000 (90 days) <br/> Free tier <br/> &nbsp;&nbsp;&nbsp;&nbsp; Minimum: 3600 (1 hour) <br/> &nbsp;&nbsp;&nbsp;&nbsp; Maximum: 604800 (7 days) |
360360

361361
```http
362-
PUT /snapshot/{name}?api-version={api-version} HTTP/1.1
362+
PUT /snapshots/{name}?api-version={api-version} HTTP/1.1
363363
Content-Type: application/vnd.microsoft.appconfig.snapshot+json
364364
```
365365

@@ -405,8 +405,8 @@ Operation-Location: {appConfigurationEndpoint}/operations?snapshot={name}&api-ve
405405
],
406406
"composition_type": "key",
407407
"created": "2023-03-20T21:00:03+00:00",
408-
"size": 2000,
409-
"items_count": 4,
408+
"size": 0,
409+
"items_count": 0,
410410
"tags": {
411411
"t1": "value1",
412412
"t2": "value2"

articles/azure-functions/functions-scenarios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public static async Task Run([BlobTrigger("catalog-uploads/{name}", Source = Blo
8383
::: zone-end
8484

8585
::: zone pivot="programming-language-java"
86+
+ [Blob trigger with the Event Grid source type quickstart sample)](https://github.com/Azure-Samples/functions-quickstart-java-azd-eventgrid-blob)
8687
+ [Trigger Azure Functions on blob containers using an event subscription](functions-event-grid-blob-trigger.md?pivots=programming-language-java)
8788
::: zone-end
8889

articles/lab-services/vm-deletion-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ms.date: 04/23/2025
1111

1212
[!INCLUDE [Retirement guide](./includes/retirement-banner.md)]
1313

14-
On June 9, 2025, Azure Lab Services will delete all virtual machines (VMs) that have been inactive since July 1, 2023.
14+
Starting June 9, 2025, Azure Lab Services will automatically delete any virtual machines (VMs) that have been inactive for more than two years, as part of a monthly cleanup process.
1515

1616
A virtual machine is considered inactive if no operations were performed on it. These operations include actions such as starting, stopping, resetting passwords, and reimaging. Any associated labs for these virtual machines will also be deleted. This policy applies to template VMs and production VMs.
1717

1818
After the virtual machines are deleted, we won't be able to recover them or their data.
1919

2020
**Recommended actions**:
2121
1. Back up any required data from your inactive virtual machines.
22-
1. Delete the virtual machines and the associated labs to avoid incurring any unnecessary charges.
22+
1. Delete the virtual machines and the associated labs to avoid incurring any unnecessary charges.

articles/load-balancer/network-load-balancing-aws-to-azure-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This migration is designed as a cutover migration. With this approach, you build
8383
- Rollback time: 15-30 minutes if needed
8484

8585
> [!NOTE]
86-
> Resetting your DNS TTL values to 300 seconds (5 minutes) before the cutover helps reduce DNS caching delays for many resolvers; reducing the TTL to 60 seconds (1 minute) can further speed propagation for resolvers that respect short TTLs. Propogation depends on upstream and recursive resolvers and can't be guaranteed for all clients—prepare monitoring and rollback plans accordingly.
86+
> Resetting your DNS TTL values to 300 seconds (5 minutes) before the cutover helps reduce DNS caching delays for many resolvers; reducing the TTL to 60 seconds (1 minute) can further speed propagation for resolvers that respect short TTLs. Propagation depends on upstream and recursive resolvers and can't be guaranteed for all clients—prepare monitoring and rollback plans accordingly.
8787
8888
## Step 1: Assessment
8989

articles/load-balancer/tutorial-create-gateway-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ New-AzLoadBalancer @lb
550550

551551
## Add network virtual appliances to the Gateway Load Balancer backend pool
552552
> [!NOTE]
553-
> If leveraging your own custom network virtual appliance in the backend pool of a Gateway Load Balancer, please ensure the MTU of all NVA virtual machines are raised to a minimum of 1550 bytes to accomodate for the VXLAN encapsulated headers. This will allow source packets up to the limit of 1500 byte packets in Azure, avoiding fragmentation.
553+
> If leveraging your own custom network virtual appliance in the backend pool of a Gateway Load Balancer, please ensure the MTU of all NVA virtual machines are raised to a minimum of 1550 bytes to accommodate for the VXLAN encapsulated headers. This will allow source packets up to the limit of 1500 byte packets in Azure, avoiding fragmentation.
554554
555555
# [Azure portal](#tab/azureportal)
556556

articles/sap/workloads/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the SAP workload documentation space, you can find the following areas:
5757
## Change Log
5858

5959
- November 03, 2025: Deleted the document describing how to deploy SAP Business Suite on Windows and SQL Server in SAP Cloud Appliance Library (CAL) since offer was retired by SAP CAL
60-
October 31, 2025: Added clarification around Premium SSD Performance Plus and added storage configuration for Dv6/Ev6 certified HANA VMs in [SAP HANA Azure virtual machine Premium SSD storage configurations](./hana-vm-premium-ssd-v1.md)
60+
- October 31, 2025: Added clarification around Premium SSD Performance Plus and added storage configuration for Dv6/Ev6 certified HANA VMs in [SAP HANA Azure virtual machine Premium SSD storage configurations](./hana-vm-premium-ssd-v1.md)
6161
- September 10, 2025: Added a new document on [Azure Files NFS Encryption in Transit for SAP on Azure Systems](./sap-azure-files-nfs-encryption-in-transit-guide.md) and updated the Azure Files NFS related sections in the existing documents on how to configure and deploy the Encryption in Transit.
6262
- August 4, 2025: Updated colocation constraint command for SAPHanaSR configuration in [High availability for SAP HANA on Azure VMs on SUSE Linux Enterprise Server](./sap-hana-high-availability.md)
6363
- August 4, 2025: Updated order constraints between SAPHana, SAPHanaTopology resources and Filesystem resources in [High availability of SAP HANA scale-up with Azure NetApp Files on RHEL](./sap-hana-high-availability-netapp-files-red-hat.md).

articles/sre-agent/overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure SRE Agent Preview
33
description: Learn how AI-enabled agents help solve problems and support resilient and self-healing systems on your behalf.
44
author: craigshoemaker
55
ms.topic: overview
6-
ms.date: 10/13/2025
6+
ms.date: 11/03/2025
77
ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
@@ -91,6 +91,12 @@ Keep in mind the following considerations as you use Azure SRE Agent:
9191
- Availability varies by region and tenant configuration.
9292
- Preview [billing](billing.md) begins *September 1, 2025*, via Azure agent units (AAUs).
9393

94+
When you create an agent, following resources are also automatically created for you:
95+
96+
- Azure Application Insights
97+
- Log Analytics workspace
98+
- Managed Identity
99+
94100
## Preview access
95101

96102
While access to SRE Agent was previously only available to customers via a waitlist, the agent is now available to all customers through the [Azure portal](https://aka.ms/sreagent/portal).

articles/storage/blobs/upgrade-to-data-lake-storage-gen2-how-to.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows you how to use Resource Manager templates to upgrade from Azu
44
author: normesta
55
ms.service: azure-blob-storage
66
ms.topic: concept-article
7-
ms.date: 11/15/2024
7+
ms.date: 11/03/2025
88
ms.author: normesta
99
ms.custom:
1010
- devx-track-azurepowershell
@@ -67,6 +67,10 @@ After the upgrade has completed, break the leases you created to resume allowing
6767
> [!WARNING]
6868
> Breaking an active lease without gracefully disabling applications or virtual machines that are currently accessing those resources could have unexpected results. Be sure to quiesce any current write activities before breaking any current leases.
6969
70+
### Make any planned changes to the names of archived blobs
71+
72+
If you plan the change the name of an archived blob or the name of any parent directory that leads up to the archived blob, make sure modifications **before** you upgrade. If you change the name of an archived blob or any parent directory leading to the archived blob **after** the upgrade, then you won't be able to rehydrate it. This is a temporary limitation of the current release.
73+
7074
## Perform the upgrade
7175

7276
### [Portal](#tab/azure-portal)

articles/storage/file-sync/file-sync-scale-targets.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
---
2-
title: Azure File sync scalability and performance targets
3-
description: Learn about the scalability and performance targets for Azure File Sync, management and namespace limits.
2+
title: Azure File Sync Scale Targets
3+
description: Learn about the scalability and performance targets for Azure File Sync.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 08/28/2025
7+
ms.date: 11/03/2025
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
1111

1212
# Scalability and performance targets for Azure File Sync
13+
1314
[Azure File Sync](./file-sync-introduction.md) extends [Azure Files](../files/storage-files-introduction.md) to Windows Server, enabling local caching, multi-site sync, and cloud tiering for file shares. This article discusses the scalability and performance targets for Azure File Sync.
1415

1516
Because Azure File Sync uses Azure Files as the backing store for data synced from your on-premises file servers, you should also consider the [scalability and performance targets for Azure Files](../files/storage-files-scale-targets.md?toc=/azure/storage/file-sync/toc.json).
1617

1718
## Azure File Sync scale targets
18-
The following table indicates which targets are soft, representing the Microsoft tested boundary, and hard, indicating an enforced maximum:
19+
20+
The following table indicates which targets are soft, representing the Microsoft tested boundary, and hard, indicating an enforced maximum. An Azure File Sync endpoint can scale up to the size of an Azure file share. If the Azure file share size limit is reached, sync won't be able to operate.
1921

2022
| Resource | Target | Hard limit |
2123
|-|-|-|
22-
| Storage Sync Services per region | 100 Storage Sync Services | Yes |
23-
| Storage Sync Services per subscription | 15 Storage Sync Services | Yes |
24+
| Storage Sync Services per subscription | 100 Storage Sync Services | Yes |
2425
| Sync groups per Storage Sync Service | 200 sync groups | Yes |
2526
| Registered servers per Storage Sync Service | 100 servers | Yes |
2627
| Private endpoints per Storage Sync Service | 100 private endpoints | Yes |
@@ -33,10 +34,8 @@ The following table indicates which targets are soft, representing the Microsoft
3334
| File size | 100 GiB | No |
3435
| Minimum file size for a file to be tiered | Based on file system cluster size (double file system cluster size). For example, if the file system cluster size is 4 KiB, the minimum file size is 8 KiB. | Yes |
3536

36-
> [!NOTE]
37-
> An Azure File Sync endpoint can scale up to the size of an Azure file share. If the Azure file share size limit is reached, sync won't be able to operate.
38-
3937
## Azure File Sync performance metrics
38+
4039
Since the Azure File Sync agent runs on a Windows Server machine that connects to the Azure file shares, the effective sync performance depends upon many factors in your infrastructure, including:
4140

4241
- Windows Server and the underlying disk configuration
@@ -57,7 +56,7 @@ The following table indicates the Azure File Sync performance targets:
5756
| Full download throughput | 60 objects per second per server endpoint |
5857

5958
> [!NOTE]
60-
> The actual performance will depend on multiple factors as outlined in the beginning of this section.
59+
> Actual performance will depend on multiple factors as outlined in the beginning of this section.
6160
6261
As a general guide for your deployment, you should keep a few things in mind:
6362

0 commit comments

Comments
 (0)