Skip to content

Commit efb8320

Browse files
authored
Update events-playbook.md
1 parent 987d248 commit efb8320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/events-playbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Event hosts and organizers require the ability to present content, manage attend
5151

5252
Throughout the rest of this tutorial, we will focus on how using Azure Communication Services and Microsoft Graph to build a custom event management platform. We will be using the sample architecture below. Based on that architecture we will be focusing on setting up scheduling and registration flows and embedding the attendee experience right on the event platform to join the event.
5353

54-
:::image type="content" source="./media/event-architecture.svg" alt-text="Sample architecture for event management platform":::
54+
:::image type="content" source="./media/event-management-platform-architecture.svg" alt-text="Diagram showing sample architecture for event management platform":::
5555

5656
## Leveraging Microsoft Graph to schedule events and register attendees
5757

@@ -94,7 +94,7 @@ Event management platforms can use a custom registration flow to register attend
9494

9595
### Communicate with your attendees using Azure Communication Services
9696

97-
Through Azure Communication Services, developers can uses SMS and Email capabilities to send remainders to attendees for the event they have registered. Communication can also include confirmation for the event as well as information for joining and participating.
97+
Through Azure Communication Services, developers can use SMS and Email capabilities to send remainders to attendees for the event they have registered. Communication can also include confirmation for the event as well as information for joining and participating.
9898
- [SMS capabilities](https://docs.microsoft.com/azure/communication-services/quickstarts/sms/send) enable you to send text messages to your attendees.
9999
- [Email capabilities](https://docs.microsoft.com/azure/communication-services/quickstarts/email/send-email) support direct communication to your attendees using custom domains.
100100

0 commit comments

Comments
 (0)