Skip to content

Commit 17c4bef

Browse files
authored
Updated per feedback
1 parent 52c523f commit 17c4bef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 02/22/2023
8+
ms.date: 04/04/2023
99
ms.custom: ignite-fall-2021, engagement-fy23
1010

1111
# Customer intent: As a logic apps developer, I want to create a Standard logic app workflow that runs in single-tenant Azure Logic Apps using Visual Studio Code.
@@ -436,16 +436,18 @@ To locally run webhook-based triggers and actions in Visual Studio Code, you nee
436436

437437
#### Set up the forwarding URL in your app settings
438438

439-
1. In Visual Studio Code, on the designer, add the **HTTP + Webhook** trigger or action.
439+
1. In Visual Studio Code, on the designer, add the webhook-based trigger or action that you want to use.
440+
441+
This example continues with the **HTTP + Webhook** trigger.
440442

441443
1. When the prompt appears for the host endpoint location, enter the forwarding (redirection) URL that you previously created.
442444

443445
> [!NOTE]
444446
> Ignoring the prompt causes a warning to appear that you must provide the forwarding URL,
445447
> so select **Configure**, and enter the URL. After you finish this step, the prompt won't
446-
> reappear for subsequent webhook triggers or actions that you might add.
448+
> appear for subsequent webhook triggers or actions that you might add.
447449
>
448-
> To make the prompt reappear, at your project's root level, open the **local.settings.json**
450+
> To make the prompt appear, at your project's root level, open the **local.settings.json**
449451
> file's shortcut menu, and select **Configure Webhook Redirect Endpoint**. The prompt now
450452
> appears so you can provide the forwarding URL.
451453

0 commit comments

Comments
 (0)