Skip to content

Commit 1602b22

Browse files
Merge pull request #301694 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 20a0c62 + ef9911b commit 1602b22

File tree

50 files changed

+290
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+290
-218
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ The *host.json* file must also be updated to include an HTTP `routePrefix`, as s
842842
"extensionBundle":
843843
{
844844
"id": "Microsoft.Azure.Functions.ExtensionBundle",
845-
"version": "[3.*, 4.0.0)"
845+
"version": "[4.*, 5.0.0)"
846846
},
847847
"extensions":
848848
{
@@ -910,7 +910,7 @@ You can use Asynchronous Server Gateway Interface (ASGI)-compatible and Web Serv
910910
"extensionBundle":
911911
{
912912
"id": "Microsoft.Azure.Functions.ExtensionBundle",
913-
"version": "[2.*, 3.0.0)"
913+
"version": "[4.*, 5.0.0)"
914914
},
915915
"extensions":
916916
{

articles/azure-vmware/azure-vmware-solution-nsx-scale-and-performance-recommendations-for-vmware-hcx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ For detailed instructions on NSX Segment creation. [NSX Segment Creation](tutori
170170
Select the newly created Tier-1 Gateway when creating your new NSX Segment.
171171

172172
>[!NOTE]
173-
>When creating a new NSX Segment, customers can utilize the Azure VMware Solution reserved IP space. For example, a new segment can be created with an IP range of 10.18.75.129/26, assuming the following IP space 10.18.72.0/22 was used to create the Azure VMware Solution Private Cloud.
173+
>When creating a new NSX Segment, customers cannot utilize the Azure VMware Solution reserved IP space.
174174
175175
:::image type="content" source="media/nsxt/nsx-segment-creation.png" alt-text="Diagram showing the creation of an NSX segment." border="false" lightbox="media/nsxt/nsx-segment-creation.png":::
176176

articles/backup/azure-file-share-support-matrix.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support Matrix for Azure files backup by using Azure Backup
33
description: Provides a summary of support settings and limitations when backing up Azure files.
44
ms.topic: reference
5-
ms.date: 04/30/2025
5+
ms.date: 05/23/2025
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: jyothisuri
@@ -34,6 +34,9 @@ Cross Region Restore is currently supported in the following regions: Australia
3434

3535
Migration of File Shares protected with snapshot backup to vaulted backup is supported in the following regions: UK South, UK West, Southeast Asia, East Asia, West Central US, and India Central.
3636

37+
>[!Note]
38+
>Cross Subscription Backup and Restore are supported for vaulted backup.
39+
3740
---
3841

3942
## Supported storage accounts

articles/backup/backup-azure-backup-faq.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: 'Answers to common questions about'
55
ms.topic: faq
66
ms.service: azure-backup
7-
ms.date: 08/09/2024
7+
ms.date: 06/23/2025
88
author: jyothisuri
99
ms.author: jsuri
1010
ms.custom: engagement-fy24
@@ -109,6 +109,11 @@ sections:
109109
answer: |
110110
No. Currently, Azure Backup supports only copying restore points from one vault to another. You can [move snapshots to a different region using the VM restore point APIs](/azure/virtual-machines/manage-restore-points#copy-a-vm-restore-point-between-regions), but this isn't supported for Vault-tier recovery points.
111111
112+
- question: |
113+
Why is Cross Region Restore not supported when Public Network access is set to Deny?
114+
answer: |
115+
Cross Region Restore (CRR) replicates data from the primary to the secondary region using Geo-redundant storage (GRS) with CRR enabled. When you deny public access and use a private endpoint, the system expects data sync to occur over a private network. However, the secondary region currently doesn’t support private endpoint configuration, which is essential for replication. Without a private connection in the secondary region, CRR can't perform the required replication.
116+
112117
- name: Azure Backup agent
113118
questions:
114119
- question: |

articles/backup/backup-azure-delete-vault.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Delete a Microsoft Azure Recovery Services vault
33
description: In this article, learn how to remove dependencies and then delete an Azure Backup Recovery Services vault.
44
ms.topic: how-to
5-
ms.date: 09/20/2024
5+
ms.date: 06/23/2025
66
ms.service: azure-backup
77
ms.custom: devx-track-azurepowershell
88
author: jyothisuri
@@ -480,3 +480,7 @@ For more information on the ARMClient command, see [ARMClient README](https://gi
480480

481481
- [Learn about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md).
482482
- [Learn about monitoring and managing Recovery Services vaults](backup-azure-manage-windows-server.md).
483+
484+
## Related content
485+
486+
[Update the soft delete state for Recovery Services vault using REST API](use-restapi-update-vault-properties.md).

articles/backup/backup-azure-manage-windows-server.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure Recovery Services vaults and servers
33
description: In this article, learn how to use the Recovery Services vault Overview dashboard to monitor and manage your Recovery Services vaults.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 06/23/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -217,6 +217,7 @@ Learn more about [managing the Business Continuity and Disaster Recovery estate
217217

218218
## Next steps
219219

220-
* [Restore Windows Server or Windows Client from Azure](backup-azure-restore-windows-server.md).
221-
* [Troubleshoot monitoring issues](backup-azure-monitor-troubleshoot.md).
222-
* To learn more about Azure Backup, see [Azure Backup Overview](./backup-overview.md).
220+
- [Restore Windows Server or Windows Client from Azure](backup-azure-restore-windows-server.md).
221+
- [Update the soft delete state for Recovery Services vault using REST API](use-restapi-update-vault-properties.md).
222+
- [Troubleshoot monitoring issues](backup-azure-monitor-troubleshoot.md).
223+
- To learn more about Azure Backup, see [Azure Backup Overview](./backup-overview.md).

articles/backup/backup-azure-recovery-services-vault-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Recovery Services vaults
33
description: An overview of Recovery Services vaults.
44
ms.topic: overview
5-
ms.date: 05/28/2025
5+
ms.date: 06/23/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -72,7 +72,8 @@ Azure Advisor provides hourly [recommendations](/azure/advisor/advisor-high-avai
7272

7373
Use the following articles to:
7474

75-
- Create a Recovery Services vault using [Azure portal](backup-create-recovery-services-vault.md#create-a-recovery-services-vault), [REST API](backup-azure-arm-userestapi-createorupdatevault.md)
76-
- [Back up an IaaS VM](backup-azure-arm-vms-prepare.md)
77-
- [Back up an Azure Backup Server](backup-azure-microsoft-azure-backup.md)
78-
- [Back up a Windows Server](backup-windows-with-mars-agent.md)
75+
- Create a Recovery Services vault using [Azure portal](backup-create-recovery-services-vault.md#create-a-recovery-services-vault), [REST API](backup-azure-arm-userestapi-createorupdatevault.md).
76+
- [Update the soft delete state for Recovery Services vault using REST API](use-restapi-update-vault-properties.md).
77+
- [Back up an IaaS VM](backup-azure-arm-vms-prepare.md).
78+
- [Back up an Azure Backup Server](backup-azure-microsoft-azure-backup.md).
79+
- [Back up a Windows Server](backup-windows-with-mars-agent.md).

articles/backup/backup-azure-vm-backup-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ sections:
239239
240240
- question: Is there a limit to trigger restore in a day?
241241
answer: |
242-
Yes, the default maximum limit to trigger restore is 20 attempts per VM in 24 hours, and 24 hours window gets reset at *UTC 00:00*.
242+
The restore limit applies per data source within a 24-hour window. You can restore the same VM up to 20 times in that period. Restoring multiple VMs simultaneously is allowed, but may trigger throttling from other Azure services, such as [Azure Resource Manager (ARM) due to request limits](/azure/azure-resource-manager/management/request-limits-and-throttling#migrating-to-regional-throttling-and-token-bucket-algorithm).
243243
244244
- question: How does restored disk SKU depend on target SA provided?
245245
answer: |

articles/backup/backup-create-recovery-services-vault.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create and configure Recovery Services vaults
33
description: Learn how to create and configure Recovery Services vaults, and how to restore in a secondary region by using Cross Region Restore.
44
ms.topic: how-to
5-
ms.date: 01/17/2025
5+
ms.date: 06/23/2025
66
ms.custom: references_regions, engagement-fy23
77
author: jyothisuri
88
ms.author: jsuri
@@ -145,5 +145,6 @@ If you need to keep the current protected data in the GRS vault and continue the
145145

146146
## Next steps
147147

148-
- [Learn more about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md)
149-
- [Delete Recovery Services vaults](backup-azure-delete-vault.md)
148+
- [Learn more about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md).
149+
- [Delete Recovery Services vaults](backup-azure-delete-vault.md).
150+
- [Update the soft delete state for Recovery Services vault using REST API](use-restapi-update-vault-properties.md).

articles/backup/backup-vault-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of the Backup vaults
33
description: An overview of Backup vaults.
44
ms.topic: overview
5-
ms.date: 05/28/2025
5+
ms.date: 06/23/2025
66
ms.custom: references_regions
77
ms.service: azure-backup
88
author: jyothisuri
@@ -69,3 +69,4 @@ Learn [how to perform Cross Region Restore](manage-backup-vault.md#perform-cross
6969

7070
- [Create and delete Backup vault](create-manage-backup-vault.md).
7171
- [Manage Backup vault](manage-backup-vault.md).
72+
- [Create a Backup vault using REST API](backup-azure-dataprotection-use-rest-api-create-update-backup-vault.md).

0 commit comments

Comments
 (0)