Skip to content

Commit c7b41b0

Browse files
Merge pull request #308889 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-01 12:00 UTC
2 parents dc1c556 + 9a732f7 commit c7b41b0

57 files changed

Lines changed: 493 additions & 147 deletions

File tree

Some content is hidden

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

articles/app-service/manage-backup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ There are two types of backups in App Service. If your app is in a supported pri
4545
> [!NOTE]
4646
> App Service stops the target app or target slot while restoring a backup. To minimize downtime for a production app, restore the backup to a [deployment slot](deploy-staging-slots.md) first, and then [swap](deploy-staging-slots.md#swap-two-slots) into production.
4747
48-
> [!NOTE]
49-
> For Linux apps, restoring an automatic backup directly to the app may fail with an "Access denied" error. As a workaround, restore the backup to an empty [deployment slot](deploy-staging-slots.md) first.
50-
5148
# [Azure portal](#tab/portal)
5249

5350
1. In your app management pane in the [Azure portal](https://portal.azure.com), select **Backups** on the left menu. The **Backups** page lists all the automatic and custom backups for your app and displays the status of each.

articles/backup/backup-azure-mars-troubleshoot.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot the Azure Backup agent
33
description: In this article, learn how to troubleshoot the installation and registration of the Azure Backup agent.
44
ms.topic: troubleshooting
5-
ms.date: 06/20/2025
5+
ms.date: 12/01/2025
66
ms.service: azure-backup
77
ms.custom:
88
- engagement-fy24
@@ -300,6 +300,18 @@ MARS agent versions lower than *2.0.9250.0* used the [old Azure Import/Export AP
300300

301301
If you've ongoing Import/Export jobs created from older MARS agents, you can still monitor them in the Azure portal, under Import/Export jobs.
302302

303+
### Backup Failure due to cbengine crash
304+
305+
**Error code**: Cannot connect to CBEngine
306+
307+
**Error message**: The Microsoft Azure Recovery Services Agent cannot connect to the OBEngine service.
308+
309+
**Cause**: Backup fails when Microsoft Azure Recovery Services Agent cannot connect to the `OBEngine` service. This usually happens if the `OBEngine` service crashes, often due to an incompatible Azure File Sync Agent installed on the same machine.
310+
311+
To confirm the cause, check for errors in the MABAgent, then open **Task Manager** > **Services** and verify the `OBEngine` service status. If it’s not running, the failure is due to the service crash.
312+
313+
**Recommended action**: Disable the `StorageSync.sys` driver, and then perform the backup.
314+
303315
## Next steps
304316

305317
- Get more details on [how to back up Windows Server with the Azure Backup agent](tutorial-backup-windows-server-to-azure.md).

articles/backup/private-endpoint-configure-vault-backup-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure private endpoints for Azure Backup when usin
55
author: AbhishekMallick-MS
66
ms.author: v-mallicka
77
ms.reviewer: v-mallicka
8-
ms.date: 11/27/2025
8+
ms.date: 12/01/2025
99
ms.topic: how-to
1010
ms.service: azure-backup
1111
---
@@ -223,3 +223,5 @@ When you use the MARS Agent for backup, ensure your on-premises network is peere
223223

224224
- [About private endpoints (v1 experience) for Azure Backup](private-endpoints-overview.md).
225225
- [About private endpoints (v2 experience) for Azure Backup](backup-azure-private-endpoints-concept.md).
226+
- [Configure private endpoint in Azure Backup vaults for backup using DPM server](/system-center/dpm/private-endpoint-configure-vault-backup-server?view=sc-dpm-2025&preserve-view=true).
227+
- [Reregister the DPM server with Recovery Services vault using public access](/system-center/dpm/register-public-access-vault-backup-server?view=sc-dpm-2025&preserve-view=true).

articles/backup/register-public-access-vault-backup-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to re-register your MABS server with an Azure Backup Reco
55
author: AbhishekMallick-MS
66
ms.author: v-mallicka
77
ms.reviewer: v-mallicka
8-
ms.date: 11/27/2025
8+
ms.date: 12/01/2025
99
ms.topic: how-to
1010
ms.service: azure-backup
1111
---
@@ -54,6 +54,8 @@ To register the MABS Server with the vault, follow these steps:
5454

5555
- [About private endpoints (v1 experience) for Azure Backup](private-endpoints-overview.md).
5656
- [About private endpoints (v2 experience) for Azure Backup](backup-azure-private-endpoints-concept.md).
57+
- [Configure private endpoint in Azure Backup vaults for backup using DPM server](/system-center/dpm/private-endpoint-configure-vault-backup-server?view=sc-dpm-2025&preserve-view=true).
58+
- [Reregister the DPM server with Recovery Services vault using public access](/system-center/dpm/register-public-access-vault-backup-server?view=sc-dpm-2025&preserve-view=true).
5759

5860

5961

articles/iot-operations/deploy-iot-ops/concept-production-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Production deployment guidelines
33
description: Learn about the recommendations and guidelines for preparing Azure IoT Operations for a production deployment.
4-
author: SoniaLopezBravo
5-
ms.author: sonialopez
4+
author: dominicbetts
5+
ms.author: dobett
66
ms.topic: concept-article
77
ms.date: 03/13/2025
88
ms.service: azure-iot-operations

articles/iot-operations/deploy-iot-ops/howto-clone-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Clone an IoT Operations instance
33
description: Use the Azure CLI to clone your Azure IoT Operations instances.
4-
author: SoniaLopezBravo
5-
ms.author: sonialopez
4+
author: dominicbetts
5+
ms.author: dobett
66
ms.topic: how-to
77
ms.date: 10/02/2025
88

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Deploy Azure IoT Operations to a Production Cluster
33
description: Use the Azure portal to deploy Azure IoT Operations to an Arc-enabled Kubernetes cluster.
4-
author: SoniaLopezBravo
5-
ms.author: sonialopez
4+
author: dominicbetts
5+
ms.author: dobett
66
ms.topic: how-to
77
ms.custom: ignite-2023, devx-track-azurecli
88
ms.date: 11/18/2025

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-test-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Deploy Azure IoT Operations to a Test Cluster
33
description: Use the Azure portal to deploy Azure IoT Operations to test an Arc-enabled Kubernetes cluster.
4-
author: SoniaLopezBravo
5-
ms.author: sonialopez
4+
author: dominicbetts
5+
ms.author: dobett
66
ms.topic: how-to
77
ms.custom: devx-track-azurecli
88
ms.date: 11/18/2025

articles/iot-operations/deploy-iot-ops/howto-enable-secure-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Enable Secure Settings to a Test Instance
33
description: Enable secure settings in your Azure IoT Operations instance for developing a production-ready scenario.
4-
author: asergaz
5-
ms.author: sergaz
4+
author: dominicbetts
5+
ms.author: dobett
66
ms.topic: how-to
77
ms.date: 01/21/2025
88

articles/iot-operations/deploy-iot-ops/howto-manage-update-uninstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Manage, update, or uninstall
33
description: Use the Azure CLI or Azure portal to manage your Azure IoT Operations instances, including updating and uninstalling.
4-
author: SoniaLopezBravo
5-
ms.author: sonialopez
4+
author: dominicbetts
5+
ms.author: dobett
66
ms.topic: how-to
77
ms.date: 10/02/2025
88
ms.custom:

0 commit comments

Comments
 (0)