Question

Difficulty: EasyAzure Files Backup and Restore

An administrator is setting up a backup policy for a file share hosted in Azure. The resources are configured as follows:
- Storage Account: `sa-finance-prod` (Standard general-purpose v2, configured with a storage firewall restricting access to selected networks)
- File Share: `fin-share-main` (SMB file share)
- Region: East US
- Backup Target: A Recovery Services vault named `rsv-finance` in the East US region

During the backup configuration wizard inside the Recovery Services vault, the administrator cannot find the `sa-finance-prod` storage account to select it.

Which of the following actions will resolve this discovery issue?

  1. Select the option to allow trusted Microsoft services to bypass the firewall in the storage account network settings.Answer
  2. B
    Grant the Backup Operator role to the Recovery Services vault's managed identity on the storage account.
  3. C
    Add the outbound IP addresses of the Recovery Services vault to the firewall allowed list on the storage account.
  4. D
    Convert the SMB file share to an NFS file share to allow backup traffic to bypass network security controls.

Answer

Select the option to allow trusted Microsoft services to bypass the firewall in the storage account network settings.
The correct answer is to select the option to allow trusted Microsoft services to bypass the firewall in the storage account network settings. When a storage account's firewall is enabled, Azure Backup (which runs as a trusted Microsoft service) is blocked from accessing the storage account control and data planes unless this specific exception is configured in the firewalls and virtual networks settings of the storage account.

Step-by-Step Solution

1
Identify the blocker preventing the Recovery Services vault from discovering the storage account.
The storage account network firewall blocks all traffic except from selected networks.
Since the Recovery Services vault is outside the selected networks, discovery traffic is blocked.
2
Determine the standard Azure mechanism for allowing Azure Backup to access firewalled storage accounts.
The 'Allow trusted Microsoft services...' exception must be enabled.
Azure Backup is a trusted Microsoft service and can bypass the firewall when this exception is configured.

Key Concept

Azure Backup requires the 'Allow trusted Microsoft services' bypass to access Azure File Shares in storage accounts protected by firewalls.
Estimated Time:45s
Rate this question