Azure Functions For Beginners using Python | HTTP Trigger Demo Part 3 - Full Breakdown!
V.City V.City
32.6K subscribers
1,459 views
0

 Published On Mar 9, 2022

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 Demo code for HTTP Trigger using Python.

In this Azure HTTP trigger demo video, I discuss:
Importing in python and how to import in python.
We talk about logging and how to log.
We talk about annotations and type hinting.
We briefly discuss querystrings and how to use python f-strings.
The goal is to go through the demo code line by line.

Summary of the video in the HTTP trigger series:
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 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.

Podcast: https://projectilestream.com/linktree/
Instagram @projectile_md
Twitter: projectile_md
Patreon:   / vcity  
www.projectilestream.com

show more

Share/Embed