Erik
Erik
I have worked around this by using the custom_linked_service ```tf resource "azurerm_data_factory_linked_custom_service" "sql" { name = "LinkedSql" data_factory_id = azurerm_data_factory.factory.id type = "AzureSqlDatabase" type_properties_json =
Personally I mainly use SBE to 'browse' queues / subscriptions to look at messages. For example if my application is not receiving a message, I use SBE to check if...
> What the MSFT marketing team is putting out there is one thing. What the reality looks like is a different thing. You can beat me up with the quote...
I can spend some time to (make a start with) this issue. Initially I think it is easier to 'just move code' to separate classes without changing the implementation too...
I have taken a short peek that the current way the messages are send, and a lot of it is via the public `MessagingFactory` property. A lot of the sending/receiving...
To further cleanup the ServiceBusHelper, I thought it would be good to remove all properties and methods that are not being used currently. However, I noticed that there are some...