Microsoft Azure Fundamentals AZ-900

Microsoft Azure Fundamentals AZ-900

Get started today

Ultimate access to all questions.


A team of developers at your company needs to deploy and subsequently remove 50 virtual machines on a weekly basis. These virtual machines are configured using Azure Resource Manager templates. To streamline this process and reduce administrative overhead, you are tasked with recommending an Azure service. Which service would be most suitable for this purpose?




Explanation:

The correct answer is B, Azure DevTest Labs. Azure DevTest Labs is specifically designed for quickly provision and managing development and test environments. It allows developers to create labs with pre-configured bases or Azure Resource Manager templates, which is ideal for environments that are frequently deployed and removed, reducing administrative effort. Azure DevTest Labs also integrates easily with deployment pipelines, enabling on-demand provisioning of environments, making it suitable for the scenario described in the question.