Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,908 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm running an Azure function in Kubernetes, but if the Azure Function runtime respond to Kubernetes live & rediness probes, or do I have to implement thoose endpoints myself?
If so, is there any guidens somewhere, on how to do that?
TIA
/Søren
Looks like there are some endpoints that can be used but are protected behind system/admin keys. There is an open issue to expose endpoints for Kubernetes that you can follow for updates on.