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/service-bus-messaging/test-locally-with-service-bus-emulator.md
+43-43Lines changed: 43 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,50 +210,50 @@ When you use Docker, the service bus is fetched from the [Microsoft Container Re
210
210
}
211
211
```
212
212
213
-
2.To spin up containers for Service Bus emulator, save the following .yaml file as _docker-compose.yaml_
213
+
2.To spin up containers for Azure Service Bus emulator, save the following .yaml file as _docker-compose.yaml_
214
214
215
215
> [!NOTE]
216
-
> Service Bus Emulator uses the port 5672 by default. If you customized the configuration to use a different port, update the ports setting in the YAML file.
MSSQL_SA_PASSWORD: "${MSSQL_SA_PASSWORD}" # To be filled by user as per policy : https://learn.microsoft.com/en-us/sql/relational-databases/security/strong-passwords?view=sql-server-linux-ver16
251
-
252
-
networks:
253
-
sb-emulator:
254
-
```
255
-
256
-
3. Create .env file to declare the environment variables for Service Bus emulator and ensure all of the following environment variables are set.
216
+
> Azure Service Bus emulator uses the port 5672 by default. If you customized the configuration to use a different port, update the `ports` setting in the YAML file.
MSSQL_SA_PASSWORD: "${MSSQL_SA_PASSWORD}" # To be filled by user as per policy : https://learn.microsoft.com/en-us/sql/relational-databases/security/strong-passwords?view=sql-server-linux-ver16
251
+
252
+
networks:
253
+
sb-emulator:
254
+
```
255
+
256
+
3. Create a `.env` file to declare the environment variables for Service Bus emulator and ensure all of the following environment variables are set.
257
257
258
258
```
259
259
# Environment file for user-defined variables in docker-compose.yml
@@ -262,7 +262,7 @@ When you use Docker, the service bus is fetched from the [Microsoft Container Re
262
262
# Ex: CONFIG_PATH="C:\\Config\\Config.json"
263
263
CONFIG_PATH="<Replace with path to Config.json file>"
264
264
265
-
# 2. ACCEPT_EULA: Pass 'Y' to accept license terms for SQL Server Linux and Azure Service Bus emulator.
265
+
# 2. ACCEPT_EULA: Pass 'Y' to accept license terms for SQL Server Linux and Service Bus emulator.
266
266
# Service Bus emulator EULA : https://github.com/Azure/azure-service-bus-emulator-installer/blob/main/EMULATOR_EULA.txt
267
267
# SQL Server Linux EULA : https://go.microsoft.com/fwlink/?LinkId=746388
0 commit comments