02. Azure using Python SDK: Access and upload files in Azure Blob Storage
TechyTacos TechyTacos
6.22K subscribers
13,164 views
175

 Published On Sep 17, 2023

In this video, I will show you how to access Azure Blob Storage using Python SDK. Azure Blob Storage is a cloud service that allows you to store and retrieve large amounts of unstructured data, such as images, videos, documents, and more. You can use Azure Blob Storage to store data for your applications, backup and archive data, or serve static content for your websites.

Note : Azure Active Directory is now Microsoft Entra ID. Please do create your Service Principal in Microsoft Entra ID.

To access Azure Blob Storage using Python SDK, you will need to install the following packages:

azure-storage-blob: This package provides a client library for interacting with the blobs in Azure Blob Storage.
azure-identity: This package provides a set of credentials classes that can be used to authenticate with Azure services.
You will also need to create an Azure account and a storage account in the Azure portal.

Please refer the codes from here :
*****************************************************
https://github.com/PraveenKS30/Access...

Chapters:
***********************
0:00 High Level Overview
1:39 Create Blob Storage and container
3:18 Install azure packages
3:49 Config setup in code
5:14 Service Principal access to Azure Storage
6:17 Code : Read Filename and data from Azure Blob Storage
9:23 Code : List all files from Azure Storage
11:12 Code : Read data from multiple files from Azure Blob Storage
13:24 Code : Upload local files to Azure Blob Storage

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

Interested in Generative AI, Check this Udemy course on Query your custom documents using LlamaIndex :
********************************************************************************
https://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 : https://techytacos.gumroad.com/l/weqdh

show more

Share/Embed