06. Azure using Python SDK : Azure Blob Trigger Function in Action

preview_player
Показать описание
In this video, we will cover how to develop and test Azure blob trigger function.

Note :
******************************************************************************************
When your function app runs in the default Consumption plan, there may be a delay of up to several minutes between the blob being added or updated and the function being triggered. If you need low latency in your blob triggered functions, consider running your function app in an App Service plan.

Chapters:
***********************
0:00 High Level Overview
0:53 Develop Azure Blob Trigger Function
4:49 Run and test the function on our local machine
6:39 Create Function App for azure function deployment
9:13 Create Service Principal using Microsoft Entra ID
12:14 Upload blobs automatically

Please refer the code here :
**********************************************************************

Playlist on Azure using Python SDK :
***********************************************************

Interested in Generative AI, Check this Udemy course on Query your custom documents using LlamaIndex :
*********************************************************************

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".

Рекомендации по теме
Комментарии
Автор

Note : When your function app runs in the default Consumption plan, there may be a delay of up to several minutes between the blob being added or updated and the function being triggered. If you need low latency in your blob triggered functions, consider running your function app in an App Service plan.

TechyTacos
Автор

Awesome video you explained very well .Hats off

Dibya
Автор

your whole Playlist is very useful and comprehensive to understand. I am new to Azure Infrastructure trying to learn it. I have two questions if you could answer I would really appreciate. 1. I have a complete program created in python which will generate at the end pdfs. for this I am using one regex reference file which is basically a json file. my idea is to upload my script in function app with the reference json file for regex and call this function app whenever I will have a queue Item listed. The output of the function later I want to use in logic app. 2. do I have to create service principal app? and can I use one Service Principle app for all the functionalities I need? for example for queue, blob, and function app?... I thank you once again for your effort. I know it is really worthful and have much effort to create such a content. Best regards, Ammad

ammadkhan
Автор

HI, Can we achieve when data get added in blob storage then blob trigger will active in azure function using service principle??? without using connection string

rudrasingh
Автор

Hey nice video. However I am getting "stream too long" error when I uploaded a 2.3GiB file. Do you have an idea if blob triggered functions gave a size limit for the files?

thriller
Автор

Future video idea - Create a video on v2 also

shreyaroraa