Skip to content

Commit 420e4de

Browse files
Apply suggestions from code review
Co-authored-by: Scott Addie <[email protected]>
1 parent 5b4c2e1 commit 420e4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-migrate-azure-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Next you'll need to update your code to use passwordless connections.
7070
TransportType = ServiceBusTransportType.AmqpWebSockets
7171
};
7272

73-
//TODO: Replace the "<NAMESPACE-NAME>" placeholder.
73+
//TODO: Replace the "<SERVICE-BUS-NAMESPACE-NAME>" placeholder.
7474
client = new ServiceBusClient(
7575
"<SERVICE-BUS-NAMESPACE-NAME>.servicebus.windows.net",
7676
new DefaultAzureCredential(),
@@ -108,7 +108,7 @@ az webapp connection create servicebus \
108108
--system-identity
109109
```
110110

111-
If you're using Azure Spring Apps, use `the az spring connection` command:
111+
If you're using Azure Spring Apps, use the `az spring connection` command:
112112

113113
```azurecli
114114
az spring connection create servicebus \

0 commit comments

Comments
 (0)