Hi @Veli-Jussi Raitila ,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
The root cause of the error "No such host is known" in your Azure Logic Apps workflow is likely a DNS resolution failure when trying to connect to your Event Hub. This typically means that at the time of the request, the DNS server could not resolve the Event Hub’s hostname (.servicebus.windows.net) to an IP address. Possible reasons include intermittent issues with DNS servers, such as temporary unavailability or misconfiguration. It could also be caused by network connectivity issues between Logic Apps and the Event Hub, or even misconfigured endpoints in the Event Hub itself. Additionally, transient platform issues on Azure, such as service disruptions or high load, can cause DNS resolution or network connectivity failures. These issues can sometimes be intermittent and resolved upon retries, which is why your explicit retry logic may eventually succeed.
Please do let me know if you have any further queries. I would be happy to assist you.
Thank you.