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: sdk/servicebus/Azure.Messaging.ServiceBus/TROUBLESHOOTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ To troubleshoot:
127
127
128
128
- Verify that the connection string or fully qualified domain name specified when creating the client is correct. For information on how to acquire a connection string, see: [Get a Service Bus connection string][GetConnectionString].
129
129
130
-
- Check the firewall and port permissions in your hosting environment and that the AMQP ports 5671 and 5762 are open and that the endpoint is allowed through the firewall.
130
+
- Check the firewall and port permissions in your hosting environment and that the AMQP ports 5671 and 5672 are open and that the endpoint is allowed through the firewall.
131
131
132
132
- Try using the Web Socket transport option, which connects using port 443. For details, see: [configure the transport][TransportSample].
133
133
@@ -335,4 +335,4 @@ Information about Service Bus quotas can be found [here][ServiceBusQuotas].
0 commit comments