Learn Azure Functions Python V2 (Part 2: Deploy, Configure, and Use in Azure)

This video goes over how to deploy, configure, and use the Python V2 Functions in the cloud and builds on the part 1 video (setting up and using the functions locally:    • Learn Azure Functions Python V2 (Local Set...  . The video covers the following: -What Azure resources are required before deploying to the cloud -How to deploy local Python V2 Functions to the cloud -How to use and run the functions in the cloud -How the different keys (function/host/system) work -Connecting to new storage accounts using the Function App managed identity instead of the storage account key -Setting up authentication to further secure some of the functions Link: Part 1 of the video (setting up and running Python V2 functions locally):    • Learn Azure Functions Python V2 (Local Set...   -DataEngineeringWithNick Azure Functions Code Repo: https://github.com/DataEngineeringWit... -Install Azure CLI: https://learn.microsoft.com/en-us/cli... -Python V2 Developer Guide: https://learn.microsoft.com/en-us/azu... -Azure Functions Hosting Options: https://learn.microsoft.com/en-us/azu... -Configuration Options for the host.json file: https://learn.microsoft.com/en-us/azu...