File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/service-bus-messaging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Next you'll need to update your code to use passwordless connections.
70
70
TransportType = ServiceBusTransportType .AmqpWebSockets
71
71
};
72
72
73
- // TODO: Replace the "<NAMESPACE-NAME>" placeholder.
73
+ // TODO: Replace the "<SERVICE-BUS- NAMESPACE-NAME>" placeholder.
74
74
client = new ServiceBusClient (
75
75
" <SERVICE-BUS-NAMESPACE-NAME>.servicebus.windows.net" ,
76
76
new DefaultAzureCredential (),
@@ -108,7 +108,7 @@ az webapp connection create servicebus \
108
108
--system-identity
109
109
```
110
110
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:
112
112
113
113
``` azurecli
114
114
az spring connection create servicebus \
You can’t perform that action at this time.
0 commit comments