You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-troubleshooting-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,13 +90,13 @@ You'll receive the following error message:
90
90
`Microsoft.Azure.ServiceBus.ServiceBusException: Put token failed. status-code: 403, status-description: The maximum number of '1000' tokens per connection has been reached.`
91
91
92
92
### 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.
94
94
95
95
### Resolution
96
96
Do one of the following steps:
97
97
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)
100
100
101
101
102
102
## Adding virtual network rule using PowerShell fails
0 commit comments