Varad Meru
Varad Meru
@fabiocav - you can close this issue now. @arroyc finished adding the .net6 apps and throughput pipeline is up and running for them. [Pull request 90: Add webapp bencmark project...
It works correctly when tried locally [(sending events using postman)](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=csharp#local-testing-with-viewer-web-app). Bindings: ```json { "bindings": [{ "type": "eventGridTrigger", "name": "eventGridEvent", "direction": "in" }] } ``` My `run.ps1` ```powershell param($eventGridEvent, $TriggerMetadata) wait-debugger...
Closing this as we are not planning to un-deprecate Python 3.6 across Functions.
Adding my findings. Tried the following and got the error: ```json { "scriptFile": "__init__.py", "bindings": [ { "authLevel": "anonymous", "type": "httpTrigger", "direction": "in", "name": "req", "methods": ["get", "post"]}, { "type":...
@shrohilla - Could you please take a look at this issue?
@shrohilla - Could you please take a look at this issue? And can this be supported or not?
Full stacktrace form the worker - we'll add a check on the worker as well to prevent this happening if the shared memory directory is not supported on any platform...
In future, with new programming model work we are doing, this could be handled by the an easy approach. How it'll look like soon: ```python import azure.functions as func app...
Assigning this to @YunchuWang for taking this forward and adding more context to the answer above, whenever the new PyStein work is public.
Can you please confirm if the virtual environment contains the modules and if it is activated, when you are running `func host start`?