Azure Blob Storage

2024-03-01T03:54:06+00:00

Azure Blob Storage Cheat Sheet Objects in Blob Storage are accessible via: Azure Storage REST API Azure Powershell CLI Types of Storage Account Type Performance Tier Best used for General-Purpose v2 Standard Most scenarios use Blob Storage or one of the other Azure storage services. Block Blob Premium High transaction rates or that use smaller objects or require consistently low storage latency. Page Blob Premium Storing text or binary files, for uploading large files efficiently.   Moving Data to Blob Storage 1. Azure Storage Data movement library a. NET library for moving data between Azure Storage Services. 2. Azure Data [...]