Skip to content

Commit d32186b

Browse files
authored
Update event-hubs-emulator-whats-new.md
1 parent 80887c9 commit d32186b

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
@@ -24,13 +24,13 @@ This article provides a detailed overview of the enhancements introduced in the
2424
> *Released November 19th, 2024*
2525
2626
This release introduces Apache Kafka support in Event Hubs emulator.
27-
- Starting from this version, the producer and consumer APIs are compatible with the Event Hubs emulator.
27+
- The producer and consumer APIs are now compatible with the Event Hubs emulator.
2828

2929
## Previous releases
3030

3131
## ``1.2.4`` (July 1st,2024)
3232

33-
This release provides enhanced connectivity fixes for Emulator. Refer for details:
33+
This release provides enhanced connectivity fixes for Emulator.
3434

3535
- When the emulator container and interacting application are running natively on local machine, use following connection string:
3636

@@ -40,7 +40,7 @@ This release provides enhanced connectivity fixes for Emulator. Refer for detail
4040

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

43-
- Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes assumes the name of Emulator container is "eventhubs-emulator":
43+
- Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes the name of Emulator container is "eventhubs-emulator":
4444

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

0 commit comments

Comments
 (0)