A training provider needs to set up temporary, isolated Windows 11 environments for students participating in a week-long programming bootcamp. Each student requires administrative control over their environment to install custom compiler software and debugging tools. The environments must be deleted at the end of the week.
Which Azure service is best suited for this scenario?
- Azure Virtual MachinesAnswer
- BAzure Virtual Desktop
- CAzure App Service
- DAzure Virtual Machine Scale Sets
Answer
Azure Virtual Machines
Azure Virtual Machines provide Infrastructure as a Service (IaaS), granting students administrative rights to install specialized tools such as compilers and debuggers. Additionally, since virtual machines can be easily created and deleted, they satisfy the requirement of setting up a temporary, week-long environment.
Step-by-Step Solution
Key Concept
Azure Virtual Machines represent an Infrastructure as a Service (IaaS) model, which gives full administrative authority over the virtualized operating system.