Skip to content

Commit d2fc97c

Browse files
Merge pull request #295845 from AbhishekMallick01/Mar-6-2025-VM
EEE - VM backup - Firewall setting update process added
2 parents 192e0ad + 4060bbd commit d2fc97c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
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.

0 commit comments

Comments
 (0)