0

I am deploying a python function in azure linux function app, function app is created via terraform and azure CI/CD pipelines, and azure function also via zip deploy and linux function deploy using azure release pipeline. I have deployed .net functions many times they all work fine but python function is not coming in functions section. ASP for function app is integrated with a ASE(v3) which is vnet integrated. Can someone suggest what could be the issue python version 3.10, requirements.txt, hosts.json, function_app.py is present in root, copilot suggested to move function file in a folder with function name and rename it to init.py tried that too but no luck. Let me know if any other information required. please suggest what can be done to resolve the issue.

1
  • Please, could you provide the terraform file and the azure functions (function_app.py and requirements.txt) files? First, you should start with the func init to initialize a proper folder structure. Commented Oct 23 at 14:43

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.