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.
function_app.pyandrequirements.txt) files? First, you should start with thefunc initto initialize a proper folder structure.