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/storage-explorer/vs-azure-tools-storage-explorer-blobs.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: cawa
15
15
16
16
## Overview
17
17
18
-
[Azure Blob Storage](./storage/blobs/storage-quickstart-blobs-dotnet.md) is a service for storing large amounts of unstructured data, such as text or binary data, that can be accessed from anywhere in the world via HTTP or HTTPS.
18
+
[Azure Blob Storage](../blobs/storage-quickstart-blobs-dotnet.md) is a service for storing large amounts of unstructured data, such as text or binary data, that can be accessed from anywhere in the world via HTTP or HTTPS.
19
19
You can use Blob storage to expose data publicly to the world, or to store application data privately. In this article, you'll learn how to use Storage Explorer
20
20
to work with blob containers and blobs.
21
21
@@ -37,7 +37,7 @@ The following steps illustrate how to create a blob container within Storage Exp
37
37
3. Right-click **Blob Containers**, and - from the context menu - select **Create Blob Container**.
38
38
39
39
![Create blob containers context menu][0]
40
-
4. A text box will appear below the **Blob Containers** folder. Enter the name for your blob container. See [Create a container](storage/blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for information on rules and restrictions on naming blob containers.
40
+
4. A text box will appear below the **Blob Containers** folder. Enter the name for your blob container. See [Create a container](../blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for information on rules and restrictions on naming blob containers.
41
41
42
42
![Create Blob Containers text box][1]
43
43
5. Press **Enter** when done to create the blob container, or **Esc** to cancel. Once the blob container has been successfully created, it will be displayed under the **Blob Containers** folder for the selected storage account.
@@ -98,7 +98,7 @@ The following steps illustrate how to copy a blob container from one storage acc
98
98
99
99
## Get the SAS for a blob container
100
100
101
-
A [shared access signature (SAS)](./storage/common/storage-sas-overview.md) provides delegated access to resources in your storage account.
101
+
A [shared access signature (SAS)](../common/storage-sas-overview.md) provides delegated access to resources in your storage account.
102
102
This means that you can grant a client limited permissions to objects in your storage account for a specified period of time and with a specified set of permissions, without having to
103
103
share your account access keys.
104
104
@@ -184,7 +184,7 @@ The following steps illustrate how to manage the blobs (and virtual directories)
184
184
2. In the **Upload files** dialog, select the ellipsis (**…**) button on the right side of the **Files** text box to select the file(s) you wish to upload.
185
185
186
186
![Upload files options][16]
187
-
3. Specify the type of **Blob type**. See [Create a container](storage/blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for more information.
187
+
3. Specify the type of **Blob type**. See [Create a container](../blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for more information.
188
188
4. Optionally, specify a target virtual directory into which the selected file(s) will be uploaded. If the target virtual directory doesn’t exist, it will be created.
189
189
5. Select **Upload**.
190
190
***Upload a folder to a blob container**
@@ -195,7 +195,7 @@ The following steps illustrate how to manage the blobs (and virtual directories)
195
195
2. In the **Upload folder** dialog, select the ellipsis (**…**) button on the right side of the **Folder** text box to select the folder whose contents you wish to upload.
196
196
197
197
![Upload folder options][18]
198
-
3. Specify the type of **Blob type**. See [Create a container](storage/blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for more information.
198
+
3. Specify the type of **Blob type**. See [Create a container](../blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for more information.
199
199
4. Optionally, specify a target virtual directory into which the selected folder's contents will be uploaded. If the target virtual directory doesn’t exist, it will be created.
200
200
5. Select **Upload**.
201
201
***Download a blob to your local computer**
@@ -233,25 +233,25 @@ The following steps illustrate how to manage the blobs (and virtual directories)
233
233
## Next steps
234
234
235
235
* View the [latest Storage Explorer release notes and videos](https://www.storageexplorer.com).
236
-
* Learn how to [create applications using Azure blobs, tables, queues, and files](./storage/index.yml).
1. A text box will appear below the **File Shares** folder. Enter the name for your file share. See the [Share naming rules](./storage/blobs/storage-quickstart-blobs-dotnet.md) section for a list of rules and restrictions on naming file shares.
39
+
1. A text box will appear below the **File Shares** folder. Enter the name for your file share. See the [Share naming rules](../blobs/storage-quickstart-blobs-dotnet.md) section for a list of rules and restrictions on naming file shares.
40
40
41
41

42
42
@@ -106,7 +106,7 @@ The following steps illustrate how to copy a file share from one storage account
106
106
107
107
## Get the SAS for a file share
108
108
109
-
A [shared access signature (SAS)](./storage/common/storage-sas-overview.md) provides delegated access to resources in your storage account. This means that you can grant a client limited permissions to objects in your storage account for a specified period of time and with a specified set of permissions, without having to share your account access keys.
109
+
A [shared access signature (SAS)](../common/storage-sas-overview.md) provides delegated access to resources in your storage account. This means that you can grant a client limited permissions to objects in your storage account for a specified period of time and with a specified set of permissions, without having to share your account access keys.
110
110
111
111
The following steps illustrate how to create a SAS for a file share:+
112
112
@@ -250,4 +250,4 @@ The following steps illustrate how to manage the files (and folders) within a fi
250
250
251
251
- View the [latest Storage Explorer release notes and videos](https://www.storageexplorer.com/).
252
252
253
-
- Learn how to [create applications using Azure blobs, tables, queues, and files](./storage/index.yml).
253
+
- Learn how to [create applications using Azure blobs, tables, queues, and files](../index.yml).
0 commit comments