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.

Azure Functions with Python

Azure Functions with Python

- We're going to start looking at the details of Azure Functions by jumping straight into our IDEs. Now, I want to stress these are demo functions based on simple executions to get you into the ecosystem. Each use case is very different, but again, this is just to get you familiar with the toolkit itself. So let's hit the IDE. So the first thing that I want you to do is to go to the Azure extension, and I want you to click the new project button underneath functions. Now, I'm going to browse and create a folder on my local machine in the proper directory called Python Functions. And within there, I will select. Now, I'm going to be asked for language. I'm using Python, but you'll notice we have several options here. So let's go ahead and select Python. I'm going to pick my local interpreter version, which is 394. Now, I'm presented with a whole bunch of templates. These are different integration points within Azure…

Contents