Edit

AZFW0100: Error Running Func Cli

Item Value
Name CannotRunFuncCli
Category Sdk
Severity Error

Cause

Unable to launch func cli when performing dotnet run on a function app project.

Rule Description

Azure.Functions.Sdk updates dotnet run to run the function app via core tools. This requires core tools to be installed on the machine.

How to Fix

Ensure func cli is installed and part of the PATH. See https://aka.ms/azfunc-dotnet-run-error.