You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +31,7 @@ To create an Event subscription for Azure Communication Services resource, first
30
31
1.
31
32
:::image type="content" source="../media/subscribe-through-portal/select-event-types.png" alt-text="Screenshot that shows the selection of event types." lightbox="../media/subscribe-through-portal/select-event-types.png":::
32
33
33
-
For more information on Communication Services events, see [Communication Services Events](../../../../../articles/event-grid/event-schema-communication-services.md)
34
+
For more information on Communication Services events, see [Communication Services Events](/azure/event-grid/event-schema-communication-services)
34
35
35
36
1. Select the Endpoint Type as Web Hook.
36
37
1.
@@ -70,8 +71,6 @@ To update an Event subscription for Azure Communication Services resource, first
70
71
71
72
:::image type="content" source="../media/subscribe-through-portal/update-event-types.png" alt-text="Screenshot that shows the selection of event types to update." lightbox="../media/subscribe-through-portal/update-event-types.png":::
72
73
73
-
For more information on Communication Services events, see [Communication Services Events](../../../../../articles/event-grid/event-schema-communication-services.md)
74
-
75
74
1. To enable dead lettering and customize retry policies, select **Additional Features**.
76
75
77
76
:::image type="content" source="../media/subscribe-through-portal/select-additional-features.png" alt-text="Screenshot that shows the Additional features tab of the Update Event Subscription page." lightbox="../media/subscribe-through-portal/select-additional-features.png":::
@@ -98,7 +97,7 @@ To delete an Event subscription for Azure Communication Services resource, first
98
97
:::image type="content" source="../media/subscribe-through-portal/delete-subscription.png" alt-text="Screenshot highlighting the delete event subscription button in the Azure portal." lightbox="../media/subscribe-through-portal/delete-subscription.png":::
99
98
100
99
## Next steps
101
-
* For a list of Communication Services events, see [Communication Services Events](../../../../../articles/event-grid/event-schema-communication-services.md).
102
-
* For a list of supported event handlers, see [Event handlers](../../../../../articles/event-grid/includes/event-handlers.md).
103
-
* For information about event delivery and retries, [Event Grid message delivery and retry](../../../../../articles/event-grid/delivery-and-retry.md).
104
-
* For an introduction to Event Grid, see [About Event Grid](../../../../../articles/event-grid/overview.md).
100
+
* For a list of Communication Services events, see [Communication Services Events](/azure/event-grid/event-schema-communication-services).
101
+
* For a list of supported event handlers, see [Event handlers](/azure/event-grid/event-handlers).
102
+
* For information about event delivery and retries, [Event Grid message delivery and retry](/azure/event-grid/delivery-and-retry).
103
+
* For an introduction to Event Grid, see [About Event Grid](/azure/event-grid/overview).
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/events/includes/register-provider-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.date: 01/27/2024
7
7
ms.author: pgrandhi
8
8
---
9
9
10
-
## Enable the Event Grid resource provider
10
+
## Register Event Grid resource provider
11
11
12
12
1. If you haven't previously used Event Grid in your Azure subscription, you might need to register the Event Grid resource provider. Run the following command to register the provider:
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/events/subscribe-to-events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.devlang: azurecli
18
18
19
19
This article describes how to subscribe to Azure Communication Services events through the portal, Azure CLI, PowerShell and .NET SDK. Communication Services resources event subscritptions can be provisioned through the [Azure portal](https://portal.azure.com) or with the Azure [EventGrid Management SDK](https://www.nuget.org/packages/Azure.ResourceManager.EventGrid/).
20
20
21
-
For this Quickstart, we will walk through the process of setting up webhook to subscribe to Azure Communication Services SMS events. For a full list of events, see this [page](../../../../articles/event-grid/event-schema-communication-services.md).
21
+
For this Quickstart, we will walk through the process of setting up webhook to subscribe to Azure Communication Services SMS events. For a full list of events, see this [page](/azure/event-grid/event-schema-communication-services).
0 commit comments