From the course: Cloud Native Projects: Azure Serverless

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Deploying and running a Python Azure Function

Deploying and running a Python Azure Function - Azure Tutorial

From the course: Cloud Native Projects: Azure Serverless

Deploying and running a Python Azure Function

- [Instructor] So now that we've written our function in Python and tested it locally, now it's time to go ahead and deploy that out to Azure and run a test against it there. So let's jump into our IDE and I want you to go to the Azure extension. You'll see that we have the local functions selected under the functions option, and I already have a resource group selected. And of course, I'm logged in. Now I'm going to click the button here to deploy to function app. It's going to ask me a few questions. The first thing I'm going to do is I'm going to create a new function app in Azure. I'm going to call this one Python LILFPM, and it must be globally unique. So I would recommend that you put some sort of an initial behind it. Go ahead and hit enter. Now it's going to ask me for a runtime stack. Now I can choose three nine, which is in preview mode but I'm going to go ahead and go back to three eight because I haven't…

Contents