Member-only story

Uploading File To Azure Blob Using Python

Shweta Lodha
3 min readAug 26, 2022

This article will guide you through all the steps required to upload a file to Azure blob storage.

In order to start with this, one must have a valid Azure subscription and an editor to write Python code.

Let’s start by creating an Azure container.

Creating Azure Storage Account And Container

You can use your existing Azure container for executing this flow or you can create a new one using the steps mentioned below:

  • Login to Azure portal using link https://portal.azure.com
  • Search for ‘storage accounts’ in the top search bar and it will open a new page where you need to click on Create button as shown below:

Furnish all the required fields and click on Create. Doing this will create an Azure storage account for you. I’ve created a storage account named testupload01 following the same process.

  • Click on a newly created storage account (for me, it is testupload01) and select Containers from the left-side…

--

--

Shweta Lodha
Shweta Lodha

Responses (2)