Skip to content

Commit 1660d46

Browse files
authored
Add links to common scripts and health check API
1 parent 8ea0796 commit 1660d46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article provides a detailed overview of the enhancements introduced in the
2424
> *Released March 11th, 2025*
2525
2626
This release introduces health check API in Event Hubs emulator.
27-
- It can be accessed at http://localhost:5300/health
27+
- Health check API can be accessed at *http://localhost:5300/health*
2828

2929
## Previous releases
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before you run an automated script, clone the emulator's [GitHub installer repos
3535

3636
Use the following steps to run the Event Hubs emulator locally on Windows.
3737

38-
1. **Open PowerShell** and navigate to the directory where the common scripts folder is cloned using `cd`:
38+
1. **Open PowerShell** and navigate to the directory where the [common](https://github.com/Azure/azure-event-hubs-emulator-installer/tree/main/EventHub-Emulator/Scripts/Common) scripts folder is cloned using `cd`:
3939
```powershell
4040
cd <path to your common scripts folder> # Update this path
4141

articles/service-bus-messaging/test-locally-with-service-bus-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Before you run an automated script, clone the emulator's [GitHub installer repos
3535

3636
Use the following steps to run the Service Bus emulator locally on Windows:
3737

38-
1. **Open PowerShell** and navigate to the directory where the common [ need to add link to folder] scripts folder is cloned using `cd`:
38+
1. **Open PowerShell** and navigate to the directory where the [common](https://github.com/Azure/azure-service-bus-emulator-installer/tree/main/ServiceBus-Emulator/Scripts/Common) scripts folder is cloned using `cd`:
3939
```powershell
4040
cd <path to your common scripts folder> # Update this path
4141
4242
2. Issue wsl command to open WSL at this directory.
4343
```powershell
4444
wsl
4545
46-
3. **Run the setup script** *./LaunchEmulator.sh* [Need to add link to the script].Running the script brings up two containers: the Service Bus emulator and Sql Edge (a dependency for the emulator).
46+
3. **Run the setup script** *./LaunchEmulator.sh*.Running the script brings up two containers: the Service Bus emulator and Sql Edge (a dependency for the emulator).
4747
```bash
4848
./Launchemulator.sh
4949

0 commit comments

Comments
 (0)