Gavin Aguiar
Gavin Aguiar
> > > in testutil_lc, also remove there? @gavin-aguiar More changes are needed for this PR. Making it a draft for now
@gerardsimons we have fixed this bug and is currently being rolled out. Runtime version 4.9.1 will have the fix for this.
Hi @fritzcruz, moving to durable functions might not help in your case since it would still create more workers depending on the worker count set. I would recommend setting the...
Hi @m3ck0, I checked the memory usage of your function app. I do see high memory usage over the past 3 days. I couldn't find any evidence that the python...
Hi @thomasfrederikhoeck, Can you give more context on what `connections stay alive/ tokens stay fresh` you are referring to here? Also, could you give an example on how the connections...
> I am still seeing this on uk-south premium plan. Combined with #1050 this issue blocks use of Tensorflow and Dill on Azure Functions. @drewsilcock Have you enabled PYTHON_ISOLATE_WORKER_DEPENDENCIES in...
@emielsteerneman are you still facing this issue? Few things to try out with your workflow file: - Remove the venv - Install the pip dependencies using this target `--target=".python_packages/lib/site-packages` Here...
@cmcconomyfwig Thanks for reporting this feature request. We currently do not support remote debugging. We have added this feature request to our backlog and will update this github issue with...
Azure function gives Exception: ModuleNotFoundError: No module named 'XXXXXXXX'. Cannot find module.
@adityachidepatil Can you modify your 'Install Dependencies' step to `pip install --target="./.python_packages/lib/site-packages" -r ./requirements.txt` and try again? All libraries should be installed in /home/site/wwwroot/.python_packages/lib/site-packages
Azure function gives Exception: ModuleNotFoundError: No module named 'XXXXXXXX'. Cannot find module.
@adityachidepatil it could be an issue in your new function thats causing the error. Would you be able to share your functionapp name ?