filmov
tv
02. Azure using Python SDK: Access and upload files in Azure Blob Storage

Показать описание
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 :
*****************************************************
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 :
***********************************************************
Courses & Books :
***********************************************************************
Playlists :
******************************************************************************
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 :
*****************************************************
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 :
***********************************************************
Courses & Books :
***********************************************************************
Playlists :
******************************************************************************
Комментарии