Skip to content

Commit 4f226b3

Browse files
authored
Location of script files
1 parent c84ddaf commit 4f226b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -39,13 +39,13 @@ Use the following steps to run the Service Bus emulator locally on Windows:
3939

4040
`$>Start-Process powershell -Verb RunAs -ArgumentList 'Set-ExecutionPolicy Bypass –Scope CurrentUser'`
4141

42-
1. Run the setup script _LaunchEmulator.ps1_. Running the script brings up two containers: the Service Bus emulator and Sql Edge (a dependency for the emulator).
42+
1. Run the setup script [LaunchEmulator.ps1](https://github.com/Azure/azure-service-bus-emulator-installer/tree/main/ServiceBus-Emulator/Scripts/Windows). Running the script brings up two containers: the Service Bus emulator and Sql Edge (a dependency for the emulator).
4343

4444
### Linux and macOS
4545

4646
To run the Service Bus emulator locally on Linux or macOS:
4747

48-
- 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).
48+
- Run the setup script [LaunchEmulator.sh](https://github.com/Azure/azure-service-bus-emulator-installer/tree/main/ServiceBus-Emulator/Scripts/). Running the script brings up two containers: the Service Bus emulator and Sql Edge (a dependency for the emulator).
4949

5050
### [Docker (Linux container)](#tab/docker-linux-container)
5151

0 commit comments

Comments
 (0)