Skip to content

Commit e581be8

Browse files
committed
fix blob upload image in portal quickstart
1 parent b2c33fc commit e581be8

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
4.2 KB
Loading

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: tamram
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: quickstart
11-
ms.date: 12/04/2019
11+
ms.date: 04/16/2020
1212
ms.author: tamram
1313
---
1414

@@ -43,19 +43,19 @@ To upload a block blob to your new container in the Azure portal, follow these s
4343
2. Select the container to show a list of blobs it contains. Since this container is new, it won't yet contain any blobs.
4444
3. Select the **Upload** button to open the upload blade
4545
4. Browse your local file system to find a file to upload as a block blob
46-
46+
4747
![Screenshot showing how to upload a blob from your local drive](media/storage-quickstart-blobs-portal/upload-blob.png)
4848

49-
5. Optionally, expand the advanced section to define other setting such as authentication type, access tier, or virtual folder path.
50-
6. Select the **Upload** button to commit the upload
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.
5151
7. Upload as many blobs as you like in this way. You'll see that the new blobs are now listed within the container.
5252

5353
## Download a block blob
5454

5555
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:
5656

57-
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**.
57+
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**.
5959

6060
## Clean up resources
6161

@@ -74,4 +74,3 @@ In this quickstart, you learned how to transfer files between a local disk and A
7474

7575
> [!div class="nextstepaction"]
7676
> [Blob Storage Operations How-To](storage-dotnet-how-to-use-blobs.md)
77-

0 commit comments

Comments
 (0)