Skip to content

Commit d2bc23a

Browse files
committed
edit pass: event-hubs-emulator
1 parent fa42861 commit d2bc23a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/event-hubs/overview-emulator.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/06/2024
77
---
88

99

10-
# Overview of the Event Hubs emulator
10+
# Overview of the Azure Event Hubs emulator
1111

1212
The Azure Event Hubs emulator offers a local development experience for the Event Hubs service. You can use the emulator to develop and test code against the service in isolation, free from cloud interference.
1313

@@ -21,7 +21,7 @@ The primary advantages of using the emulator are:
2121
- **Optimized inner development loop**: You can use the emulator to quickly prototype and test your applications before deploying them to the cloud.
2222

2323
> [!NOTE]
24-
> The Event Hubs emulator is available under a license agreement. For more information, see the [Microsoft Software License Terms](https://github.com/Azure/azure-event-hubs-emulator-installer/blob/main/EMULATOR_EULA.md).
24+
> The Event Hubs emulator is available under the [Microsoft Software License Terms](https://github.com/Azure/azure-event-hubs-emulator-installer/blob/main/EMULATOR_EULA.md).
2525
2626
## Features
2727

@@ -30,18 +30,18 @@ The emulator provides these features:
3030
- **Containerized deployment**: It runs as a Docker container (Linux based).
3131
- **Cross-platform compatibility**: You can use it on any platform, including Windows, macOS, and Linux.
3232
- **Configurability**: You can manage the number of event hubs, partitions, and other entities by using the JSON supplied configuration.
33-
- **Streaming support**: It supports streaming messages that use the Advanced Message Queuing Protocol (AMQP).
33+
- **Streaming support**: It supports streaming messages by using the Advanced Message Queuing Protocol (AMQP).
3434
- **Observability**: It provides observability features, including console and file logging.
3535

3636
## Known limitations
3737

3838
The current version of the emulator has the following limitations:
3939

40-
- It can't stream messages that use the Kafka protocol.
40+
- It can't stream messages by using the Kafka protocol.
4141
- It doesn't support on-the-fly management operations through a client-side SDK.
4242

4343
> [!NOTE]
44-
> After a container restart, data and entities are not persisted in the emulator.
44+
> After a container restart, data and entities don't persist in the emulator.
4545
4646
## Differences from the cloud service
4747

@@ -60,7 +60,7 @@ The emulator doesn't support these high-level features:
6060
> [!NOTE]
6161
> The emulator is intended solely for development and test scenarios. We discourage any kind of production use. We don't provide any official support for the emulator.
6262
>
63-
> Report any problems or suggestions as GitHub issues in the [emulator installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer/issues).
63+
> Report any problems or suggestions in the emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer/issues).
6464
6565
## Usage quotas
6666

articles/event-hubs/test-locally-with-event-hub-emulator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To run the Event Hubs emulator, you can use an automated script or a Linux conta
2929

3030
### [Automated script](#tab/automated-script)
3131

32-
Before you run an automated script, clone the Event Hubs emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer) locally.
32+
Before you run an automated script, clone the emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer) locally.
3333

3434
### Windows
3535

@@ -45,9 +45,9 @@ Use the following steps to run the Event Hubs emulator locally on Windows:
4545

4646
To run the Event Hubs emulator locally on Linux or macOS:
4747

48-
- Execute the setup script *LaunchEmulator.sh*. Running the script brings up two containers: the Event Hubs emulator and Azurite (a dependency for the emulator).
48+
- Run the setup script *LaunchEmulator.sh*. Running the script brings up two containers: the Event Hubs emulator and Azurite (a dependency for the emulator).
4949

50-
### [Docker (Linux Container)](#tab/docker-linux-container)
50+
### [Docker (Linux container)](#tab/docker-linux-container)
5151

5252
1. To start the emulator, supply a configuration for the entities that you want to use. Save the following JSON file locally as *config.json*:
5353

@@ -161,4 +161,4 @@ To get started, refer to the [Event Hubs emulator samples on GitHub](https://git
161161

162162
## Related content
163163

164-
[Overview of the Event Hubs emulator](overview-emulator.md)
164+
[Overview of the Azure Event Hubs emulator](overview-emulator.md)

0 commit comments

Comments
 (0)