Skip to content

Commit c547e11

Browse files
Merge pull request #310256 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-08 12:00 UTC
2 parents fd0c9ed + 54f8082 commit c547e11

8 files changed

Lines changed: 49 additions & 32 deletions

File tree

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Resource-specific mode provides:
6060

6161
For Application Gateway, resource-specific mode creates the following tables:
6262

63-
- [AGWAccessLogs](/azure/azure-monitor/reference/tables/agwaccesslogs.md)
64-
- [AGWPerformanceLogs](/azure/azure-monitor/reference/tables/agwperformancelogs.md)
65-
- [AGWFirewallLogs](/azure/azure-monitor/reference/tables/agwfirewalllogs.md)
63+
- [AGWAccessLogs](/azure/azure-monitor/reference/tables/agwaccesslogs#columns)
64+
- [AGWPerformanceLogs](/azure/azure-monitor/reference/tables/agwperformancelogs#columns)
65+
- [AGWFirewallLogs](/azure/azure-monitor/reference/tables/agwfirewalllogs#columns)
6666

6767
**Selecting the collection type in Log analytics**
6868

@@ -157,4 +157,4 @@ You can also connect to your storage account and retrieve the JSON log entries f
157157
158158
- Visualize counter and event logs by using [Azure Monitor logs](/previous-versions/azure/azure-monitor/insights/azure-networking-analytics).
159159
- [Visualize your Azure activity log with Power BI](https://powerbi.microsoft.com/blog/monitor-azure-audit-logs-with-power-bi/) blog post.
160-
- [View and analyze Azure activity logs in Power BI and more](https://azure.microsoft.com/blog/analyze-azure-audit-logs-in-powerbi-more/) blog post.
160+
- [View and analyze Azure activity logs in Power BI and more](https://azure.microsoft.com/blog/analyze-azure-audit-logs-in-powerbi-more/) blog post.

articles/application-gateway/how-application-gateway-works.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ If a request is valid and not blocked by WAF, the application gateway evaluates
3636

3737
Based on the request routing rule, the application gateway determines whether to route all requests on the listener to a specific backend pool, route requests to different backend pools based on the URL path, or redirect requests to another port or external site.
3838
> [!NOTE]
39-
> Rules are processed in the order they're listed in the portal for v1 SKU.
40-
39+
> Rules are processed in the order they're listed in the portal for v1 SKU.
4140
When the application gateway selects the backend pool, it sends the request to one of the healthy backend servers in the pool (y.y.y.y). The health of the server is determined by a health probe. If the backend pool contains multiple servers, the application gateway uses a round-robin algorithm to route the requests between healthy servers. This load balances the requests on the servers.
4241

4342
After the application gateway determines the backend server, it opens a new TCP session with the backend server based on HTTP settings. HTTP settings specify the protocol, port, and other routing-related settings that are required to establish a new session with the backend server.
@@ -46,6 +45,9 @@ The port and protocol used in HTTP settings determine whether the traffic betwee
4645

4746
When an application gateway sends the original request to the backend server, it honors any custom configuration made in the HTTP settings related to overriding the hostname, path, and protocol. This action maintains cookie-based session affinity, connection draining, host-name selection from the backend, and so on.
4847

48+
> [!NOTE]
49+
> Application Gateway does not forward the request to WAF when no backend pool members are available
50+
4951
> [!NOTE]
5052
> If the backend pool:
5153
> - **Is a public endpoint**, the application gateway uses its frontend public IP to reach the server. If there isn't a frontend public IP address, one is assigned for the outbound external connectivity.

articles/azure-netapp-files/azure-netapp-files-metrics.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ Azure NetApp Files provides metrics on allocated storage, actual storage usage,
268268

269269
:::image type="content" source="./media/azure-netapp-files-metrics/throughput-limit-reached.png" alt-text="Screenshot that shows Azure NetApp Files metrics a line graph demonstrating throughput limit reached." lightbox="./media/azure-netapp-files-metrics/throughput-limit-reached.png":::
270270

271+
- *QoS Latency Delta*
272+
273+
QoS Latency Delta represents the total QoS latency for a volume over a time period (measured in ms).
274+
275+
:::image type="content" source="./media/azure-netapp-files-metrics/quality-of-service-latency-delta.png" alt-text="Screenshot that shows Azure NetApp Files metrics displaying the total latency for the exceeded throughput." lightbox="./media/azure-netapp-files-metrics/quality-of-service-latency-delta.png":::
276+
277+
271278
## Performance metrics for volumes
272279

273280
> [!NOTE]
637 KB
Loading

articles/backup/backup-azure-vms-introduction.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure VM backup
33
description: In this article, learn how the Azure Backup service backs up Azure Virtual machines, and how to follow best practices.
44
ms.topic: overview
5-
ms.date: 07/25/2025
5+
ms.date: 01/08/2026
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
# Customer intent: "As an IT admin managing Azure VMs, I want to implement effective backup strategies using Azure Backup, so that I can ensure data protection and quick recovery for my virtual machines while minimizing downtime and costs."
@@ -55,6 +55,14 @@ If you have opted for application or file-system-consistent backups, the VM need
5555
- If the pre-scripts and post-scripts execute successfully, Azure Backup marks the recovery point as application-consistent. However, when you're using custom scripts, you're ultimately responsible for the application consistency.
5656
- [Learn more](backup-azure-linux-app-consistent.md) about how to configure scripts.
5757

58+
- **FSFreeze and safeFreezelockFile**: **Fsfreeze** is a utility used to freeze and thaw the *filesystem* to make their state on consistent during VM backups.
59+
60+
- **Freeze**: When you freeze a filesystem, the currently running operations are allowed to complete. However, new write system operations and the operations that modify the filesystem are stopped.
61+
62+
- **Thawing**: This operation reverses the freeze operation. When you thaw a filesystem, the previously stopped operations continue to run effectively, unblocking any modifications.
63+
64+
During the *Freeze* operation, Azure Backup invokes a file safeFreezelockFile. This prevents the other process to invoke the similar operation so that backup process isn't interrupted. Once the operation is complete, the lock is released.
65+
5866
>[!Note]
5967
>The snapshot process starts with invoking the backup extension (agent-based), using tools such as VSS for Windows or freeze for Linux to ensure data consistency. When consistent, the Restore Point Collection monitors the extension and initiates snapshot creation. Afterward, metadata is updated with restore point paths and commit details to finalize the backup for restoration.
6068

articles/backup/backup-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Backup support matrix
33
description: Provides a summary of support settings and limitations for the Azure Backup service.
44
ms.topic: reference
5-
ms.date: 12/12/2025
5+
ms.date: 01/08/2025
66
ms.custom: references_regions, linux-related-content
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -32,7 +32,7 @@ The following table describes the features of Recovery Services vaults:
3232

3333
**Feature** | **Details**
3434
--- | ---
35-
**Vaults in subscription** | Up to 500 Recovery Services vaults or Backup vaults in a single subscription.
35+
**Vaults in subscription** | Up to 500 Recovery Services vaults or Backup vaults in a single subscription.<br><br>Up to 5000 Backup Policies for each Data Source under Recovery Services Vault or Backup Vault.
3636
**Machines in a vault** | Up to 2000 datasources across all workloads (like Azure VMs, SQL Server VM, MABS Servers, and so on) can be protected in a single vault.<br><br>Up to 1,000 Azure VMs in a single vault, but due to security constraints only 250 VM registrations are allowed per day.<br/><br/> Up to 50 MABS servers can be registered in a single vault.<br><br>Up to 100 VM’s can be protected in a single policy.
3737
**Data sources** | Maximum size of an individual [data source](./backup-azure-backup-faq.yml#how-is-the-data-source-size-determined-) is 54,400 GB. This limit doesn't apply to Azure VM backups. No limits apply to the total amount of data you can back up to the vault.
3838
**Backups to vault** | **Azure VMs:** Once a day.<br/><br/>**Machines protected by DPM/MABS:** Twice a day.<br/><br/> **Machines backed up directly by using the MARS agent:** Three times a day.

articles/communication-services/concepts/sms/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To send SMS, you must have a sender ID—this can be a phone number or an alphan
7272
| Canada |||||||
7373
| Puerto Rico |||||||
7474
| United Kingdom |||||||
75-
| Australia |||||| |
75+
| Australia |||||| - |
7676
| Austria |||||||
7777
| Germany |||||||
7878
| France |||||||

0 commit comments

Comments
 (0)