Skip to content

Commit e2c7754

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ This release provides enhanced connectivity fixes for Emulator. Details are belo
2828

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

31-
- To connect emulator via local IP of host machine and any application on same network, use following connection string:
31+
- 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-
- To connect emulator and application via same docker bridge network, use following connection string:
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":
3636

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

39-
- To connect application and emulator running in different docker bridge network, use following connection string:
39+
- Application containers on the different bridge network can interact with Emulator using the "host.docker.internal" as host. Use following connection string:
4040

41-
`"Endpoint=sb://eventhubs-emulator;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
41+
`"Endpoint=sb://host.docker.internal;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
4242

4343
- Fixes emulator not accepting connections for initial few seconds after launch.
4444
- Namespace name and type are now optional parameters in user supplied JSON configuration.

0 commit comments

Comments
 (0)