A company's infrastructure team is preparing to provision a virtual machine named VM-Finance in the East US region. The virtual machine must satisfy the following criteria:
- Provide protection against physical datacenter-wide outages within the region.
- Enable daily backups to be managed automatically via Azure Backup.
- Ensure that authorized administrative users can read files inside the virtual machine's associated storage account blob containers, while preventing users with subscription-level Contributor roles from having direct data-plane read access.
Which deployment configuration should the team implement for VM-Finance?
- ADeploy VM-Finance to an Availability Set, create a Recovery Services vault in the East US region, and assign the Storage Blob Data Reader role to authorized administrative users for the associated storage account.
- BDeploy VM-Finance to an Availability Zone, configure backups using an existing Recovery Services vault in the West US region, and assign the Storage Blob Data Reader role to authorized administrative users for the associated storage account.
- CDeploy VM-Finance to an Availability Zone, create a Recovery Services vault in the East US region, and rely on the subscription-level Contributor role to grant authorized administrative users direct data-plane access to the associated storage account blob containers.
- Deploy VM-Finance to an Availability Zone, create a Recovery Services vault in the East US region, and assign the Storage Blob Data Reader role to authorized administrative users for the associated storage account.Cevap
Cevap
Deploy VM-Finance to an Availability Zone, create a Recovery Services vault in the East US region, and assign the Storage Blob Data Reader role to authorized administrative users for the associated storage account.
Deploying the virtual machine to an Availability Zone protects it against physical datacenter-wide failures by placing the instance in a separate, isolated physical location within the region. Since Recovery Services vaults can only back up resources within the same region, a vault must be deployed in the East US region. Finally, subscription-level roles like Contributor do not automatically grant direct access to blob data; therefore, the Storage Blob Data Reader role must be assigned to grant administrative users access to the storage account's data plane.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Machine creation parameters including Availability Zones, Recovery Services Vault region matching, and storage data-plane access controls.
Tahmini Süre:1m 30s