Build for Python Funciton app

Krishnamohan Nadimpalli 406 Reputation points
2022-11-16T12:17:48.027+00:00

I have created a function in VS Code and has setup the version control in Azure Devops.

Now I need to run this code as a part of function app available with me. I have an option to deploy in VSCode as shown below

260933-image.png

Do I need to make a build before I deploy into the function app? If Yes, how do I make this Build. This is python app. Any suggestions or articles on how to build would be appreciated.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

Accepted answer
  1. MikeUrnun 9,777 Reputation points Moderator
    2022-11-17T00:51:18.217+00:00

    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:

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.