Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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.