Azure Storage Overview

2023-07-03T06:33:13+00:00

Bookmarks Types of Storage Accounts Security Pricing Validate Your Knowledge Azure Storage Overview Cheat Sheet An Azure storage account contains blobs, files, queues, tables, and disks. Types of Storage Accounts: General-purpose (v2 and v1), BlockBlobStorage, FileStorage, and BlobStorage All storage accounts are encrypted using Storage Service Encryption (SSE) for data at rest Storage accounts endpoints: Blob storage: https://tutorialsdojo.blob.core.windows.net Table storage: https://tutorialsdojo.table.core.windows.net Queue storage: https://tutorialsdojo.queue.core.windows.net Azure Files: https://tutorialsdojo.file.core.windows.net Azure Data Lake Storage Gen2: https://tutorialsdojo.dfs.core.windows.net Access tiers are: Hot, Cool, and Archive Hot Highest storage costs, but lowest access costs Store data that is accessed [...]