Hi @Krishnamohan Nadimpalli - Thanks for posting on MS Q&A!
Because Python is an interpreted language, there's no build compilation process involved. However, because Azure Functions offer multiple options for deployment (depending on the DevOps model, VS Code development, etc.), the packaging build artifacts vary a little bit. Based on your screenshot, it looks like you're developing in VS Code, so I recommend that you thoroughly review the following docs:
- Deployment technologies in Azure Functions
- Create a function in Azure with Python using Visual Studio Code
- Azure Functions Python developer guide
If you have any questions or encounter any problems, feel free to tag me here & let me know in the comments below and I'd be happy to help!
-------------------------------------------------------------------------------
Please consider contributing to MS Q&A by marking 'Accepted Answer' and ‘Upvoting’ as applicable.