In this lab we will walk through the steps on how to use blob storage using CLI .
Duration: 45 minute
Blob storage is a feature in Microsoft Azure that lets developers store unstructured data in Microsoft's cloud platform. This data can be accessed from anywhere in the world and can include audio, video and text.
Blob storage allows Microsoft Azure to store arbitrarily large amounts of unstructured data and serve them to users over HTTP and HTTPS.
Microsoft defines three types of blobs: block blobs, append blobs and page blobs.
Launching Lab Environment
Create blob storage using CLI
Create a container using CLI
Upload a blob on to storage account using CLI
Give public access to the blob file using CLI
List and download the blob using CLI