@@ -8,7 +8,7 @@ author: tamram
8
8
ms.service : storage
9
9
ms.subservice : blobs
10
10
ms.topic : quickstart
11
- ms.date : 12/ 04/2019
11
+ ms.date : 04/16/2020
12
12
ms.author : tamram
13
13
---
14
14
@@ -43,19 +43,19 @@ To upload a block blob to your new container in the Azure portal, follow these s
43
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
44
3 . Select the ** Upload** button to open the upload blade
45
45
4 . Browse your local file system to find a file to upload as a block blob
46
-
46
+
47
47
![ Screenshot showing how to upload a blob from your local drive] ( media/storage-quickstart-blobs-portal/upload-blob.png )
48
48
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.
51
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.
52
52
53
53
## Download a block blob
54
54
55
55
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:
56
56
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** .
59
59
60
60
## Clean up resources
61
61
@@ -74,4 +74,3 @@ In this quickstart, you learned how to transfer files between a local disk and A
74
74
75
75
> [ !div class="nextstepaction"]
76
76
> [ Blob Storage Operations How-To] ( storage-dotnet-how-to-use-blobs.md )
77
-
0 commit comments