You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blobs-introduction.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: tamram
6
6
7
7
ms.service: storage
8
8
ms.topic: overview
9
-
ms.date: 11/04/2019
9
+
ms.date: 03/04/2020
10
10
ms.author: tamram
11
11
ms.subservice: blobs
12
12
---
@@ -19,13 +19,13 @@ ms.subservice: blobs
19
19
20
20
Blob storage offers three types of resources:
21
21
22
-
- The **storage account**.
22
+
- The **storage account**
23
23
- A **container** in the storage account
24
-
- A **blob** in a container
24
+
- A **blob** in a container
25
25
26
26
The following diagram shows the relationship between these resources.
27
27
28
-

28
+

29
29
30
30
### Storage accounts
31
31
@@ -50,9 +50,9 @@ A container organizes a set of blobs, similar to a directory in a file system. A
50
50
51
51
Azure Storage supports three types of blobs:
52
52
53
-
***Block blobs** store text and binary data, up to about 4.7 TB. Block blobs are made up of blocks of data that can be managed individually.
54
-
***Append blobs** are made up of blocks like block blobs, but are optimized for append operations. Append blobs are ideal for scenarios such as logging data from virtual machines.
55
-
***Page blobs** store random access files up to 8 TB in size. Page blobs store virtual hard drive (VHD) files and serve as disks for Azure virtual machines. For more information about page blobs, see [Overview of Azure page blobs](storage-blob-pageblob-overview.md)
53
+
-**Block blobs** store text and binary data, up to about 4.7 TB. Block blobs are made up of blocks of data that can be managed individually.
54
+
-**Append blobs** are made up of blocks like block blobs, but are optimized for append operations. Append blobs are ideal for scenarios such as logging data from virtual machines.
55
+
-**Page blobs** store random access files up to 8 TB in size. Page blobs store virtual hard drive (VHD) files and serve as disks for Azure virtual machines. For more information about page blobs, see [Overview of Azure page blobs](storage-blob-pageblob-overview.md)
56
56
57
57
For more information about the different types of blobs, see [Understanding Block Blobs, Append Blobs, and Page Blobs](https://docs.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs).
0 commit comments