This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
How can you make Azure Functions find your compiled app?
Set defaultExecutablePath in the host.json file.
defaultExecutablePath
Set the executionPath property in the function.json file for the function endpoint.
executionPath
Set defaultExecutablePath in the function.json file for the function endpoint.
Can any language or runtime use custom handlers?
Yes. There are no limitations.
Yes, as long as it supports HTTP primitives.
Yes, but only languages with first-class support.
You must answer all questions before checking your work.
Was this page helpful?