Skip to content

Commit 95ba8d8

Browse files
committed
Fixing build warnings
1 parent 4bcaddd commit 95ba8d8

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

articles/communication-services/quickstarts/events/includes/create-eventsubscription-azp.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ ms.author: pgrandhi
1010

1111
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
1212
- An [Azure Communication Services resource](../../create-communication-resource.md).
13-
- Register the [Event Grid Resource Provider](./register-event-grid-resource-provider.md).
14-
- Create a Webhook to receive events. [Webhook Event Delivery](../../../../../articles/event-grid/webhook-event-delivery.md).
13+
- Create a Webhook to receive events. [Webhook Event Delivery](/azure/event-grid/webhook-event-delivery).
14+
15+
[!INCLUDE [register-event-grid-resource-provider.md](register-event-grid-resource-provider.md)]
1516

1617
## Create Event Subscription
1718

@@ -30,7 +31,7 @@ To create an Event subscription for Azure Communication Services resource, first
3031
1.
3132
:::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":::
3233

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

3536
1. Select the Endpoint Type as Web Hook.
3637
1.
@@ -70,8 +71,6 @@ To update an Event subscription for Azure Communication Services resource, first
7071

7172
:::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":::
7273

73-
For more information on Communication Services events, see [Communication Services Events](../../../../../articles/event-grid/event-schema-communication-services.md)
74-
7574
1. To enable dead lettering and customize retry policies, select **Additional Features**.
7675

7776
:::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
9897
:::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":::
9998

10099
## 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).

articles/communication-services/quickstarts/events/includes/register-provider-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 01/27/2024
77
ms.author: pgrandhi
88
---
99

10-
## Enable the Event Grid resource provider
10+
## Register Event Grid resource provider
1111

1212
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:
1313

articles/communication-services/quickstarts/events/subscribe-to-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.devlang: azurecli
1818

1919
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/).
2020

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).
2222

2323
::: zone pivot="platform-azp"
2424
[!INCLUDE [Azure portal](./includes/create-eventsubscription-azp.md)]

0 commit comments

Comments
 (0)