What rules in NSG is necessary to install the MARS and MABS

li_shouheng 140 Reputation points
2024-12-30T10:09:39.1166667+00:00

Hello, if i had to block all the Outbound in my NSG at first. To install the MABS and MARS for the AzureVMs in the Vnet which is using this NSG, What rules should i add?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,335 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 115.9K Reputation points MVP
    2024-12-30T11:15:09.7733333+00:00

    Hi @li_shouheng ,

    please take a look here: Networking and access support

    There you will find a NSG related solution using the Azure Backup tag.

    When backing up files and folders from Azure VMs using the MARS Agent, you also need to configure the Azure virtual network to allow access. If you use Network Security Groups (NSG), use the AzureBackup service tag to allow outbound access to Azure Backup. In addition to the Azure Backup tag, you also need to allow connectivity for authentication and data transfer by creating similar NSG rules for Microsoft Entra ID (AzureActiveDirectory) and Azure Storage (Storage). To create a rule for the Azure Backup tag, follow these steps:

    1. In All Services, go to Network security groups and select the network security group.
    2. Select Outbound security rules under Settings.
    3. Select Add.
    4. Provide all required details for creating a new rule as described in security rule settings. Ensure the options are set as below:
      • Destination is set to Service Tag.
      • Destination service tag is set to AzureBackup.
    5. Select Add to save the newly created outbound security rule.

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.