Skip to content

Commit 4716047

Browse files
authored
Update event-hubs-emulator-whats-new.md
1 parent e2c7754 commit 4716047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/event-hubs-emulator-whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What's new with Event Hubs Emulator
2+
title: What's new with Event Hubs emulator
33
titleSuffix: Azure Event Hubs
44
description: View the updates for the latest version and previous versions of the Azure Event Hubs emulator.
55
author: Sannidhya
@@ -24,15 +24,15 @@ This article provides a detailed overview of the enhancements introduced in the
2424
2525
This release provides enhanced connectivity fixes for Emulator. Details are below:
2626

27-
- When emulator container and interacting application is running natively on local machine, use following connection string:
27+
- When the emulator container and interacting application are running natively on local machine, use following connection string:
2828

2929
`"Endpoint=sb://localhost;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
3030

3131
- Applications (Containerized/Non-containerized) on the different machine and same local network can interact with Emulator using the IPv4 address of the machine. Use following connection string:
3232

3333
`"Endpoint=sb://192.168.y.z;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
3434

35-
- Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes the name of Emualtor container has default value i.e."eventhubs-emulator":
35+
- Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes the name of Emulator has default value i.e."eventhubs-emulator":
3636

3737
`Endpoint=sb://eventhubs-emulator;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
3838

0 commit comments

Comments
 (0)