When we want to configure the step 'Get message from a service bus topic (peek lock)', we have to choose the topic. When we click on the dropdown we get a 401 unauthorized' exception message.
We use managed identity of the logic app to authenticate to Azure service bus. With a stateless workflow it works.
Any ideas?
Thanks in advance!
Logic App and private endpoint reside in same vnet, default config (all subnets should be able to communicate to each other).
Tried SAS Key, Allowing service bus as service endpoint on the subnet where logic app resides in.
For the private endpoint we configured 'disable public access' (preferred option), also 'Allow traffic from specific networks' with the subnet of the logic app and IP of logic app.
Maybe a stateful workflow does not allow this setup?