Skip to content

Commit a1422b0

Browse files
committed
Clarity edits
1 parent ac08571 commit a1422b0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

articles/connectors/connectors-create-api-servicebus.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ You need this string when you enter your connection information in your logic ap
9494

9595
[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)]
9696

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-
10197
1. Sign in to the [Azure portal](https://portal.azure.com),
10298
and open your logic app in Logic App Designer, if not open already.
10399

@@ -143,45 +139,49 @@ Under the triggers list, select the trigger you want.
143139

144140
![Select Service Bus action](./media/connectors-create-api-azure-service-bus/select-service-bus-send-message-action.png)
145141

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.
148145

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.
150147

151148
![Create Service Bus connection, part 1](./media/connectors-create-api-azure-service-bus/create-service-bus-connection-1.png)
152149

153-
Or, to manually enter the connection string,
150+
To manually enter the connection string instead,
154151
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).
156154

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**.
158156

159157
![Create Service Bus connection, part 2](./media/connectors-create-api-azure-service-bus/create-service-bus-connection-2.png)
160158

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.
163161

164162
![Select Service Bus queue](./media/connectors-create-api-azure-service-bus/service-bus-select-queue.png)
165163

166164
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:
168166

169-
* **For your trigger**: Set the polling interval and
167+
* **For the sample trigger**: Set the polling interval and
170168
frequency for checking the queue.
171169

172170
![Set up polling interval](./media/connectors-create-api-azure-service-bus/service-bus-trigger-details.png)
173171

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.
178177

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.
180179

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)
182181

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.
185185

186186
1. Save your logic app. On the designer toolbar, choose **Save**.
187187

0 commit comments

Comments
 (0)