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
To create event subscriptions for Azure Communication Services resource, [sign in to Azure CLI](/cli/azure/authenticate-azure-cli). You can sign in running the ```az login``` command from the terminaland providing your credentials. Run the following command to create the event subscription for the resource:
22
+
To create event subscriptions for Azure Communication Services resource, [sign in to Azure CLI](/cli/azure/authenticate-azure-cli). You can sign in running the ```az login``` command from the terminal, then and provide your credentials. Run the following command to create the event subscription for the resource:
23
23
24
-
To create an event subscription by using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription create`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-create) command.
24
+
To create an event subscription using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription create`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-create) command.
25
25
26
26
```azurecli-interactive
27
27
az eventgrid event-subscription create
@@ -36,7 +36,7 @@ For a list of Communication Services events, see [Communication Services Events]
36
36
37
37
## List event subscriptions
38
38
39
-
To list all the existing event subscriptions set up for an Azure Communication Services resource, by using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription list`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-list) command.
39
+
To list all the existing event subscriptions set up for an Azure Communication Services resource using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription list`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-list) command.
40
40
41
41
```azurecli-interactive
42
42
az eventgrid event-subscription list
@@ -45,7 +45,7 @@ az eventgrid event-subscription list
45
45
46
46
## Update event subscription
47
47
48
-
To update an existing event subscription by using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription update`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-update) command.
48
+
To update an existing event subscription using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription update`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-update) command.
49
49
50
50
```azurecli-interactive
51
51
az eventgrid event-subscription update
@@ -58,7 +58,7 @@ az eventgrid event-subscription update
58
58
59
59
## Delete event subscription
60
60
61
-
To delete an existing event subscription by using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription delete`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-delete) command.
61
+
To delete an existing event subscription using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription delete`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-delete) command.
62
62
63
63
```azurecli-interactive
64
64
az eventgrid event-subscription delete
@@ -67,4 +67,5 @@ az eventgrid event-subscription delete
67
67
```
68
68
69
69
## Next steps
70
-
* For information on other commands, see [Azure Event Grid CLI](/cli/azure/eventgrid/event-subscription).
70
+
71
+
* For information about other commands, see [Azure Event Grid CLI](/cli/azure/eventgrid/event-subscription).
To create an Event subscription for Azure Communication Services, use the following steps. This article shows how to create an Event subscription for Azure Communication Services to receive events via Webhook.
20
-
21
19
To create an Event subscription for Azure Communication Services resource, first sign in to the [Azure portal](https://portal.azure.com). In the upper-left corner of the page, select the Communication Services resource.
22
-
* Select on the Events tab on the left menu.
23
-
* Select on**+ Event Subscription**.
20
+
1. Select the **Events** tab from the left menu.
21
+
2. Select **+ Event Subscription**.
24
22
25
23
:::image type="content" source="../media/subscribe-through-portal/add-subscription.png" alt-text="Screenshot highlighting the create event subscription button in the Azure portal." lightbox="../media/subscribe-through-portal/add-subscription.png":::
26
24
27
-
* On the **Create Event Subscription** page, follow these steps:
28
-
1. Enter a name for the event subscription.
29
-
1. Enter a name for the System topic name.
30
-
1. Select the event types that you want to receive on the event subscription.
25
+
3. On the **Create Event Subscription** page, follow these steps:
26
+
1. Enter a name for the event subscription.
27
+
1. Enter a name for the System topic name.
28
+
1. Select the event types that you want to receive on the event subscription.
31
29
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":::
30
+
:::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":::
33
31
34
-
For more information on Communication Services events, see [Communication Services Events](/azure/event-grid/event-schema-communication-services)
32
+
For more information, see [Communication Services Events](/azure/event-grid/event-schema-communication-services).
35
33
36
-
1. Select the Endpoint Type as Web Hook.
34
+
1. Select the Endpoint Type as Web Hook.
37
35
38
-
:::image type="content" source="../media/subscribe-through-portal/select-endpoint-type.png" alt-text="Screenshot that shows the selection of endpoint type." lightbox="../media/subscribe-through-portal/select-endpoint-type.png":::
36
+
:::image type="content" source="../media/subscribe-through-portal/select-endpoint-type.png" alt-text="Screenshot that shows the selection of endpoint type." lightbox="../media/subscribe-through-portal/select-endpoint-type.png":::
39
37
40
-
1. Select **Configure an Endpoint**
38
+
1. Select **Configure an Endpoint**
41
39
42
-
:::image type="content" source="../media/subscribe-through-portal/create-event-subscription.png" alt-text="Screenshot highlighting the create event page in the Azure portal." lightbox="../media/subscribe-through-portal/create-event-subscription.png":::
40
+
:::image type="content" source="../media/subscribe-through-portal/create-event-subscription.png" alt-text="Screenshot highlighting the create event page in the Azure portal." lightbox="../media/subscribe-through-portal/create-event-subscription.png":::
43
41
44
-
1. Enter the link to the webhook and Select**Confirm Selection**.
42
+
1. Enter the link to the webhook and select**Confirm Selection**.
45
43
46
-
:::image type="content" source="../media/subscribe-through-portal/select-web-hook-endpoint.png" alt-text="Screenshot highlighting the select webhook endpoint page in the Azure portal." lightbox="../media/subscribe-through-portal/select-web-hook-endpoint.png":::
44
+
:::image type="content" source="../media/subscribe-through-portal/select-web-hook-endpoint.png" alt-text="Screenshot highlighting the select webhook endpoint page in the Azure portal." lightbox="../media/subscribe-through-portal/select-web-hook-endpoint.png":::
47
45
48
-
1. In the **Filters** tab, add the names of the event types you want to filter in the subscription and add context attribute filters you want to use in the subscription. Then, select **Next: Additional features** at the bottom of the page.
46
+
1. In the **Filters** tab, add the names of the event types you want to filter in the subscription. Add any context attribute filters you want to use in the subscription. Then, select **Next: Additional features** at the bottom of the page.
49
47
50
-
:::image type="content" source="../media/subscribe-through-portal/create-event-filters.png" alt-text="Screenshot highlighting Event Grid create filters page in the Azure portal." lightbox="../media/subscribe-through-portal/create-event-filters.png":::
48
+
:::image type="content" source="../media/subscribe-through-portal/create-event-filters.png" alt-text="Screenshot highlighting Event Grid create filters page in the Azure portal." lightbox="../media/subscribe-through-portal/create-event-filters.png":::
51
49
52
-
1. To enable dead lettering and customize retry policies, select **Additional Features**.
50
+
1. To enable dead lettering and customize retry policies, select **Additional Features**.
53
51
54
-
:::image type="content" source="../media/subscribe-through-portal/select-additional-features.png" alt-text="Screenshot that shows the Additional features tab of the Create Event Subscription page." lightbox="../media/subscribe-through-portal/select-additional-features.png":::
52
+
:::image type="content" source="../media/subscribe-through-portal/select-additional-features.png" alt-text="Screenshot that shows the Additional features tab of the Create Event Subscription page." lightbox="../media/subscribe-through-portal/select-additional-features.png":::
55
53
56
-
1. When done, select **Create**.
54
+
1. When done, select **Create**.
57
55
58
56
59
57
## Update event subscription
60
58
61
-
To update an Event subscription for Azure Communication Services, use the following steps. This section shows how to update an Event subscription for Azure Communication Services to update the events you want to receive via Webhook.
59
+
This section shows how to update an Event subscription for Azure Communication Services to update the events you want to receive via Webhook.
62
60
63
61
To update an Event subscription for Azure Communication Services resource, first sign in to the [Azure portal](https://portal.azure.com). In the upper-left corner of the page, select the Communication Services resource.
64
62
65
-
1. Select the Events tab on the left menu.
66
-
1. Select the **Event Subscriptions** and select on the Event subscription you want to update.
63
+
1. Select the **Events** tab from the left menu.
64
+
1. Select **Event Subscriptions** and select the Event subscription you want to update.
67
65
68
66
:::image type="content" source="../media/subscribe-through-portal/event-subscriptions.png" alt-text="Screenshot highlighting the event subscription button in the Azure portal." lightbox="../media/subscribe-through-portal/event-subscriptions.png":::
69
67
70
-
1. On the **Event Subscription** page, select on**Filters** tab. Select the event types that you want to receive on the event subscription.
68
+
1. On the **Event Subscription** page, select the**Filters** tab. Select the event types that you want to receive on the event subscription.
71
69
72
70
:::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":::
73
71
74
72
1. To enable dead lettering and customize retry policies, select **Additional Features**.
75
73
76
74
:::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":::
77
75
78
-
1. To update the webhook to receive events, select on **Change** next to the webhook link and enter the new webhook endpoint.
76
+
1. To update the webhook to receive events, select **Change** next to the webhook link and enter the new webhook endpoint.
77
+
79
78
:::image type="content" source="../media/subscribe-through-portal/update-web-hook-endpoint.png" alt-text="Screenshot that shows the Change the webhook endpoint link in the Event Subscription page." lightbox="../media/subscribe-through-portal/update-web-hook-endpoint.png":::
80
79
81
-
1. When done, select **Save**,
80
+
1. When done, select **Save**.
81
+
82
82
:::image type="content" source="../media/subscribe-through-portal/save-update.png" alt-text="Screenshot that shows the save button in the Azure portal." lightbox="../media/subscribe-through-portal/save-update.png":::
83
83
84
84
## Delete event subscription
85
85
86
-
To delete an Event subscription for Azure Communication Services, use the following steps.
86
+
To delete an Event subscription for Azure Communication Services, follow these steps.
87
87
88
88
To delete an Event subscription for Azure Communication Services resource, first sign in to the [Azure portal](https://portal.azure.com). In the upper-left corner of the page, select the Communication Services resource.
89
89
90
-
1. Select on the Events tab on the left menu.
91
-
1. Select on **Event Subscriptions** and Select on the Event subscription you want to delete.
90
+
1. Select the **Events** tab from the left menu.
91
+
1. Select **Event Subscriptions** and select the Event subscription you want to delete.
92
92
93
93
:::image type="content" source="../media/subscribe-through-portal/event-subscriptions.png" alt-text="Screenshot highlighting the event subscriptions button to access event subscription to be deleted in the Azure portal." lightbox="../media/subscribe-through-portal/event-subscriptions.png":::
94
94
95
-
1. On the Event Subscription page, Select on **Delete**button at the top.
95
+
1. On the Event Subscription page, Select **Delete**from the top of the page.
96
96
97
97
:::image type="content" source="../media/subscribe-through-portal/delete-subscription.png" alt-text="Screenshot highlighting the delete button in the Azure portal." lightbox="../media/subscribe-through-portal/delete-subscription.png":::
98
98
99
99
## Next steps
100
+
100
101
* For a list of Communication Services events, see [Communication Services Events](/azure/event-grid/event-schema-communication-services).
101
102
* 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 information about event delivery and retries, see [Event Grid message delivery and retry](/azure/event-grid/delivery-and-retry).
103
104
* For an introduction to Event Grid, see [About Event Grid](/azure/event-grid/overview).
0 commit comments