You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/test-locally-with-event-hub-emulator.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,19 @@
1
1
---
2
-
title: Test locally by using the Azure Event Hubs emulator
3
-
description: This article describes how to develop and test locally by using the Event Hubs emulator.
2
+
title: Test Applications Locally with the Azure Event Hubs Emulator
3
+
description: Learn how to test your applications locally using the Azure Event Hubs emulator. Follow step-by-step instructions to set up, run, and interact with the emulator using Docker or scripts.
4
+
#customer intent: As a developer, I want to test my application locally using the Azure Event Hubs emulator so that I can validate its functionality without connecting to the cloud.
4
5
ms.topic: how-to
5
6
ms.author: Saglodha
6
-
ms.date: 05/05/2024
7
+
ms.date: 07/28/2025
8
+
ms.custom:
9
+
- ai-gen-docs-bap
10
+
- ai-gen-title
11
+
- ai-seo-date:07/28/2025
12
+
- ai-gen-description
7
13
---
8
14
9
15
# Test locally by using the Azure Event Hubs emulator
10
-
11
-
This article summarizes the steps to develop and test locally by using the Azure Event Hubs emulator.
16
+
The Azure Event Hubs emulator enables developers to test and validate their applications locally without connecting to the cloud. This guide provides step-by-step instructions for setting up, running, and interacting with the emulator using Docker or automated scripts.
12
17
13
18
## Prerequisites
14
19
@@ -23,9 +28,9 @@ This article summarizes the steps to develop and test locally by using the Azure
23
28
> [!NOTE]
24
29
> Before you continue with the steps in this article, make sure Docker Desktop is operational in the background.
25
30
26
-
## Run the emulator
31
+
## Run the Azure Event Hubs emulator
27
32
28
-
To run the Event Hubs emulator, you can use an automated script or a Linux container:
33
+
Run the Azure Event Hubs emulator using either an automated script or a Linux container. Choose the method that best fits your development environment.
29
34
30
35
### [Automated script](#tab/automated-script)
31
36
@@ -156,7 +161,7 @@ To run the Event Hubs emulator locally on Linux or macOS:
156
161
157
162
After the steps are successful, you can find the containers running in Docker.
158
163
159
-
:::image type="content" source="./media/test-locally-with-event-hub-emulator/test-locally-with-event-hub-emulator.png" alt-text="Screenshot that shows the Event Hubs emulator running in a container.":::
164
+
:::image type="content" source="./media/test-locally-with-event-hub-emulator/test-locally-with-event-hub-emulator.png" alt-text="Screenshot of the Azure Event Hubs emulator running in a container.":::
160
165
161
166
## Interact with the emulator
162
167
@@ -213,4 +218,5 @@ To get started, refer to the [Event Hubs emulator samples on GitHub](https://git
213
218
214
219
## Related content
215
220
216
-
[Overview of the Azure Event Hubs emulator](overview-emulator.md)
221
+
[Overview of the Azure Event Hubs emulator](overview-emulator.md)
222
+
[Event Hubs emulator samples on GitHub](https://github.com/Azure/azure-event-hubs-emulator-installer/tree/main/Sample-Code-Snippets/dotnet/EventHubs-Emulator-Demo/EventHubs-Emulator-Demo)
0 commit comments