Azure function giving error that core tools not installed

Syed 1 Reputation point
2021-02-10T22:33:23.18+00:00

I am trying to locally test azure functions from Mac using VS Code 2019. When I run debug I get the following error: You must have the Azure Functions Core Tools installed to debug your local functions.
I already have the core tools installed. If I do 'func --version' in terminal, I see:
3.0.3233
On typing 'func' I see:
Azure Functions Core Tools
Core Tools Version: 3.0.3233 Commit hash: d1772f733802122a326fa696dd4c086292ec0171
Function Runtime Version: 3.0.15193.0

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

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 27,476 Reputation points Microsoft Employee Moderator
    2021-02-13T02:26:35.007+00:00

    Hello @Syed , apologies for the delay. According to this documentation the requirement for Visual Studio for Mac is 7.5 or higher can you please confirm the same and update the CLI as shown in the documentation above?
    If this does not help resolve the issue, it will also be helpful if you could post your issue on this community for Visual Studio for Mac OS. Please let me know if there are any additional concerns, Thank you!

    0 comments No comments

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.