Skip to content

Commit e2e90de

Browse files
authored
Merge pull request #295850 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 60551ca + cc35618 commit e2e90de

File tree

32 files changed

+600
-309
lines changed

32 files changed

+600
-309
lines changed

articles/backup/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Local virtual machines with MABS
33
description: This article contains the procedures to back up and recover virtual machines using Microsoft Azure Backup Server (MABS).
44
ms.topic: how-to
5-
ms.date: 02/20/2025
5+
ms.date: 03/06/2025
66
ms.service: azure-backup
77
ms.custom: engagement-fy24
88
author: jyothisuri
@@ -76,6 +76,11 @@ These are the prerequisites for backing up virtual machines with MABS:
7676

7777
2. Set up the MABS protection agent on the server or each cluster node.
7878

79+
>[!Note]
80+
>If **Azure Benefits** is enabled on the Azure VM, disable the Firewall rule `AzsHci-ImdsAttestation-Block-TCP-In` to allow the **Agent WMI Queries**. To disable the Firewall, run the following cmdlet from PowerShell prompt on each node of the cluster:
81+
>
82+
>`Get-ClusterNode | % {$session = New-PsSession -ComputerName $_ ; Invoke-Command -Session $session -ScriptBlock {$env:COMPUTERNAME ; Disable-NetFirewallRule AzsHci-ImdsAttestation-Block-TCP-In }}`
83+
7984
3. To deploy the agent, choose one of the following methods:
8085

8186
- **Attach agents**: Select an agent that's already installed.
488 Bytes
Loading
1.07 KB
Loading
26.5 KB
Loading
-1.52 KB
Loading
-1.32 KB
Loading
-1.14 KB
Loading
38.6 KB
Loading
245 Bytes
Loading
20 KB
Loading

0 commit comments

Comments
 (0)