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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,6 @@ use a tool such as the [Postman desktop app](https://www.getpostman.com/apps).
42
42
43
43
You can run multiple one-time jobs by creating just a single logic app.
44
44
45
-
### Create your logic app
46
-
47
45
1. In the [Azure portal](https://portal.azure.com),
48
46
create a blank logic app in Logic App Designer.
49
47
@@ -130,9 +128,9 @@ a POST request with the settings similar to this sample,
130
128
and then select **Send** to make the request.
131
129
132
130
| Request method | URL | Body | Headers |
133
-
|----------------|-----|------|---------|
134
-
| **POST** | <*endpoint-URL*> | **raw** <p>**JSON(application/json)** <p>In the **raw** box, enter the payload you want to send in the request. <p>**Note**: This setting automatically configures the **Headers** values. | **Key**: Content-Type <br>**Value**: application/json
135
-
||||
131
+
|----------------|-----|------|---------|
132
+
|**POST**| <*endpoint-URL*> |**raw** <p>**JSON(application/json)** <p>In the **raw** box, enter the payload that you want to send in the request. <p>**Note**: This setting automatically configures the **Headers** values. |**Key**: Content-Type <br>**Value**: application/json|
133
+
|||||
136
134
137
135

138
136
@@ -156,7 +154,7 @@ app run instance. To cancel a one-time job, you can use
156
154
in the Logic Apps REST API. When you send a call to the trigger,
157
155
provide the [workflow run ID](#workflow-run-id).
158
156
159
-
## Schedule recurring jobs with a logic app
157
+
## Schedule recurring jobs
160
158
161
159
1. In the [Azure portal](https://portal.azure.com),
0 commit comments