Skip to content

Commit 42fd149

Browse files
committed
Freshness
1 parent fc178a1 commit 42fd149

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

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

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
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.
45
ms.topic: how-to
56
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
713
---
814

915
# 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.
1217

1318
## Prerequisites
1419

@@ -23,9 +28,9 @@ This article summarizes the steps to develop and test locally by using the Azure
2328
> [!NOTE]
2429
> Before you continue with the steps in this article, make sure Docker Desktop is operational in the background.
2530
26-
## Run the emulator
31+
## Run the Azure Event Hubs emulator
2732

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.
2934

3035
### [Automated script](#tab/automated-script)
3136

@@ -156,7 +161,7 @@ To run the Event Hubs emulator locally on Linux or macOS:
156161

157162
After the steps are successful, you can find the containers running in Docker.
158163

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.":::
160165

161166
## Interact with the emulator
162167

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

214219
## Related content
215220

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

Comments
 (0)