Build serverless apps with Go: How can you make Azure Functions find your compiled app

Shivam Bedwal 1 Reputation point
2021-08-26T02:08:31.187+00:00

Hello,

In the Microsoft Learning module -
Docs / Learn / Browse / Create serverless applications / Build serverless apps with Go / Knowledge check

The answer to the following question is not correct -
How can you make Azure Functions find your compiled app?

The answer provided by the system is -
Set defaultExecutablePath in the function.json file for the function endpoint.

However, the correct answer should be -
Set defaultExecutablePath in the host.json file.

Can you please clarify ?

126544-issue.png

Thanks & Regards,
Shivam

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,865 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,546 Reputation points Moderator
    2021-08-26T07:25:32.397+00:00

    Hi @Shivam Bedwal ,

    Thank you for bringing it to our attention. You are correct, the answer should be "Set defaultExecutablePath in the host.json file". More information is available in this article.
    I am reaching out to the respective team to get it corrected.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.