CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Configuring Azure VM Start and Stop Schedules

Understand how to configure Azure VMs for automated start and stop schedules. Explore the correct answer and avoid common pitfalls.

You might find it tricky to choose the right Azure feature for scheduling VM operations. Many candidates confuse automation tools, leading to mistakes in their answers. Let's clarify the correct option for this scenario.

The question

You need to configure a virtual machine in Azure to automatically start and stop at scheduled times. Which feature should you use to achieve this?

A. Azure Automation
B. Azure Functions
C. Azure Logic Apps
D. Azure Scheduler

Think before you scroll

Consider what each option does. You need a solution that specifically addresses scheduling tasks related to virtual machines. This will help you hone in on the right choice.

The answer

The correct option is A. Azure Automation. This feature allows you to create runbooks, which can schedule the start and stop of virtual machines based on your defined times.

Why the other options lose

The concept behind it

The principle here is understanding that Azure Automation is specifically built for operational tasks like scheduling VM start and stop times. Knowing this helps you apply the concept to various scenarios where similar scheduling is required.

Exam trap to remember

Always check if a feature is deprecated or not suitable for the task at hand. In this case, Azure Scheduler is outdated, making it an easy trap for candidates.

Take the free AZ-104 mock exam

Take a free mock exam →