Skip to content

Commit

Permalink
Fix EventGrid Namespaces readme (#44992)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Jul 13, 2024
1 parent 44a7708 commit 909fcad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ description: Samples for the Azure.Messaging.EventGrid.Namespaces client library
# Azure Event Grid SDK Samples
Before starting, take a look at the Azure Event Grid [README](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventgrid/Azure.Messaging.EventGrid.Namespaces/README.md) for more information on how to create an Event Grid custom topic or domain using the Azure portal/Azure CLI, and retrieving the designated endpoint and credential.

- [Working with an Event Grid Namespace]
- [Using Namespace Topics](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventgrid/Azure.Messaging.EventGrid.Namespaces/samples/Sample1_Namespaces.md)
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Using Namespace Topics

Namespace topics are a new feature currently in public preview that allow you to publish and receive events directly from Azure Event Grid
Namespace topics allow you to publish and receive events directly from Azure Event Grid
without the need to integrate with another service such as Storage Queues or Service Bus for event delivery. Namespace topics can be
interacted with using the `EventGridClient`.
interacted with using the `EventGridSenderClient` and the `EventGridReceiverClient`.

```C# Snippet:CreateNamespaceClient
// Construct the client using an Endpoint for a namespace as well as the shared access key
Expand Down

0 comments on commit 909fcad

Please sign in to comment.