Skip to content

Commit 17af16d

Browse files
authored
Update test-locally-with-service-bus-emulator.md
Fix typo in .env file with semicolon instead of equals.
1 parent 3486205 commit 17af16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ CONFIG_PATH="<Replace with path to Config.json file>"
214214
ACCEPT_EULA="N"
215215
216216
# 3. MSSQL_SA_PASSWORD to be filled by user as per policy : https://learn.microsoft.com/sql/relational-databases/security/strong-passwords?view=sql-server-linux-ver16
217-
MSSQL_SA_PASSWORD: ""
217+
MSSQL_SA_PASSWORD=""
218218
```
219219

220220
> [!IMPORTANT]

0 commit comments

Comments
 (0)