Skip to content

Commit b3121b1

Browse files
Update articles/logic-apps/create-automation-tasks-azure-resources.md
Co-authored-by: Esther Fan <[email protected]>
1 parent aa06b63 commit b3121b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/logic-apps/create-automation-tasks-azure-resources.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ ms.custom: ignite-fall-2021
1515
> This capability is in preview and is subject to the
1616
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1717
18-
To help you manage [Azure resources](../azure-resource-manager/management/overview.md#terminology) more easily, you can create automated management tasks for a specific resource or resource group. These tasks vary in number and availability, based on the resource type. For example, for an [Azure storage account](../storage/common/storage-account-overview.md), you can set up an automation task that sends the monthly cost for that storage account. For an [Azure virtual machine](https://azure.microsoft.com/services/virtual-machines/), you can create an automation task that turns on or turns off that virtual machine on a predefined schedule. You can schedule a task to auto start/stop a virtual machine n number of times every Day/Week/Month by mentioning the values of **Interval** as "n" and **Frequency** as “Day”,"Week"or "Month" in the Task configuration.The automation task continues to work until you delete or disbale it.
18+
To help you manage [Azure resources](../azure-resource-manager/management/overview.md#terminology) more easily, you can create automated management tasks for a specific resource or resource group. These tasks vary in number and availability, based on the resource type, for example:
19+
20+
- For an [Azure storage account](../storage/common/storage-account-overview.md), you can set up an automation task that sends the monthly cost for that storage account.
21+
22+
- For an [Azure virtual machine](../virtual-machines/overview.md), you can create an automation task that turns on or turns off that virtual machine on a predefined schedule. Specifically, you can create a task that automatically starts or stops the virtual machine a specific number of times every day, week, or month, on the task's **Configure** tab, set the **Interval** value to the number of times and the **Frequency** value to **Day**, **Week**, or **Month**. The automation task continues to work until you delete or disable the task.
23+
1924
For example, you can schedule a task to auto start a VM **once every day** by mentioning the values of Interval as “1” and Frequency as “Day” in the Task **configure** tab.
2025

2126
You can create an automation task from a specific automation task template. The following table lists the currently supported resource types and available task templates in this preview:

0 commit comments

Comments
 (0)