Skip to content

Commit 58834d4

Browse files
Merge pull request #308680 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-24 06:00 UTC
2 parents c7dd5f3 + 0ea5446 commit 58834d4

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ appConfig, err := azureappconfiguration.Load(ctx, authOptions, options)
375375

376376
---
377377

378+
## Use geo-replication with Azure Front Door
379+
380+
Replica discovery and load balancing cannot be enabled when using Azure Front Door. To use geo-replication with Azure Front Door, add replicas to your Azure Front Door origin group. For more information, see [Origins and origin groups in Azure Front Door](/azure/frontdoor/origin).
381+
382+
378383
## Next steps
379384

380385
> [!div class="nextstepaction"]

articles/backup/azure-data-lake-storage-backup-support-matrix.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ Azure Data Lake Storage protection has the following supported and unsupported s
6363
- Archive tier for vault is currently not supported.
6464
- Azure Data Lake Storage accounts support both Blob and Data File System (DFS) APIs. The system captures operations through Change Feed and uses directory snapshots to ensure consistent recovery.
6565
- Vaulted Backup doesn’t support cross-container data moves because backup policies are container-specific. If you move data between containers, the replication consistency breaks.
66-
- When expiry is set on blobs via SetBlobExpiry API or PutBlob/PutBlock options. Once expired, expired blobs remain in restore points, creating inconsistencies in future restore points. Recommendation is to not use blob expiry.
66+
- When blob expiry is configured—either during creation using PutBlob or PutBlockList, or later via the SetBlobExpiry API — the following behaviors apply for storage accounts with Vaulted Backup enabled:
67+
- Existing Blobs with Expiry Date: These blobs will continue to exhibit the current behavior: once expired, they remain in existing restore points, which can lead to inconsistencies in future restore points.
68+
- Future Expiry Settings: Any attempt to set expiry using SetBlobExpiry will fail for storage accounts configured with Vaulted Backup. This restriction ensures restore point integrity going forward.
69+
- When Vaulted Backup is enabled:
70+
- Soft Delete: Objects can still be soft-deleted as expected.
71+
- Undelete: Restore from soft-deleted state is not supported while Vaulted Backup is active. Undelete will only work if Vaulted Backup is disabled first. Re-enabling Vaulted Backup after disabling will trigger a full backup.
6772
- Storage accounts upgraded from FNS to HNS are not supported for backup.
6873
- SFTP-enabled & NFS accounts are not supported for backup. Backup jobs may stall if SFTP-uploaded blobs encountered.
6974
- $web container cannot be restored as $web on the target. Use the renameTo option and restore it with a different container name.

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you don't have permissions, you can [restore a disk](#restore-disks), and the
5858

5959
To select a restore point for a VM restore, follow these steps:
6060

61-
1. Go to **Business Continuity Center** in the [Azure portal](https://portal.azure.com/) and select **Recover**.
61+
1. Go to **Resiliency** in the [Azure portal](https://portal.azure.com/) and select **Recover**.
6262

6363
:::image type="content" source="./media/backup-azure-arm-restore-vms/select-recover.png" alt-text="Screenshot shows how to start VM restore." lightbox="./media/backup-azure-arm-restore-vms/select-recover.png":::
6464

@@ -169,7 +169,7 @@ After the disk is restored, use the template that was generated as part of the r
169169

170170
1. Go to the **Recovery Services vault**, and then select **Monitoring** > **Backup Jobs**.
171171

172-
Alternatively, you can go to **Business Continuity Center**, and then select **Monitoring + Reporting** > **Jobs**.
172+
Alternatively, you can go to **Resiliency**, and then select **Monitoring + Reporting** > **Jobs**.
173173

174174
1. On the **Backup Jobs** pane, select the relevant restore job.
175175

0 commit comments

Comments
 (0)