Skip to content

Commit b98a8df

Browse files
Update receive-sms-no-code.md
1 parent 5fd5ca7 commit b98a8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/sms/includes/receive-sms-no-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Logic Apps and Power Automate provide out of the box connectors to help handle e
1919

2020
1. Start by creating a new flow in your preferred environment. Pick the `When a resource event occurs` trigger to get started.
2121

22-
![Screenshot of trigger pick for Power Automate](../media/receive-sms/trigger-pick.png)
22+
![Screenshot of trigger pick for Power Automate.](../media/receive-sms/trigger-pick.png)
2323

2424
2. Now, lets configure it. The connector requires you to provide a subscription you want to use. (Should be the same subscription where your Azure Communication Services resource is). Specify the type of resource. In this case, choose `Microsoft.Communication.CommunicationServices`. Then you need to provide a resource name for the Azure Communication Services resource you want it to connect to. Finally, we need to pick the event types we want to receive, in this case: `Microsoft.Communication.SMSReceived`.
2525

26-
![Screenshot of event grid connector](../media/receive-sms/event-grid-connector.png)
26+
![Screenshot of event grid connector.](../media/receive-sms/event-grid-connector.png)
2727

2828
The connector automatically sets up the event subscription on your behalf and configures the events it wants to receive.
2929

0 commit comments

Comments
 (0)