Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02…
…_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>
  • Loading branch information
jsquire and m-redding authored Oct 8, 2024
commit 602253a2b147c55567b429c23929e6236e14128d
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public async Task ConfigureCustomEndpointAddress()
#region Snippet:EventHubs_Sample02_ConnectionOptionsCustomEndpoint

#if SNIPPET
var fullyQualifiedNamespace = "<< CONNECTION STRING FOR THE EVENT HUBS NAMESPACE >>";
var fullyQualifiedNamespace = "<< NAMESPACE (likely similar to {your-namespace}.servicebus.windows.net) >>";
var eventHubName = "<< NAME OF THE EVENT HUB >>";
var credential = new DefaultAzureCredential();
#else
Expand Down