Hello,
After building an Azure Function with an IoT hub trigger in java, am trying to publish it to Azure, but am facing a problem. Whenever I try to launch it after publishing, I get the following error:
Initiating warmup request to container [app name] for site [site name] ERROR - Container [container name] for site [site name] has exited, failing site start ERROR - Container [container name] didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging. INFO - Stopping site [site name] because it failed during startup.
Am not expert on azure, but for what I understand, azure is trying to do a ping to the function but this is not responding to it. How can I solve this?