I have a requirement to deploy a Python web app (FastAPI framework used) to the Azure function app consumption(Linux) plan using Azure DevOps CICD deployment.
When I tried to deploy from VS code it is successful and the app was visible in the portal but when I tried to deploy from DevOps CICD, the Deployment was successful but the app was not visible in the portal in the Azure function app.