Skip to content

Commit d457196

Browse files
authored
Update TROUBLESHOOTING.md (Azure#33317)
fixed port documentation for AMQP 1.0
1 parent 84453ef commit d457196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/servicebus/Azure.Messaging.ServiceBus/TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ To troubleshoot:
127127

128128
- 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].
129129

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.
131131

132132
- Try using the Web Socket transport option, which connects using port 443. For details, see: [configure the transport][TransportSample].
133133

@@ -335,4 +335,4 @@ Information about Service Bus quotas can be found [here][ServiceBusQuotas].
335335
[DiagnoseThreadPoolExhaustion]: https://docs.microsoft.com/shows/on-net/diagnosing-thread-pool-exhaustion-issues-in-net-core-apps
336336
[TransactionTimeout]: https://docs.microsoft.com/azure/service-bus-messaging/service-bus-transactions#timeout
337337
[MessageBody]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample14_AMQPMessage.md#message-body
338-
[Throttling]: https://learn.microsoft.com/azure/service-bus-messaging/service-bus-throttling
338+
[Throttling]: https://learn.microsoft.com/azure/service-bus-messaging/service-bus-throttling

0 commit comments

Comments
 (0)