Skip to content

Commit 7344d6a

Browse files
authored
Merge pull request #106558 from tamram/tamram-0304
remove confusing icons from overview images
2 parents fcfca70 + 5b32c99 commit 7344d6a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed
Binary file not shown.
6.63 KB
Loading

articles/storage/blobs/storage-blobs-introduction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tamram
66

77
ms.service: storage
88
ms.topic: overview
9-
ms.date: 11/04/2019
9+
ms.date: 03/04/2020
1010
ms.author: tamram
1111
ms.subservice: blobs
1212
---
@@ -19,13 +19,13 @@ ms.subservice: blobs
1919

2020
Blob storage offers three types of resources:
2121

22-
- The **storage account**.
22+
- The **storage account**
2323
- A **container** in the storage account
24-
- A **blob** in a container
24+
- A **blob** in a container
2525

2626
The following diagram shows the relationship between these resources.
2727

28-
![relationship between Account Blob and Container resource](./media/storage-blob-introduction/blob1.png)
28+
![relationship between Account Blob and Container resource](./media/storage-blobs-introduction/blob1.png)
2929

3030
### Storage accounts
3131

@@ -50,9 +50,9 @@ A container organizes a set of blobs, similar to a directory in a file system. A
5050

5151
Azure Storage supports three types of blobs:
5252

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)
5656

5757
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).
5858

articles/storage/blobs/storage-quickstart-blobs-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Azure Blob storage is optimized for storing massive amounts of unstructured data
110110

111111
The following diagram shows the relationship between these resources.
112112

113-
![Diagram of Blob storage architecture](./media/storage-blob-introduction/blob1.png)
113+
![Diagram of Blob storage architecture](./media/storage-blobs-introduction/blob1.png)
114114

115115
Use the following .NET classes to interact with these resources:
116116

articles/storage/blobs/storage-quickstart-blobs-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Azure Blob storage is optimized for storing massive amounts of unstructured data
148148

149149
The following diagram shows the relationship between these resources.
150150

151-
![Diagram of Blob storage architecture](./media/storage-blob-introduction/blob1.png)
151+
![Diagram of Blob storage architecture](./media/storage-blobs-introduction/blob1.png)
152152

153153
Use the following Java classes to interact with these resources:
154154

articles/storage/blobs/storage-quickstart-blobs-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Azure Blob storage is optimized for storing massive amounts of unstructured data
114114

115115
The following diagram shows the relationship between these resources.
116116

117-
![Diagram of Blob storage architecture](./media/storage-blob-introduction/blob1.png)
117+
![Diagram of Blob storage architecture](./media/storage-blobs-introduction/blob1.png)
118118

119119
Use the following JavaScript classes to interact with these resources:
120120

articles/storage/blobs/storage-quickstart-blobs-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Azure Blob storage is optimized for storing massive amounts of unstructured data
9999

100100
The following diagram shows the relationship between these resources.
101101

102-
![Diagram of Blob storage architecture](./media/storage-blob-introduction/blob1.png)
102+
![Diagram of Blob storage architecture](./media/storage-blobs-introduction/blob1.png)
103103

104104
Use the following Python classes to interact with these resources:
105105

-12.6 KB
Loading

0 commit comments

Comments
 (0)