Skip to content

Commit d0bf273

Browse files
committed
Fixing build warnings
1 parent 95ba8d8 commit d0bf273

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ ms.author: pgrandhi
99
## Prerequisites
1010

1111
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
12-
- Register the [Event Grid Resource Provider](./register-event-grid-resource-provider.md).
1312
- The latest version [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
1413
- Get the latest version of the [.NET Microsoft Azure EventGrid Management SDK](/azure/event-grid/sdk-overview).
1514
- Setup a way to authenticate to Azure with [Azure Identity](/dotnet/api/overview/azure/identity-readme) library as described below.
1615
- An [Azure Communication Services resource](../../create-communication-resource.md).
1716

17+
[!INCLUDE [register-event-grid-resource-provider.md](register-event-grid-resource-provider.md)]
18+
1819
## Installing the SDK
1920

2021
First, install the Microsoft Azure Event Grid Management library for .NET with [NuGet](https://www.nuget.org/):

articles/communication-services/quickstarts/events/includes/register-event-grid-resource-provider.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ ms.date: 01/26/2024
66
ms.author: pgrandhi
77
---
88

9-
## Prerequisites
10-
11-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
12-
139
## Register the Event Grid Resource Provider
1410

1511
This article describes how to register Event Grid Resource Provider. If you have used Event Grid before in the same subscription, skip to the next section.

articles/communication-services/quickstarts/events/includes/register-provider-powershell.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 Event Grid resource provider
10+
## Register Event Grid resource provider
1111

1212
If you haven't previously used Event Grid in your Azure subscription, you may need to register the Event Grid resource provider. Run the following command:
1313

0 commit comments

Comments
 (0)