Skip to content

Commit 3f39017

Browse files
authored
Merge pull request #111664 from tamram/tamram-0416
fix blob upload image in portal quickstart
2 parents 5049c2a + 582f0c3 commit 3f39017

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed
-15.2 KB
Loading

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

Lines changed: 12 additions & 15 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

@@ -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
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+
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 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.
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

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**.
5957

6058
## Clean up resources
6159

@@ -64,14 +62,13 @@ 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

7371
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.
7472

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

0 commit comments

Comments
 (0)