We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure-functions-core-tools v4.0.5907
Microsoft Windows [Version 10.0.19045.4780]
I can't run func init command and it said Can't find templates location.
func init
Can't find templates location
choco install azure-functions-core-tools -y
func init MyFunctionApp --worker-runtime dotnet-isolated
Then, you will see the following error:
Can't find templates location. Looked under 'C:\ProgramData\chocolatey\lib\azure-functions-core-tools\tools\in-proc8\templates\net-isolated'
The text was updated successfully, but these errors were encountered:
I have the same experience WIndows v 23H2 azure-functions-core-tools 4.0.1
Sorry, something went wrong.
Getting the same. 4.0.6280. Installed with Choco and manually, works manually. Using the VSCode extension works as another workaround or in WSL.
Windows 11 latest build here. Choco 2.3.0.
No branches or pull requests
Version
azure-functions-core-tools v4.0.5907
Microsoft Windows [Version 10.0.19045.4780]
Description
I can't run
func init
command and it saidCan't find templates location
.Steps to reproduce
choco install azure-functions-core-tools -y
func init MyFunctionApp --worker-runtime dotnet-isolated
Then, you will see the following error:
The text was updated successfully, but these errors were encountered: