An enterprise administrator is designing a backup strategy for several workloads deployed within a single subscription. The resources are distributed as follows:
* East US Region:
* An Azure Virtual Machine named `VM-East-Prod` with an attached managed OS disk named `Disk-OS-East`
* A storage account named `saeastfiles` hosting legacy application file shares
* A Recovery Services Vault named `RSV-East-02` configured with Locally Redundant Storage (LRS)
* West US Region:
* A Recovery Services Vault named `RSV-West-02` configured with Geo-Redundant Storage (GRS) and Cross-Region Restore (CRR) enabled
The administrator needs to implement the following backup requirements:
1. Protect the entire `VM-East-Prod` virtual machine.
2. Back up `Disk-OS-East` independently of the virtual machine lifecycle to retain dedicated disk snapshots.
3. Protect the file shares hosted in `saeastfiles`.
Which two actions should the administrator perform to achieve these goals?
- Configure the backup of VM-East-Prod using RSV-East-02.Answer
- Create a Backup Vault in the East US region and configure a backup policy for Disk-OS-East.Answer
- CConfigure the backup of VM-East-Prod using RSV-West-02.
- DConfigure the backup of the file shares in saeastfiles using RSV-West-02.
- ECreate a Backup Vault in the East US region, assign the Storage Blob Data Contributor role to the vault's managed identity, and configure a backup policy for the file shares in saeastfiles.