Skip to content

Commit 915b87a

Browse files
committed
Remove unncessary 'Create a logic' headings and fix table formatting
1 parent 41dd73b commit 915b87a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/scheduler/migrate-from-scheduler-to-logic-apps.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ use a tool such as the [Postman desktop app](https://www.getpostman.com/apps).
4242

4343
You can run multiple one-time jobs by creating just a single logic app.
4444

45-
### Create your logic app
46-
4745
1. In the [Azure portal](https://portal.azure.com),
4846
create a blank logic app in Logic App Designer.
4947

@@ -130,9 +128,9 @@ a POST request with the settings similar to this sample,
130128
and then select **Send** to make the request.
131129

132130
| 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+
|||||
136134

137135
![Send request to manually trigger your logic app](./media/migrate-from-scheduler-to-logic-apps/postman-send-post-request.png)
138136

@@ -156,7 +154,7 @@ app run instance. To cancel a one-time job, you can use
156154
in the Logic Apps REST API. When you send a call to the trigger,
157155
provide the [workflow run ID](#workflow-run-id).
158156

159-
## Schedule recurring jobs with a logic app
157+
## Schedule recurring jobs
160158

161159
1. In the [Azure portal](https://portal.azure.com),
162160
create a blank logic app in Logic App Designer.

0 commit comments

Comments
 (0)