You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-auto-shutdown.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to set auto shutdown schedules and policies for Azure Dev
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 12/18/2021
7
+
ms.date: 04/24/2023
8
8
---
9
9
10
10
# Configure auto shutdown for labs and VMs in DevTest Labs
@@ -83,7 +83,7 @@ After you update auto shutdown settings, you can see the activity logged in the
83
83
84
84
## Auto shutdown notifications
85
85
86
-
When you enable notifications in auto shutdown configuration, lab users receive a notification 30 minutes before auto shutdown if any of their VMs will be affected. The notification gives users a chance to save their work before the shutdown. If the auto shutdown settings specify an email address, the notification sends to that email address. If the settings specify a webhook, the notification sends to the webhook URL.
86
+
When you enable notifications in auto shutdown configuration, lab users receive a notification 30 minutes before auto shutdown affects any of their VMs. The notification gives users a chance to save their work before the shutdown. If the auto shutdown settings specify an email address, the notification sends to that email address. If the settings specify a webhook, the notification sends to the webhook URL.
87
87
88
88
The notification can also provide links that allow the following actions for each VM if someone needs to keep working:
89
89
@@ -113,15 +113,19 @@ To get started, create a logic app in Azure with the following steps:
113
113
1. At the top of the **Logic apps** page, select **Add**.
114
114
115
115
1. On the **Create Logic App** page:
116
+
117
+
|Name |Value |
118
+
|---------|---------|
119
+
|Subscription |Select your Azure Subscription. |
120
+
|Resource group |Select a resource group or create a new one. |
121
+
|Logic app name |Enter a descriptive name for your logic app. |
122
+
|Publish | Workflow |
123
+
|Region |Select a region near you or near other services your logic app accesses. |
124
+
|Plan type |Consumption. A consumption plan allows you to use the logic app designer to create your app. |
125
+
|Windows Plan |Accept the default App Service Plan (ASP). |
126
+
|Pricing plan |Accept the default Workflow Standard WS1 (210 total ACU, 3.5 GB memory, 1 vCPU) |
127
+
|Zone redundancy |Accept the default: Disabled. |
116
128
117
-
- Select your Azure **Subscription**.
118
-
- Select a **Resource Group** or create a new one.
119
-
- Enter a **Logic App name**.
120
-
- Select a **Region** for the logic app.
121
-
- Select a **Plan type** for the logic app.
122
-
- Select a **Windows Plan** for the logic app.
123
-
- Select a **Pricing plan** for the logic app.
124
-
- Enabled **Zone redundancy** if necessary.
125
129
126
130
:::image type="content" source="media/devtest-lab-auto-shutdown/new-logic-app-page.png" alt-text="Screenshot showing the Create Logic App page.":::
0 commit comments