03. Azure using Python SDK: Develop and deploy your Azure Functions (http trigger)

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • In this video, we will show you how to use http trigger Azure Functions to create serverless applications in the cloud. Azure Functions is a serverless computing service provided by Microsoft Azure that allows you to write less code, maintain less infrastructure, and save on costs. You can use Azure Functions to respond to events in real time, process data streams, build APIs and microservices, and more.
    If you want to try out or prefer programming model V2 for developing Azure Function,
    please refer this video :
    ************************************************************************
    • 08. Azure using Python...
    Chapters:
    ***********************
    0:00 High Level Overview
    1:06 Install required Azure Extensions
    2:35 Develop Azure Function on Local Machine
    6:15 Run Azure Function Code on Local Machine
    7:58 Create Function App on Azure
    11:00 Deploy Function on Azure Platform
    13:20 Run Azure Function on Azure Platform
    14:20 Monitoring Azure Function Calls
    Playlist on Azure using Python SDK :
    ***********************************************************
    • Access Azure using Pyt...
    Interested in Generative AI, Check this Udemy course on Query your custom documents using LlamaIndex :
    *********************************************************************
    www.udemy.com/course/query-yo...
    Looking for interview guide on Kafka ?
    ************************************************
    If you are planning for interview on real time process and looking for tech questions on Kafka and Spring Kafka, look no further and grab your copy of "75 Interview Questions on Kafka and Spring Kafka".
    Available here : techytacos.gumroad.com/l/weqdh
  • НаукаНаука

Комментарии • 2

  • @lucasayala1125
    @lucasayala1125 2 месяца назад +1

    Bravo!! 🤓

  • @alexandrederae
    @alexandrederae 4 месяца назад +1

    If you are like me and did the two previous lessons - keyvault and storage... and now want to open a new folder ... VSCode might complain! You might need to set up a multiroot workspace to follow this tutorial. Is quite simple to set-up a workspace and add folders to it. The official docs as of now are not great about it though. Also it adds one more abstraction which might be distracting. The main benefit is that is much cleaner longer term. Else you end up with tons of folders with similar names and concepts on your disk drive.