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/scheduler/migrate-from-scheduler-to-logic-apps.md
+22-26Lines changed: 22 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: derek1ee
8
8
ms.author: deli
9
9
ms.reviewer: klam, LADocs
10
10
ms.topic: article
11
-
ms.date: 09/20/2018
11
+
ms.date: 09/23/2019
12
12
---
13
13
14
14
# Migrate Azure Scheduler jobs to Azure Logic Apps
@@ -20,7 +20,7 @@ ms.date: 09/20/2018
20
20
21
21
This article shows how you can schedule one-time and recurring jobs by creating automated workflows with Azure Logic Apps, rather than with Azure Scheduler. When you create scheduled jobs with Logic Apps, you get these benefits:
22
22
23
-
* Build your job by using a visual designer and connectors for hundreds of services, including Azure Blob Storage, Azure Service Bus, Office 365 Outlook, and SAP.
23
+
* Build your job by using a visual designer and [ready-to-use connectors](../connectors/apis-list.md) from hundreds of services, such as Azure Blob Storage, Azure Service Bus, Office 365 Outlook, and SAP.
24
24
25
25
* Manage each scheduled workflow as a first-class Azure resource. You don't have to worry about the concept of a *job collection* because each logic app is an individual Azure resource.
26
26
@@ -68,14 +68,14 @@ for you to select later in your workflow.
68
68
If you don't have a schema, but you have a sample payload in JSON format,
69
69
you can generate a schema from that payload.
70
70
71
-
1. In the Request trigger, choose**Use sample payload to generate schema**.
71
+
1. In the Request trigger, select**Use sample payload to generate schema**.
72
72
73
73
1. Under **Enter or paste a sample JSON payload**, provide your sample payload,
For more information about advanced scheduling options, see
177
-
[Create and run recurring tasks and workflows with Azure Logic Apps](../connectors/connectors-native-recurrence.md)
177
+
[Create and run recurring tasks and workflows with Azure Logic Apps](../connectors/connectors-native-recurrence.md).
178
178
179
-
1. Add other actions you want by selecting from [hundreds of ready-to-use](../connectors/apis-list.md).
180
-
Under the trigger, choose **Next step**.
181
-
Find and select the actions you want.
179
+
1. Add other actions you want by selecting from [hundreds of ready-to-use](../connectors/apis-list.md). Under the trigger, select **Next step**. Find and select the actions you want.
182
180
183
181
For example, you can include an HTTP
184
182
action that sends a request to a URL,
@@ -202,11 +200,11 @@ logic app when intermittent failures happen, you can set the
0 commit comments