Your company has an Azure subscription named Sub-Ops-01 that contains the resources shown in the following table:
| Resource Group | Resource Name | Resource Type | Region |
|---|---|---|---|
| RG-Core-Resources | VM-HR-01 | Virtual Machine | East US |
| RG-Core-Resources | VM-Finance-01 | Virtual Machine | West US 3 |
| RG-Core-Resources | sahrdepot | Storage Account (Azure Files) | East US |
| RG-Backup-Resources | RSV-East | Recovery Services Vault | East US |
| RG-Backup-Resources | BV-East | Backup Vault | East US |
You need to configure backup solutions for the resources using the existing vaults.
Which two configurations can you successfully implement? (Select two.)
- Back up VM-HR-01 to RSV-East.Answer
- Back up the Azure File shares in sahrdepot to RSV-East.Answer
- CBack up VM-Finance-01 to RSV-East.
- DBack up the Azure File shares in sahrdepot to BV-East.
Answer
The correct configurations are backing up VM-HR-01 to RSV-East, and backing up the Azure File shares in sahrdepot to RSV-East.
Configuring the backup of the virtual machine VM-HR-01 to RSV-East is correct because they reside in the same region (East US) and Recovery Services Vaults support virtual machine backups. Configuring the backup of the Azure File shares in sahrdepot to RSV-East is correct because they both reside in the same region and Recovery Services Vaults support Azure Files.
Step-by-Step Solution
Key Concept
Recovery Services Vaults and Backup Vaults have distinct workload support matrices, and resource backups must align with the vault's region.
Estimated Time:1m 30s