Skip to content

Commit 91d349f

Browse files
committed
updates
1 parent bad7cb9 commit 91d349f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
### YamlMime:HowTo
22
---
33
metadata:
4-
title: Configure auto-start settings for a VM
5-
description: Learn how to configure auto-start settings for VMs in a lab. This setting allows VMs in the lab to be started automatically on a schedule.
4+
title: Configure autostart settings for a VM
5+
description: Learn how to configure autostart settings for VMs in a lab. This setting allows VMs in the lab to be started automatically on a schedule.
66
author: RoseHJM
77
ms.author: rosemalcolm
88
ms.date: 07/11/2025
99
ms.topic: how-to
1010
ms.custom:
1111
- UpdateFrequency2
1212
- ge-structured-content-pilot
13-
#customer intent: As a developer, I want to configure auto-start settings for VMs so that VMs start automatically according to a schedule.
13+
#customer intent: As a developer, I want to configure autostart settings for VMs so that VMs start automatically according to a schedule.
1414

1515
title: |
16-
Automatically start lab VMs with auto-start in Azure DevTest Labs
16+
Automatically start lab VMs with autostart in Azure DevTest Labs
1717
introduction: |
18-
This article shows how to configure and apply an auto-start policy for Azure DevTest Labs virtual machines (VMs). Auto-start automatically starts up lab VMs at specified times and days.
18+
This article shows how to configure and apply an autostart policy for Azure DevTest Labs virtual machines (VMs). Autostart automatically starts up lab VMs at specified times and days.
1919
20-
To implement auto-start, you configure an auto-start policy for the lab first. Then, you can enable the policy for individual lab VMs. Requiring individual VMs to enable auto-start helps prevent unnecessary startups that could increase costs.
20+
To implement autostart, you first configure an autostart policy for the lab. You can then enable the policy for individual lab VMs. Requiring individual VMs to enable autostart helps prevent unnecessary startups that could increase costs.
2121
22-
You can also configure auto-shutdown policies for lab VMs. For more information, see [Manage auto shutdown policies for a lab in Azure DevTest Labs](devtest-lab-auto-shutdown.md).
22+
You can also configure autoshutdown policies for lab VMs. For more information, see [Manage autoshutdown policies for a lab in Azure DevTest Labs](devtest-lab-auto-shutdown.md).
2323
2424
procedureSection:
2525
- title: |
26-
Configure auto-start for the lab
26+
Configure autostart for the lab
2727
summary: |
28-
To configure auto-start policy for a lab, follow these steps. After configuring the policy, [enable auto-start](#add-vms-to-the-auto-start-schedule) for each VM that you want to auto-start.
28+
To configure an autostart policy for a lab, complete these steps. After configuring the policy, [enable autostart](#add-vms-to-the-auto-start-schedule) for each VM that you want to start automatically.
2929
steps:
3030
- |
3131
On your lab **Overview** page, select **Configuration and policies** under **Settings** in the left navigation.
3232
33-
:::image type="content" source="./media/devtest-lab-auto-startup-vm/configuration-policies-menu.png" alt-text="Screenshot that shows selecting Configuration and policies in the left navigation menu.":::
33+
:::image type="content" source="./media/devtest-lab-auto-startup-vm/configuration-policies-menu.png" alt-text="Screenshot that shows selecting Configuration and policies in the left navigation menu." lightbox=""./media/devtest-lab-auto-startup-vm/configuration-policies-menu.png":::
3434
- |
3535
On the **Configuration and policies** page, select **Auto-start** under **Schedules** in the left navigation.
3636
- |
3737
Select **Yes** for **Allow auto-start**.
3838
39-
:::image type="content" source="./media/devtest-lab-auto-startup-vm/portal-lab-auto-start.png" alt-text="Screenshot of Auto-start option under Schedules.":::
39+
:::image type="content" source="./media/devtest-lab-auto-startup-vm/portal-lab-auto-start.png" alt-text="Screenshot of Auto-start option under Schedules." lightbox="./media/devtest-lab-auto-startup-vm/portal-lab-auto-start.png":::
4040
- |
41-
Enter a **Scheduled start** time, select a **Time zone**, and select the checkboxes next to the **Days of the week** that you want to apply the schedule.
41+
Enter a **Scheduled start** time, select a **Time zone**, and select the checkboxes next to the **Days of the week** that you want to apply the schedule to.
4242
- |
4343
Select **Save**.
4444
45-
:::image type="content" source="./media/devtest-lab-auto-startup-vm/auto-start-configuration.png" alt-text="Screenshot of auto-start schedule settings.":::
45+
:::image type="content" source="./media/devtest-lab-auto-startup-vm/auto-start-configuration.png" alt-text="Screenshot of autostart schedule settings.":::
4646
4747
- title: |
48-
Add VMs to the auto-start schedule
48+
Add VMs to the autostart schedule
4949
summary: |
50-
After you configure the auto-start policy, follow these steps for each VM that you want to auto-start.
50+
After you configure the autostart policy, complete these steps for each VM that you want to start automatically.
5151
steps:
5252
- |
5353
On your lab **Overview** page, select the VM under **My virtual machines**.
5454
55-
:::image type="content" source="./media/devtest-lab-auto-startup-vm/select-vm.png" alt-text="Screenshot of selecting a VM from the list under My virtual machines.":::
55+
:::image type="content" source="./media/devtest-lab-auto-startup-vm/select-vm.png" alt-text="Screenshot of selecting a VM from the list under My virtual machines." lightbox="./media/devtest-lab-auto-startup-vm/select-vm.png":::
5656
- |
5757
On the VM's **Overview** page, select **Auto-start** under **Operations** in the left navigation.
5858
- |
5959
On the **Auto-start** page, select **Yes** for **Allow this virtual machine to be scheduled for automatic start**, and then select **Save**.
6060
6161
:::image type="content" source="./media/devtest-lab-auto-startup-vm/select-auto-start.png" alt-text="Screenshot of selecting Yes on the Auto-start page.":::
6262
- |
63-
On the VM Overview page, your VM shows **Opted-in** status for auto-start.
63+
On the VM Overview page, your VM shows **Opted-in** status for autostart.
6464
65-
:::image type="content" source="media/devtest-lab-auto-startup-vm/vm-overview-auto-start.png" alt-text="Screenshot showing vm with opted-in status for auto-start checked." lightbox="media/devtest-lab-auto-startup-vm/vm-overview-auto-start.png":::
65+
:::image type="content" source="media/devtest-lab-auto-startup-vm/vm-overview-auto-start.png" alt-text="Screenshot showing a VM with opted-in status for autostart checked." lightbox="media/devtest-lab-auto-startup-vm/vm-overview-auto-start.png":::
6666

67-
You can also see the auto-start status for the VM on the lab Overview page.
67+
You can also see the autostart status for the VM on the lab Overview page.
6868

6969
:::image type="content" source="media/devtest-lab-auto-startup-vm/lab-overview-auto-start-status.png" alt-text="Screenshot showing the lab overview page, with VM auto-start set to Yes." lightbox="media/devtest-lab-auto-startup-vm/lab-overview-auto-start-status.png":::
7070

7171
relatedContent:
72-
- text: Manage auto shutdown policies for a lab in Azure DevTest Labs
72+
- text: Manage autoshutdown policies for a lab in Azure DevTest Labs
7373
url: devtest-lab-auto-shutdown.md
74-
- text: Use command lines to start and stop DevTest Labs virtual machines
74+
- text: Use command lines to start and stop DevTest Labs VMs
7575
url: use-command-line-start-stop-virtual-machines.md

0 commit comments

Comments
 (0)