Cloud Computing on Azure - Assignment 3: Working with Azure Blob Storage

Objective:

This assignement will guide you through Azure Storage service. You will manipulate Blob objects using the Azure portal, the CLI and the Python SDK.


Part 1: Managing Files in Blob Storage using Azure Portal

  1. Task: Create a new Azure Blob Storage Account and configure it for storing unstructured data like files, images, and documents.

  2. Instructions:

  3. Questions:

Part 2: Managing Files in Blob Storage using the CLI

  1. Task: Upload files to Azure Blob Storage using the Azure portal and Azure CLI.

  2. Instructions: All the following should be done using the CLI.

  3. Documentation: az storage container and az storage blob.

Part 3: Managing Files in Blob using Python SDK

  1. Task: Upload and download files to storage account using Python SDK.

  2. Instructions: