An Azure service that provides an event-driven serverless compute platform.
@D Williams Azure function official document doesn't recommend or call this out as you can run any code on your function app for the supported language and runtime. You can use any of the supported triggers to trigger your function app but your executable should be deployed within the function app to run. From the function perspective sharing the previous discussion here.