Skip to content

Commit d565374

Browse files
committed
Temp save
1 parent 83e534e commit d565374

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -215,31 +215,20 @@ This example workflow starts with the built-in [Request trigger](../connectors/c
215215
216216
1. Save your workflow. On the designer toolbar, select **Save**.
217217

218-
### [Standard (preview)](#tab/standard-preview)
218+
### [Standard (Preview)](#tab/standard-preview)
219219

220220
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.
221221

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-
![Screenshot that shows the designer and **Add a trigger** pane with "When an HTTP request is received" trigger selected.](./media/create-single-tenant-workflows-azure-portal/find-request-trigger.png)
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).
229223

230224
When the trigger appears on the designer, the trigger's information pane opens to show the trigger's properties, settings, and other actions.
231225

232-
![Screenshot that shows the designer with the "When an HTTP request is received" trigger selected and trigger information pane open.](./media/create-single-tenant-workflows-azure-portal/request-trigger-added-to-designer.png)
233-
234226
> [!NOTE]
235227
>
236228
> If the information pane doesn't appear, makes sure that the trigger is selected on the designer.
237229
238230
1. Save your workflow. On the designer toolbar, select **Save**.
239231

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-
243232
---
244233

245234
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

Comments
 (0)