Skip to content

Commit 8b3084c

Browse files
authored
Merge pull request #314641 from AbhishekMallick-MS/Apr-13-2026MABScuration
MABS image curation - Add storage and Manage Telemetry - 6 screen updates with image syntax
2 parents d5e0425 + 695a357 commit 8b3084c

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

articles/backup/backup-mabs-add-storage.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Modern Backup Storage with Azure Backup Server
33
description: Learn about the new features in Azure Backup Server. This article describes how to upgrade your Backup Server installation.
44
ms.topic: how-to
5-
ms.date: 07/15/2025
5+
ms.date: 04/13/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -14,63 +14,63 @@ ms.custom:
1414

1515
# Add storage to Azure Backup Server
1616

17-
This article describes how to add storage to Azure Backup Server.
17+
This article describes how to add storage to Microsoft Azure Backup Server (MABS).
1818

1919
Azure Backup Server V2 and later supports Modern Backup Storage that offers storage savings of 50 percent, backups that are three times faster, and more efficient storage. It also offers workload-aware storage.
2020

2121
> [!NOTE]
2222
> To use Modern Backup Storage, you must run Backup Server V2 or later on Windows Server 2016 or later.
2323
> If you run Backup Server V2 on an earlier version of Windows Server, Azure Backup Server can't take advantage of Modern Backup Storage. Instead, it protects workloads as it does with Backup Server V1. For more information, see the Backup Server version [protection matrix](backup-mabs-protection-matrix.md).
2424
>
25-
> To achieve enhanced backup performance we recommend deploying MABS v4 with tiered storage on Windows Server 2022. To configure tiered storage, see [Set up MBS with Tiered Storage](/system-center/dpm/add-storage#set-up-mbs-with-tiered-storage).
25+
> To achieve enhanced backup performance, we recommend deploying MABS v4 with tiered storage on Windows Server 2022. To configure tiered storage, see [Set up MBS with Tiered Storage](/system-center/dpm/add-storage#set-up-mbs-with-tiered-storage).
2626
2727
## Volumes in Backup Server
2828

2929
Backup Server V2 or later accepts storage volumes. When you add a volume, Backup Server formats the volume to Resilient File System (ReFS), which Modern Backup Storage requires. To add a volume, and to expand it later if you need to, we suggest that you use this workflow:
3030

31-
1. Set up Backup Server on a VM.
31+
1. Set up Backup Server on a virtual machine (VM).
3232
2. Create a volume on a virtual disk in a storage pool:
3333
1. Add a disk to a storage pool and create a virtual disk with simple layout.
34-
2. Add any additional disks, and extend the virtual disk.
34+
2. Add any other disks, and extend the virtual disk.
3535
3. Create volumes on the virtual disk.
3636
3. Add the volumes to Backup Server.
3737
4. Configure workload-aware storage.
3838

3939
## Create a volume for Modern Backup Storage
4040

41-
Using Backup Server with volumes as disk storage can help you maintain control over storage. A volume can be a single disk. However, if you want to extend storage in the future, create a volume out of a disk created by using storage spaces. This can help if you want to expand the volume for backup storage. This section offers best practices for creating a volume with this setup.
41+
Using Backup Server with volumes as disk storage can help you maintain control over storage. A volume can be a single disk. However, if you want to extend storage in the future, create a volume out of a disk created by using storage spaces. The volume creation can help if you want to expand the volume for backup storage. This section offers best practices for creating a volume with this setup.
4242

4343
To create a volume for Modern Backup Storage, follow these steps:
4444

4545
1. In Server Manager, select **File and Storage Services** > **Volumes** > **Storage Pools**. Under **PHYSICAL DISKS**, select **New Storage Pool**.
4646

47-
![Screenshot shows how to start creating a new storage poo.l](./media/backup-mabs-add-storage/mabs-add-storage-1.png)
47+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-1.png" alt-text="Screenshot that shows how to start creating a new storage." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-1.png":::
4848

4949
2. In the **TASKS** drop-down box, select **New Virtual Disk**.
5050

51-
![Screenshot shows how to add a virtual disk.](./media/backup-mabs-add-storage/mabs-add-storage-2.png)
51+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-2.png" alt-text="Screenshot that shows how to add a virtual disk." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-2.png":::
5252

5353
3. Select the storage pool, and then select **Add Physical Disk**.
5454

55-
![Screenshot shows how to add a physical disk.](./media/backup-mabs-add-storage/mabs-add-storage-3.png)
55+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-3.png" alt-text="Screenshot that shows how to add a physical disk." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-3.png":::
5656

5757
4. Select the physical disk, and then select **Extend Virtual Disk**.
5858

59-
![Screenshot shows how to extend the virtual disk.](./media/backup-mabs-add-storage/mabs-add-storage-4.png)
59+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-4.png" alt-text="Screenshot that shows how to extend the virtual disk." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-4.png":::
6060

6161
5. Select the virtual disk, and then select **New Volume**.
6262

63-
![Screenshot shows how to create a new volume.](./media/backup-mabs-add-storage/mabs-add-storage-5.png)
63+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-5.png" alt-text="Screenshot that shows how to create a new volume." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-5.png":::
6464

6565
6. In the **Select the server and disk** dialog, select the server and the new disk. Then, select **Next**.
6666

67-
![Screenshot shows how to select the server and disk.](./media/backup-mabs-add-storage/mabs-add-storage-6.png)
67+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-6.png" alt-text="Screenshot that shows how to select the server and disk." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-6.png":::
6868

6969
## Add volumes to Backup Server disk storage
7070

7171
To add a volume to Backup Server, in the **Management** pane, rescan the storage, and then select **Add**. A list of all the volumes available to be added for Backup Server Storage appears. After available volumes are added to the list of selected volumes, you can give them a friendly name to help you manage them. To format these volumes to ReFS so Backup Server can use the benefits of Modern Backup Storage, select **OK**.
7272

73-
![Screenshot shows how to add Available Volumes.](./media/backup-mabs-add-storage/mabs-add-storage-7.png)
73+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-7.png" alt-text="Screenshot that shows how to add Available Volumes." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-7.png":::
7474

7575
> [!NOTE]
7676
>
@@ -95,29 +95,29 @@ Update-DPMDiskStorage [-Volume] <Volume> [[-FriendlyName] <String> ] [[-Datasour
9595

9696
The following screenshot shows the Update-DPMDiskStorage cmdlet in the PowerShell window.
9797

98-
![Screenshot shows the Update-DPMDiskStorage command in the PowerShell window](./media/backup-mabs-add-storage/mabs-add-storage-8.png)
98+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-8.png" alt-text="Screenshot that shows the Update-DPMDiskStorage command in the PowerShell window" lightbox="./media/backup-mabs-add-storage/mabs-add-storage-8.png":::
9999

100100
The changes you make by using PowerShell are reflected in the Backup Server Administrator Console.
101101

102-
![Screenshot shows the disks and volumes in the Administrator Console.](./media/backup-mabs-add-storage/mabs-add-storage-9.png)
102+
:::image type="content" source="./media/backup-mabs-add-storage/mabs-add-storage-9.png" alt-text="Screenshot that shows the disks and volumes in the Administrator Console." lightbox="./media/backup-mabs-add-storage/mabs-add-storage-9.png":::
103103

104104
## Migrate legacy storage to Modern Backup Storage for MABS v2
105105

106106
After you upgrade to or install Backup Server V2 and upgrade the operating system to Windows Server 2016, update your protection groups to use Modern Backup Storage. By default, protection groups aren't changed. They continue to function as they were initially set up.
107107

108-
Updating protection groups to use Modern Backup Storage is optional. To update the protection group, stop protection of all data sources by using the retain data option. Then, add the data sources to a new protection group.
108+
Updating protection groups to use Modern Backup Storage is optional. To update the protection group, stop protection of all data sources by using the retain-data option. Then, add the data sources to a new protection group.
109109

110110
To migrate legacy storage to Modern Backup Storage for MABS v2, follow these steps:
111111

112112
1. In the Administrator Console, select the **Protection** feature. In the **Protection Group Member** list, right-click the member, and then select **Stop protection of member**.
113113

114-
![Screenshot show how to stop protection of member.](/system-center/dpm/media/upgrade-to-dpm-2016/dpm-2016-stop-protection1.png)
114+
:::image type="content" source="./media/backup-mabs-add-storage/stop-protection-10.png" alt-text="Screenshot that show how to stop protection of member." lightbox="./media/backup-mabs-add-storage/stop-protection-10.png":::
115115

116116
2. In the **Remove from Group** dialog box, review the used disk space and the available free space for the storage pool. The default is to leave the recovery points on the disk and allows them to expire per their associated retention policy. Select **OK**.
117117

118118
If you want to immediately return the used disk space to the free storage pool, select the **Delete replica on disk** check box to delete the backup data (and recovery points) associated with that member.
119119

120-
![Screenshot shows how to remove from Group dialog box.](/system-center/dpm/media/upgrade-to-dpm-2016/dpm-2016-retain-data.png)
120+
:::image type="content" source="./media/backup-mabs-add-storage/retain-data-11.png" alt-text="Screenshot that shows how to remove from Group dialog box." lightbox="./media/backup-mabs-add-storage/retain-data-11.png":::
121121

122122
3. Create a protection group that uses Modern Backup Storage. Include the unprotected data sources.
123123

articles/backup/manage-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage telemetry settings in Microsoft Azure Backup Server (MABS)
33
description: This article provides information about how to manage the telemetry settings in MABS.
4-
ms.date: 07/15/2025
4+
ms.date: 04/13/2026
55
ms.topic: how-to
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
@@ -26,7 +26,7 @@ To enable/disable telemetry from the MABS console, follow these steps:
2626
1. In the Microsoft Azure Backup Server console, go to **Management** and select **Options**.
2727
1. On the **Options** pane, select **Diagnostic and Usage Data Settings**.
2828

29-
:::image type="content" source="./media/telemetry/telemetry-options.png" alt-text="Screenshot shows the console telemetry options.":::
29+
:::image type="content" source="./media/telemetry/telemetry-options.png" alt-text="Screenshot that shows the console telemetry options." lightbox="./media/telemetry/telemetry-options.png":::
3030

3131
1. Select the diagnostic and usage data sharing preference, and then select **OK**.
3232

-228 KB
Loading
-28.3 KB
Loading
-127 KB
Loading
299 KB
Loading
220 KB
Loading
41.2 KB
Loading

0 commit comments

Comments
 (0)