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-quickstart-blobs-portal.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
@@ -35,27 +35,25 @@ To create a container in the Azure portal, follow these steps:
35
35
36
36
## Upload a block blob
37
37
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.
39
39
40
40
To upload a block blob to your new container in the Azure portal, follow these steps:
41
41
42
42
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
46
-
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.
45
+
47
46

48
47
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
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.
52
50
53
51
## Download a block blob
54
52
55
53
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
54
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**.
55
+
1. Navigate to the list of blobs that you uploaded in the previous section.
56
+
1. Right-click the blob you want to download, and select **Download**.
59
57
60
58
## Clean up resources
61
59
@@ -64,14 +62,13 @@ To remove the resources you created in this quickstart, you can delete the conta
64
62
To delete the container:
65
63
66
64
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.
70
68
71
69
## Next steps
72
70
73
71
In this quickstart, you learned how to transfer files between a local disk and Azure Blob storage with Azure portal. To learn more about working with Blob storage, continue to the Blob storage How-to.
0 commit comments