@@ -94,10 +94,6 @@ You need this string when you enter your connection information in your logic ap
94
94
95
95
[ !INCLUDE [ Create connection general intro] ( ../../includes/connectors-create-connection-general-intro.md )]
96
96
97
- When you add a Service bus trigger or action for the first time,
98
- you're prompted to create a connection between your logic app
99
- to your Service Bus namespace.
100
-
101
97
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) ,
102
98
and open your logic app in Logic App Designer, if not open already.
103
99
@@ -143,45 +139,49 @@ Under the triggers list, select the trigger you want.
143
139
144
140
![ Select Service Bus action] ( ./media/connectors-create-api-azure-service-bus/select-service-bus-send-message-action.png )
145
141
146
- 1 . When you're prompted to create a connection,
147
- provide your connection information.
142
+ 1 . If you're connecting your logic app to your Service
143
+ Bus namespace for the first time, the Logic App Designer
144
+ now prompts you for your connection information.
148
145
149
- 1 . Give your connection a name, and select your service bus namespace.
146
+ 1 . Provide a name for your connection , and select your Service Bus namespace.
150
147
151
148
![ Create Service Bus connection, part 1] ( ./media/connectors-create-api-azure-service-bus/create-service-bus-connection-1.png )
152
149
153
- Or, to manually enter the connection string,
150
+ To manually enter the connection string instead ,
154
151
choose ** Manually enter connection information** .
155
- Learn [ how to find your connection string] ( #permissions-connection-string ) .
152
+ If you don't have your connection string, learn
153
+ [ how to find your connection string] ( #permissions-connection-string ) .
156
154
157
- 1 . Now select the Service Bus policy to use , and choose ** Create** .
155
+ 1 . Now select your Service Bus policy, and then choose ** Create** .
158
156
159
157
![ Create Service Bus connection, part 2] ( ./media/connectors-create-api-azure-service-bus/create-service-bus-connection-2.png )
160
158
161
- 1 . For this example, select the messaging entity you want to use.
162
- This example selects a Service Bus queue.
159
+ 1 . For this example, select the messaging entity you want,
160
+ such as a queue or topic. In this example, select your Service Bus queue.
163
161
164
162
![ Select Service Bus queue] ( ./media/connectors-create-api-azure-service-bus/service-bus-select-queue.png )
165
163
166
164
1 . Provide the necessary details for your trigger or action.
167
- For this example, choose either step :
165
+ For this example, follow the relevant steps for your trigger or action :
168
166
169
- * ** For your trigger** : Set the polling interval and
167
+ * ** For the sample trigger** : Set the polling interval and
170
168
frequency for checking the queue.
171
169
172
170
![ Set up polling interval] ( ./media/connectors-create-api-azure-service-bus/service-bus-trigger-details.png )
173
171
174
- When you're done, continue building your logic app's workflow.
175
- For example, add an action that sends email when a new message arrives.
176
- Now, when your trigger checks the selected queue and finds a new message,
177
- your logic app runs the actions for the found message.
172
+ When you're done, continue building your logic app's workflow
173
+ by adding the actions you want. For example, you can add an
174
+ action that sends email when a new message arrives.
175
+ When your trigger checks your queue and finds a new message,
176
+ your logic app runs your selected actions for the found message.
178
177
179
- * ** For your action** : Enter the message content and any other details.
178
+ * ** For the sample action** : Enter the message content and any other details.
180
179
181
- ![ Provide message details] ( ./media/connectors-create-api-azure-service-bus/service-bus-send-message-details.png )
180
+ ![ Provide message content and details] ( ./media/connectors-create-api-azure-service-bus/service-bus-send-message-details.png )
182
181
183
- When you're done, continue building your logic app's workflow. For example,
184
- add an action that sends email confirmation that your message was sent.
182
+ When you're done, continue building your logic app's workflow
183
+ by adding any other actions you want. For example, you can add
184
+ an action that sends email confirming your message was sent.
185
185
186
186
1 . Save your logic app. On the designer toolbar, choose ** Save** .
187
187
0 commit comments