Skip to content

Commit d7db6c8

Browse files
Merge pull request #209549 from spelluru/sbusamqp0829
AMQP also uses 5672
2 parents 18bc611 + bd42c6f commit d7db6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting guide for Azure Service Bus | Microsoft Docs
33
description: Learn about troubleshooting tips and recommendations for a few issues that you may see when using Azure Service Bus.
44
ms.topic: article
5-
ms.date: 07/29/2022
5+
ms.date: 08/29/2022
66
ms.custom: devx-track-azurepowershell
77
---
88

@@ -30,7 +30,7 @@ The following steps may help you with troubleshooting connectivity/certificate/t
3030
</Detail>
3131
</Error>
3232
```
33-
- Run the following command to check if any port is blocked on the firewall. Ports used are 443 (HTTPS), 5671 (AMQP) and 9354 (Net Messaging/SBMP). Depending on the library you use, other ports are also used. Here is the sample command that check whether the 5671 port is blocked.
33+
- Run the following command to check if any port is blocked on the firewall. Ports used are 443 (HTTPS), 5671 and 5672 (AMQP) and 9354 (Net Messaging/SBMP). Depending on the library you use, other ports are also used. Here is the sample command that check whether the 5671 port is blocked. C
3434

3535
```powershell
3636
tnc <yournamespacename>.servicebus.windows.net -port 5671

0 commit comments

Comments
 (0)