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/logic-apps/create-single-tenant-workflows-azure-portal.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,31 +215,20 @@ This example workflow starts with the built-in [Request trigger](../connectors/c
215
215
216
216
1. Save your workflow. On the designer toolbar, select **Save**.
217
217
218
-
### [Standard (preview)](#tab/standard-preview)
218
+
### [Standard (Preview)](#tab/standard-preview)
219
219
220
220
1. On the workflow designer, make sure that your blank workflow is open and that the **Add a trigger** prompt is selected on the designer surface.
221
221
222
-
1. Follow the steps to [add a built-in trigger]() Request trigger by searching for **when a http request**.
223
-
224
-
1. Next to the designer surface, in the **Add a trigger** pane, under the **Choose an operation** search box, check that the **Built-in** tab is selected. This tab shows triggers that run natively in Azure Logic Apps.
225
-
226
-
1. In the **Choose an operation** search box, enter **when a http request**, and select the built-in Request trigger that's named **When an HTTP request is received**.
227
-
228
-

222
+
1. Follow the [steps to find the built-in Request trigger named **When an HTTP request is received** using **request** as the search term](create-workflow-with-trigger-or-action.md?tabs=standard-preview#add-a-trigger-to-start-your-workflow).
229
223
230
224
When the trigger appears on the designer, the trigger's information pane opens to show the trigger's properties, settings, and other actions.
231
225
232
-

233
-
234
226
> [!NOTE]
235
227
>
236
228
> If the information pane doesn't appear, makes sure that the trigger is selected on the designer.
237
229
238
230
1. Save your workflow. On the designer toolbar, select **Save**.
239
231
240
-
When you save a workflow for the first time, and that workflow starts with a Request trigger, Azure Logic Apps automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
241
-
242
-
243
232
---
244
233
245
234
When you save a workflow for the first time, and that workflow starts with a Request trigger, Azure Logic Apps automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
0 commit comments