Skip to content

Commit 0f1d89f

Browse files
authored
removing the non-existent placeholder
1 parent 411d4b0 commit 0f1d89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/event-grid-dotnet-get-started-pull-delivery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This section shows you how to create a .NET console application to send messages
8080
1. Replace the contents of `Program.cs` with the following code. The important steps are outlined, with additional information in the code comments.
8181
8282
> [!IMPORTANT]
83-
> Update placeholder values (`<NAMESPACE-ENDPOINT>` , `<TOPIC-NAME>`, `<TOPIC-ACCESS-KEY>`, `<TOPIC-SUBSCRIPTION-NAME>`) in the code snippet with your namespace endpoint, topic name, and topic key.
83+
> Update placeholder values (`<NAMESPACE-ENDPOINT>` , `<TOPIC-NAME>`, `<TOPIC-ACCESS-KEY>`) in the code snippet with your namespace endpoint, topic name, and topic key.
8484
8585
```csharp
8686
using Azure.Messaging;
@@ -328,4 +328,4 @@ In this section, you add code to retrieve messages from the queue.
328328
Navigate to your Event Grid namespace in the Azure portal, and select **Delete** on the Azure portal to delete the Event Grid namespace and the topic in it.
329329
330330
## Related topics
331-
See [.NET API reference](/dotnet/api/overview/azure/messaging.eventgrid-readme?view=azure-dotnet-preview&preserve-view=true).
331+
See [.NET API reference](/dotnet/api/overview/azure/messaging.eventgrid-readme?view=azure-dotnet-preview&preserve-view=true).

0 commit comments

Comments
 (0)