Azure / azure-functions-docker

This repo contains the base Docker images for working with azure functions
MIT License
268 stars 118 forks source link

Include disabled functions in sync trigger payload #1097

Closed pragnagopa closed 5 months ago

pragnagopa commented 5 months ago

Attribute [Disable("QUEUE_PROCESSOR_DISABLED")] is honored in FunctionsHost but ScaleController needs same information to ensure disabled functions are not monitored

cc @Fabiocav @alrod @mathewc @chiangvincent