When I try to debug/run Azure function from VS Code I get following output:
Azure Functions Core Tools
Core Tools Version: 4.0.4590 Commit hash: N/A (64-bit)
Function Runtime Version: 4.5.2.18383
[2022-06-28T16:37:40.680Z] Failed to initialize worker provider for: /opt/homebrew/Cellar/azure-functions-core-tools@4/4.0.4590/workers/python
[2022-06-28T16:37:40.680Z] Microsoft.Azure.WebJobs.Script: Architecture Arm64 is not supported for language python.
[2022-06-28T16:37:42.056Z] Failed to initialize worker provider for: /opt/homebrew/Cellar/azure-functions-core-tools@4/4.0.4590/workers/python
[2022-06-28T16:37:42.056Z] Microsoft.Azure.WebJobs.Script: Architecture Arm64 is not supported for language python.
[2022-06-28T16:37:42.172Z] Failed to initialize worker provider for: /opt/homebrew/Cellar/azure-functions-core-tools@4/4.0.4590/workers/python
[2022-06-28T16:37:42.172Z] Microsoft.Azure.WebJobs.Script: Architecture Arm64 is not supported for language python.
[2022-06-28T16:37:42.199Z] A host error has occurred during startup operation '8433e83d-381a-4629-acf7-45ae2b05d29f'.
[2022-06-28T16:37:42.199Z] Microsoft.Azure.WebJobs.Script: Did not find functions with language [python].
[2022-06-28T16:37:42.205Z] Failed to stop host instance 'aca28baf-887b-413e-a4f4-8910dcf5e35b'.
[2022-06-28T16:37:42.205Z] Microsoft.Azure.WebJobs.Host: The host has not yet started.
Value cannot be null. (Parameter 'provider')
When I try to debug/run Azure function from VS Code I get following output:
That used to work previously.
VS Code version: