Introduction
Welcome to the Azure Blob Storage Getting Started guide. This guide will walk you through the basics of creating and managing blob containers and blobs in Azure Blob Storage. Azure Blob Storage is a highly scalable and durable object storage service, suitable for storing unstructured data such as images, videos, documents, and backups.
Key Concepts
- Blob: A blob is the fundamental unit of storage in Azure Blob Storage. It represents a single piece of data.
- Container: A container is a logical grouping of blobs. You can think of it like a folder.
- Account: An Azure Blob Storage account represents your storage service.
Creating a Blob Container
To create a container, you'll use the Azure Portal or Azure CLI.