Learn how to use Azure Blob Storage, a cloud object storage solution that is optimized for storing large amounts of unstructured data, such as text or binary data.
Key Concepts
- What is Azure Blob Storage?
- Understand the Blob Storage container model
- Blob storage access tiers
- Azure Blob Storage redundancy options
- Blob storage scalability targets
Getting Started
- Create a storage account
- Quickstart: Upload, download, and list blobs using the Azure portal
- Quickstart: Upload, download, and list blobs using Azure CLI
- Quickstart: Upload, download, and list blobs with .NET
- Quickstart: Upload, download, and list blobs with Java
- Quickstart: Upload, download, and list blobs with Python
- Quickstart: Upload, download, and list blobs with Node.js
Tutorials
- Upload, download, and manage blobs
- Scale blob storage with performance tiers
- Serve content from Azure Blob Storage
Reference
APIs and SDKs
Tip: For production workloads, consider using shared access signatures (SAS) for granular access control to your blobs.
Note: Azure Blob Storage supports block blobs, append blobs, and page blobs. Understanding the differences is crucial for choosing the right blob type for your use case.