Skip to content

Commit 52e3472

Browse files
committed
simplify image
1 parent e581be8 commit 52e3472

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed
-19.4 KB
Loading

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,25 @@ To create a container in the Azure portal, follow these steps:
3535

3636
## Upload a block blob
3737

38-
Block blobs consist of blocks of data assembled to make a blob. Most scenarios using Blob storage employ block blobs. Block blobs are ideal for storing text and binary data in the cloud, like files, images, and videos. This quickstart shows how to work with block blobs.
38+
Block blobs consist of blocks of data assembled to make a blob. Most scenarios using Blob storage employ block blobs. Block blobs are ideal for storing text and binary data in the cloud, like files, images, and videos. This quickstart shows how to work with block blobs.
3939

4040
To upload a block blob to your new container in the Azure portal, follow these steps:
4141

4242
1. In the Azure portal, navigate to the container you created in the previous section.
43-
2. Select the container to show a list of blobs it contains. Since this container is new, it won't yet contain any blobs.
44-
3. Select the **Upload** button to open the upload blade
45-
4. Browse your local file system to find a file to upload as a block blob
43+
1. Select the container to show a list of blobs it contains. This container is new, so it won't yet contain any blobs.
44+
1. Select the **Upload** button to open the upload blade and browse your local file system to find a file to upload as a block blob. You can optionally, expand the advanced section to configure other settings for the upload operation.
4645

4746
![Screenshot showing how to upload a blob from your local drive](media/storage-quickstart-blobs-portal/upload-blob.png)
4847

49-
5. Optionally, expand the advanced section to configure other settings for the upload operation.
50-
6. Select the **Upload** button to upload the blob.
51-
7. Upload as many blobs as you like in this way. You'll see that the new blobs are now listed within the container.
48+
1. Select the **Upload** button to upload the blob.
49+
1. Upload as many blobs as you like in this way. You'll see that the new blobs are now listed within the container.
5250

5351
## Download a block blob
5452

5553
You can download a block blob to display in the browser or save to your local file system. To download a block blob, follow these steps:
5654

5755
1. Navigate to the list of blobs that you uploaded in the previous section.
58-
2. Right-click the blob you want to download, and select **Download**.
56+
1. Right-click the blob you want to download, and select **Download**.
5957

6058
## Clean up resources
6159

@@ -64,9 +62,9 @@ To remove the resources you created in this quickstart, you can delete the conta
6462
To delete the container:
6563

6664
1. In the Azure portal, navigate to the list of containers in your storage account.
67-
2. Select the container to delete.
68-
3. Select the **More** button (**...**), and select **Delete**.
69-
4. Confirm that you want to delete the container.
65+
1. Select the container to delete.
66+
1. Select the **More** button (**...**), and select **Delete**.
67+
1. Confirm that you want to delete the container.
7068

7169
## Next steps
7270

0 commit comments

Comments
 (0)