Skip to content

Commit 85323c8

Browse files
Merge pull request #235631 from RoseHJM/dtl-fresh-auto-shutdown
DTL freshness pass - auto shutdown
2 parents 907ffe3 + ba1cd81 commit 85323c8

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

articles/devtest-labs/devtest-lab-auto-shutdown.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set auto shutdown schedules and policies for Azure Dev
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 12/18/2021
7+
ms.date: 04/24/2023
88
---
99

1010
# 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
8383

8484
## Auto shutdown notifications
8585

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.
8787

8888
The notification can also provide links that allow the following actions for each VM if someone needs to keep working:
8989

@@ -113,15 +113,19 @@ To get started, create a logic app in Azure with the following steps:
113113
1. At the top of the **Logic apps** page, select **Add**.
114114

115115
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. |
116128

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.
125129

126130
:::image type="content" source="media/devtest-lab-auto-shutdown/new-logic-app-page.png" alt-text="Screenshot showing the Create Logic App page.":::
127131

0 commit comments

Comments
 (0)