Hi Bacol, Jaypee B, Thanks for reaching out to Microsoft Q&A.
This error message usually indicates that there is a problem with the host runtime configuration or the network connectivity of your Logic App. Check the following points to narrow down your issue.
- Check if you Logic App is stopped or disabled. You can check the status of your Logic App in the Azure portal.
- if your Logic App is using a private endpoint and your machine doesn’t have access to the private IP of the Logic App. You can either grant access to your client machine or use a public endpoint for your Logic App.
- The Logic App is using an outdated or incompatible version of the Azure Functions runtime or the Azure Logic Apps runtime. You can update the runtime versions to the latest ones in the Azure portal or in your local.settings.json file.
- Check if your Logic App is using incorrect or missing app settings or host settings. You can review and edit the app settings and host settings in the Azure portal or in your local.settings.json and host.json files.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.