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-visual-studio-code.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 02/22/2023
8
+
ms.date: 04/04/2023
9
9
ms.custom: ignite-fall-2021, engagement-fy23
10
10
11
11
# 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
436
436
437
437
#### Set up the forwarding URL in your app settings
438
438
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.
440
442
441
443
1. When the prompt appears for the host endpoint location, enter the forwarding (redirection) URL that you previously created.
442
444
443
445
> [!NOTE]
444
446
> Ignoring the prompt causes a warning to appear that you must provide the forwarding URL,
445
447
> 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.
447
449
>
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**
449
451
> file's shortcut menu, and select **Configure Webhook Redirect Endpoint**. The prompt now
0 commit comments