I am experiencing issues when deploying the MuleSoft Flex Gateway Docker container on Azure App Service for Linux containers. Although the image runs correctly on my local machine using Docker, the container fails to start properly on Azure. The App Service continuously restarts the container and shows the error message:
“The container didn’t respond to HTTP pings on port 8081.”
I have already configured the required environment variables and exposed port 8081, as recommended in the MuleSoft documentation. However, the App Service health probes still cannot detect the container.
Has anyone successfully deployed MuleSoft Flex Gateway on Azure App Service?
Any guidance, working configuration examples, or troubleshooting steps would be greatly appreciated.