@Abhishek Yadav Thanks for reaching out. As per the error it indicates that that there was an error with the AMQP connection to Azure Service Bus. Specifically, the error message indicates that the connection was aborted due to a transport error.
This could be caused by a number of issues, such as network connectivity problems, incorrect connection string or authentication issues.
To troubleshoot this issue, you can try the following steps:
- Check your network connectivity to Azure Service Bus. Ensure that your firewall settings are not blocking the connection and validate if your service bus is not enabled for the virtual network. If yes, then the connection is allowed from your client IP address or is in the same virtual network as service bus.
- Verify that the connection string you are using is correct. You can find the connection string in the Azure portal under the Service Bus namespace.
- Check that the authentication credentials you are using are correct. Ensure that the SAS key and SAS key name are correct.
If you are still having issues this would need to be looked into one-on-one support to validate the details.