Getting Started With Azure Storage API In Python For Beginners

preview_player
Показать описание
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. In today's lesson, we are going to learn how to get started with Azure Cloud Storage API in Python.

This is going to be a beginner tutorial, but I do expect you have at least some experience working with Azure and Python.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Venmo: @Jie-Jenn

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

00:00 - Intro
00:33 - Create a Storage Account.
02:50 - Copy Access Key
03:44 - Install Azure Storage Python Package
04:12 - Import Azure Storage Python libraries (Python script)
06:22 - Create a Azure Blob container (Python script)
08:47 - Upload Files to a Blob container (Python script)

#azurestorage #azureblobstorage #azure #azuresdk #pythonapi
Рекомендации по теме
Комментарии
Автор

A very nice simple explanation. Thanks.

abdullahkayhanlar
Автор

Thanks, This is great!! I JUST had a task at work to setup an automted job to transfer files to Azure blob a couple weeks ago. I ended up using the SSIS Azure toolkit....but i'll do it this way next time!

Krazy_Shorts
Автор

Thanks for this video. Helped me understand this

richardogoma
Автор

Hello. I have two questions.

Do I have to pay to use these azure services?

Are these files that you have uploaded going to be there in azure cloud forever? I mean, if I do not upload more files for a while, does azure delete my files after a specific period of time?

Thanks

franciscolozano