79342736

Date: 2025-01-09 13:18:31
Score: 3
Natty:
Report link

I have a similar problem and what worked for me was to make sure that the requirements were installed in the correct folder.

pip install --target=‘./FunctionApp1/.python_packages/lib/site-packages’ -r ./FunctionApp1/requirements.txt

I added this to the pipeline and all the functions became visible again in the Azure portal

Reasons:
  • Blacklisted phrase (1): I have a similar problem
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Me too answer (2.5): I have a similar problem
  • Low reputation (1):
Posted by: Daniel M. Oliveira