Skip to content

Commit 4605476

Browse files
authored
Update service-bus-troubleshooting-guide.md
1 parent 73673a0 commit 4605476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-bus-messaging/service-bus-troubleshooting-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ You'll receive the following error message:
9090
`Microsoft.Azure.ServiceBus.ServiceBusException: Put token failed. status-code: 403, status-description: The maximum number of '1000' tokens per connection has been reached.`
9191

9292
### Cause
93-
Number of autnetication tokens for conncurrent links in a single connection to a Service Bus namespace has exceeded the limit: 1000.
93+
Number of authentication tokens for concurrent links in a single connection to a Service Bus namespace has exceeded the limit: 1000.
9494

9595
### Resolution
9696
Do one of the following steps:
9797

98-
- Reduce the number of conncurrent links in a single connection or use a new connection
99-
- Use SDKs for Azure Service Bus, which ensures that you don't get into this situation.
98+
- Reduce the number of concurrent links in a single connection or use a new connection
99+
- Use SDKs for Azure Service Bus, which ensures that you don't get into this situation (recommended)
100100

101101

102102
## Adding virtual network rule using PowerShell fails

0 commit comments

Comments
 (0)