Our team has got a bunch of Azure functions projects and during our CI build process we wanted to make sure they could be loaded/run all right on the live environment a.k.a. doing the Health Check. At the same time we didn’t want to use slots or temporary function apps to perform this check.

Related Articles