@@ -184,7 +184,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
184184
1851851. Replace ` <SERVICE-BUS-NAMESPACE>` with your Service Bus namespace.
1861861. Replace ` <QUEUE NAME>` with the name of the queue.
187- 1. To run this file, use this command at a command prompt:
187+ 1. To run the code in this file, use this command at a command prompt:
188188
189189 ` ` ` console
190190 node send.js
@@ -277,7 +277,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
277277 ` ` `
2782781. Replace ` <CONNECTION STRING TO SERVICE BUS NAMESPACE>` with the connection string to your Service Bus namespace.
2792791. Replace ` <QUEUE NAME>` with the name of the queue.
280- 1. To run this file, use this command at a command prompt:
280+ 1. To run the code in this file, use this command at a command prompt:
281281
282282 ` ` ` console
283283 node send.js
@@ -350,7 +350,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
350350
3513511. Replace ` <SERVICE-BUS-NAMESPACE>` with your Service Bus namespace.
3523521. Replace ` <QUEUE NAME>` with the name of the queue.
353- 1. To run this file, use this command at a command prompt:
353+ 1. To run the code in this file, use this command at a command prompt:
354354
355355 ` ` ` console
356356 node receive.js
@@ -408,7 +408,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
408408
4094091. Replace ` <CONNECTION STRING TO SERVICE BUS NAMESPACE>` with the connection string to your Service Bus namespace.
4104101. Replace ` <QUEUE NAME>` with the name of the queue.
411- 1. To run this file, use this command at a command prompt:
411+ 1. To run the code in this file, use this command at a command prompt:
412412
413413 ` ` ` console
414414 node receive.js
0 commit comments