rebus-org / Rebus.AzureServiceBus

:bus: Azure Service Bus transport for Rebus
https://mookid.dk/category/rebus
Other
33 stars 20 forks source link

trying to update subscription because of uri scheme difference: http vs https #93

Closed riezebosch closed 1 year ago

riezebosch commented 1 year ago
Screenshot 2023-02-28 at 19 50 28

We have had quite some succes setting up queue's, topics and subscriptions in terraform matching the expectations of rebus. But recently a new app service started to fail on startup because Rebus tries to update a subscription that it should not. Turns out that the management client for some reason now returns an https uri for the forward queue where Rebus constructs it with http.

I've no idea what has happened or changed. There is no scheme mentioned in the configuration and when querying the subscriptions with az cli they all look the same.

Update: when I create the subscription from the portal I get the same result: the forward queue has an https uri scheme.

riezebosch commented 1 year ago

when I create the same subscription using the management SDK it returns http uri 🤯

Screenshot 2023-03-01 at 10 06 03