Azure / azure-webjobs-sdk

Azure WebJobs SDK
MIT License
737 stars 358 forks source link

Have ServiceBus implement best practices for retry #1142

Open MikeStall opened 7 years ago

MikeStall commented 7 years ago

This came from a CRI (https://icm.ad.msft.net/imp/v3/incidents/details/37325172)

implement a retry logic for connecting to the Service Bus endpoint: https://docs.microsoft.com/en-au/azure/architecture/best-practices/retry-service-specific#service-bus-retry-guidelines   use HTTPS mode: ServiceBusEnvironment.SystemConnectivity.Mode = ConnectivityMode.Https.

ivarne commented 7 years ago

I'm looking for this too, and found https://github.com/Azure/azure-webjobs-sdk/issues/579, which might be a duplicate.

hanvyj commented 5 years ago

I need to be able to set ConnectivityMode to connect to Service Bus behind a firewall.