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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ services:
214
214
- "5300:5300"
215
215
environment:
216
216
SQL_SERVER: sqledge
217
-
MSSQL_SA_PASSWORD: "${SQL_PASSWORD}" # Password should be same as what is set for SQL Edge
217
+
MSSQL_SA_PASSWORD: "${MSSQL_SA_PASSWORD}" # Password should be same as what is set for SQL Edge
218
218
ACCEPT_EULA: ${ACCEPT_EULA}
219
219
SQL_WAIT_INTERVAL: ${SQL_WAIT_INTERVAL} # Optional: Time in seconds to wait for SQL to be ready (default is 15 seconds)
220
220
depends_on:
@@ -232,7 +232,7 @@ services:
232
232
- "sqledge"
233
233
environment:
234
234
ACCEPT_EULA: ${ACCEPT_EULA}
235
-
MSSQL_SA_PASSWORD: "${SQL_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
235
+
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
236
236
237
237
networks:
238
238
sb-emulator:
@@ -254,7 +254,7 @@ CONFIG_PATH="<Replace with path to Config.json file>"
254
254
ACCEPT_EULA="N"
255
255
256
256
# 3. MSSQL_SA_PASSWORD to be filled by user as per policy
0 commit comments