filmov
tv
Azure Functions For Beginners using Python | HTTP Trigger Demo Part 1

Показать описание
Hello everyone, I am starting an Azure series. I want to learn and teach you what's new in Microsoft Azure. In this video, I take you through the first steps to prepare your first HTTP Trigger using Python.
I take you through downloading Visual Studio Code (VSCode) and prepping the correct extensions for your HTTP trigger. In part two we will run our HTTP trigger and add a little twist on it.
Here are some of the links I spoke about in the video:
Part 1 - Show getting Azure Functions and VSCode properly installed
Part 2 - Activate the HTTP trigger and grab your public IP
Part 3 - Running through the meaning of each line of code
What is Visual studio code:
Visual Studio Code is "a free-editor (made by Microsoft) that helps the programmer write code, helps in debugging and corrects the code using the intelli-sense method ". In normal terms, it facilitates users to write the code in an easy manner.
What are Azure Functions?
First, Azure Functions allows you to implement your system's logic into readily available blocks of code. These code blocks are called "functions". Different functions can run anytime you need to respond to critical events.
Second, as requests increase, Azure Functions meets the demand with as many resources and function instances as necessary - but only while needed. As requests fall, any extra resources and application instances drop off automatically.
Instagram @projectile_md
Twitter: projectile_md
I take you through downloading Visual Studio Code (VSCode) and prepping the correct extensions for your HTTP trigger. In part two we will run our HTTP trigger and add a little twist on it.
Here are some of the links I spoke about in the video:
Part 1 - Show getting Azure Functions and VSCode properly installed
Part 2 - Activate the HTTP trigger and grab your public IP
Part 3 - Running through the meaning of each line of code
What is Visual studio code:
Visual Studio Code is "a free-editor (made by Microsoft) that helps the programmer write code, helps in debugging and corrects the code using the intelli-sense method ". In normal terms, it facilitates users to write the code in an easy manner.
What are Azure Functions?
First, Azure Functions allows you to implement your system's logic into readily available blocks of code. These code blocks are called "functions". Different functions can run anytime you need to respond to critical events.
Second, as requests increase, Azure Functions meets the demand with as many resources and function instances as necessary - but only while needed. As requests fall, any extra resources and application instances drop off automatically.
Instagram @projectile_md
Twitter: projectile_md
Комментарии