I have installed Python, VS code, Python and Azure Extensions, node.js, Azure Functions Core Tools and Azurite emulator. I have created azure function. When I'm trying to start locally using "func start", it doesn't start, I only get:
Found Python version 3.12.5 (py).
Azure Functions Core Tools
Core Tools Version: 4.0.6821 Commit hash: N/A +c09a2033faa7ecf51b3773308283af0ca9a99f83 (64-bit)
Function Runtime Version: 4.1036.1.23224
MS_FUNCTION_LOGS 5,,,,,ScriptApplicationHostOptionsSetup,"","ScmRunFromPackage is empty.",4.1036.1.23224,2025-01-23T07:06:29.6575321Z,,"",,,,RFQ-FILES,,,,
Language Worker Process exited. Pid=12704.
py exited with code -1073741819 (0xC0000005). .
PublishSpecializationCompleteEvent failed with System.InvalidOperationException: An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
at System.Net.Http.HttpClient.PrepareRequestMessage(HttpRequestMessage request)
at System.Net.Http.HttpClient.SendAsync(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at Microsoft.Azure.WebJobs.Script.WebHost.Management.MeshServiceClient.SendAsync(IEnumerable`1 formData) in /_/src/WebJobs.Script.WebHost/Management/MeshServiceClient.cs:line 154
at Microsoft.Azure.WebJobs.Script.WebHost.Management.MeshServiceClient.NotifyHealthEvent(ContainerHealthEventType healthEventType, Type source, String details) in /_/src/WebJobs.Script.WebHost/Management/MeshServiceClient.cs:line 104
at Microsoft.Azure.WebJobs.Script.WebHost.ContainerManagement.LinuxContainerActivityPublisher.PublishSpecializationCompleteEvent() in /_/src/WebJobs.Script.WebHost/ContainerManagement/LinuxContainerActivityPublisher.cs:line 122
Starting worker process failed
Microsoft.Azure.WebJobs.Script.Grpc: The operation has timed out.
Failed to start language worker process for runtime: python. workerId:01e33c9f-cdf4-4c7c-af84-5403aefc2a36
Removing errored webhost language worker channel for runtime: python workerId:01e33c9f-cdf4-4c7c-af84-5403aefc2a36
Microsoft.Azure.WebJobs.Script.Grpc: The operation has timed out.