You need to deploy a new application that requires full administrative control over the operating system, including custom registry settings and background services. The application must also be protected from datacenter-wide outages. Which Azure resource configuration should you deploy?
- AAn Azure Container Instance configured with a restart policy of Always
- BAn Azure Virtual Machine deployed in an Availability Set
- An Azure Virtual Machine deployed in an Availability ZoneAnswer
- DAn App Service plan in the Basic pricing tier
Answer
An Azure Virtual Machine deployed in an Availability Zone
Deploying an Azure Virtual Machine provides full administrative access to the guest operating system, which is required to modify registry settings and configure custom background services. Deploying the virtual machine within an Availability Zone ensures that the instance is placed in a physically separate facility within the region, protecting the workload from datacenter-wide outages.
Step-by-Step Solution
Key Concept
Selecting and configuring Azure virtual machines based on OS administrative requirements and high availability needs.
Estimated Time:1m 0s