Войти
  • 13115Просмотров
  • 1 год назадОпубликованоData Engineering With Nick

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: 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): -DataEngineeringWithNick Azure Functions Code Repo: -Install Azure CLI: -Python V2 Developer Guide: -Azure Functions Hosting Options: -Configuration Options for the file: