-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
Deployment from VSC 1.10 to Azure functions failed: 'func' is not recognized #3556
Comments
Sorry, in my message above I was referring to the v1.9.0 and v1.10.0 Azure Functions extension for VSCode. I'm using VSCode v 1.74.3. Repeating below with this correction: Deployment from VSCode to Azure functions using Azure Functions extension v1.9.0 was working well until the VSCode Azure Functions extension was updated automatically to v1.10.0 a few days ago (Feb 2, 2023). Now deployment yields an error: Error: Command "func --version" failed with exit code "1": 'func' is not recognized as an internal or external command, operable program or batch file. I reverted back to VSCode Azure Functions extension v1.9.0 and deployment is working again. Could you pls advise if and when this is fixed? Many thanks |
I have the same issue |
Same issue here |
Thanks for bringing this to our attention. We've identified the cause of the bug and are currently working on a fix for it. 🙂 |
This should be fixed! Please update to |
Worked for me, thanks for jumping on it! |
Deployment from VSCode v1.09 to Azure functions was working well until VSCode was updated automatically to v1.10 a few days ago (Feb 2, 2023). Now deployment yields an error:
Error: Command "func --version" failed with exit code "1": 'func' is not recognized as an internal or external command, operable program or batch file.
I reverted back to VSCode v1.09 and deployment is working again. Could you pls advise if and when this is fixed?
Many thanks
The text was updated successfully, but these errors were encountered: