Skip to content

Commit 87c6524

Browse files
committed
Refresh article about using a service bus trigger in a logic app workflow
1 parent b43042a commit 87c6524

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

articles/logic-apps/logic-apps-scenario-function-sb-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Next, create the function that acts as the trigger and listens to the queue.
111111

112112
![Select template for existing function app](./media/logic-apps-scenario-function-sb-trigger/legacy-add-queue-trigger-template.png)
113113

114-
1. On the **Azure Service Bus Queue trigger** pane, provide a name for your trigger, and set up the **Service Bus connection** for the queue, which uses the Azure Service Bus SDK `OnMessageReceive()` listener, and select **Create**.
114+
1. Under **Template details**, enter a name for your function, and set up the **Service Bus connection** for the queue, which uses the Azure Service Bus SDK `OnMessageReceive()` listener. Next, enter the queue name, and then select **Create**.
115115

116116
1. Write a basic function to call the previously created logic app endpoint by using the queue message as a trigger. Before you write your function, review these considerations:
117117

5.6 KB
Loading
8.36 KB
Loading
21.4 KB
Loading
12 KB
Loading
33.1 KB
Loading

0 commit comments

Comments
 (0)