Skip to content

Commit b145d45

Browse files
committed
Move storage explore files from /articles into a folder
1 parent c3bb41c commit b145d45

File tree

5 files changed

+54
-54
lines changed

5 files changed

+54
-54
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ items:
11351135
- name: Download Storage Explorer
11361136
href: https://azure.microsoft.com/features/storage-explorer/
11371137
- name: Get started with Storage Explorer
1138-
href: ../../vs-azure-tools-storage-manage-with-storage-explorer.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1138+
href: ../storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11391139
- name: Sign in to Storage Explorer
11401140
href: ../common/storage-explorer-sign-in.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11411141
- name: Storage Explorer networking
@@ -1157,13 +1157,13 @@ items:
11571157
- name: Storage Explorer blob versioning
11581158
href: ../common/storage-explorer-blob-versioning.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11591159
- name: Storage Explorer manage Azure Blob storage
1160-
href: ../../vs-azure-tools-storage-explorer-blobs.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1160+
href: ../storage-explorer/vs-azure-tools-storage-explorer-blobs.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11611161
- name: Storage Explorer create file shares
1162-
href: ../../vs-azure-tools-storage-explorer-files.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1162+
href: ../storage-explorer/vs-azure-tools-storage-explorer-files.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11631163
- name: Storage Explorer support policy and lifecycle
11641164
href: ../common/storage-explorer-support-policy-lifecycle.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11651165
- name: Storage Explorer accessibility
1166-
href: ../../vs-azure-tools-storage-explorer-accessibility.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1166+
href: ../storage-explorer/vs-azure-tools-storage-explorer-accessibility.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11671167
- name: Blob storage on Microsoft Q&A
11681168
href: /answers/topics/azure-blob-storage.html
11691169
- name: Blob storage on Stack Overflow

articles/vs-azure-tools-storage-explorer-accessibility.md renamed to articles/storage/storage-explorer/vs-azure-tools-storage-explorer-accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ Command | Keyboard shortcut
9797
Toggle Developer Tools | **F12**
9898
Reload | **Alt+Control+R**
9999

100-
[0]: ./media/vs-azure-tools-storage-explorer-accessibility/Zoom.png
101-
[1]: ./media/vs-azure-tools-storage-explorer-accessibility/HighContrast.png
100+
[0]: ../../media/vs-azure-tools-storage-explorer-accessibility/Zoom.png
101+
[1]: ../../media/vs-azure-tools-storage-explorer-accessibility/HighContrast.png

articles/vs-azure-tools-storage-explorer-blobs.md renamed to articles/storage/storage-explorer/vs-azure-tools-storage-explorer-blobs.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: cawa
1515

1616
## Overview
1717

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.
1919
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
2020
to work with blob containers and blobs.
2121

@@ -37,7 +37,7 @@ The following steps illustrate how to create a blob container within Storage Exp
3737
3. Right-click **Blob Containers**, and - from the context menu - select **Create Blob Container**.
3838

3939
![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.
4141

4242
![Create Blob Containers text box][1]
4343
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
9898

9999
## Get the SAS for a blob container
100100

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.
102102
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
103103
share your account access keys.
104104

@@ -184,7 +184,7 @@ The following steps illustrate how to manage the blobs (and virtual directories)
184184
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.
185185

186186
![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.
188188
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.
189189
5. Select **Upload**.
190190
* **Upload a folder to a blob container**
@@ -195,7 +195,7 @@ The following steps illustrate how to manage the blobs (and virtual directories)
195195
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.
196196

197197
![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.
199199
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.
200200
5. Select **Upload**.
201201
* **Download a blob to your local computer**
@@ -233,25 +233,25 @@ The following steps illustrate how to manage the blobs (and virtual directories)
233233
## Next steps
234234

235235
* 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).
237-
238-
[0]: ./media/vs-azure-tools-storage-explorer-blobs/blob-containers-create-context-menu.png
239-
[1]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-create.png
240-
[2]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-create-done.png
241-
[3]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-editor.png
242-
[4]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-delete-context-menu.png
243-
[5]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-delete-confirmation.png
244-
[6]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-copy-context-menu.png
245-
[7]: ./media/vs-azure-tools-storage-explorer-blobs/blob-containers-paste-context-menu.png
246-
[8]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-get-sas-context-menu.png
247-
[9]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-get-sas-options.png
248-
[10]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-get-sas-urls.png
249-
[11]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-manage-access-policies-context-menu.png
250-
[12]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-manage-access-policies-options.png
251-
[13]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-set-public-access-level-context-menu.png
252-
[14]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-set-public-access-level-options.png
253-
[15]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-files-menu.png
254-
[16]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-files-options.png
255-
[17]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-folder-menu.png
256-
[18]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-folder-options.png
257-
[19]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-open-editor-context-menu.png
236+
* Learn how to [create applications using Azure blobs, tables, queues, and files](../index.yml).
237+
238+
[0]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-containers-create-context-menu.png
239+
[1]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-create.png
240+
[2]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-create-done.png
241+
[3]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-editor.png
242+
[4]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-delete-context-menu.png
243+
[5]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-delete-confirmation.png
244+
[6]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-copy-context-menu.png
245+
[7]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-containers-paste-context-menu.png
246+
[8]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-get-sas-context-menu.png
247+
[9]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-get-sas-options.png
248+
[10]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-get-sas-urls.png
249+
[11]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-manage-access-policies-context-menu.png
250+
[12]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-manage-access-policies-options.png
251+
[13]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-set-public-access-level-context-menu.png
252+
[14]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-set-public-access-level-options.png
253+
[15]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-upload-files-menu.png
254+
[16]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-upload-files-options.png
255+
[17]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-upload-folder-menu.png
256+
[18]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-upload-folder-options.png
257+
[19]: ../../media/vs-azure-tools-storage-explorer-blobs/blob-container-open-editor-context-menu.png

articles/vs-azure-tools-storage-explorer-files.md renamed to articles/storage/storage-explorer/vs-azure-tools-storage-explorer-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following steps illustrate how to create a file share within Storage Explore
3636

3737
![Create file share](media/vs-azure-tools-storage-explorer-files/image1.png)
3838

39-
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.
4040

4141
![Naming the share](media/vs-azure-tools-storage-explorer-files/image2.png)
4242

@@ -106,7 +106,7 @@ The following steps illustrate how to copy a file share from one storage account
106106

107107
## Get the SAS for a file share
108108

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.
110110

111111
The following steps illustrate how to create a SAS for a file share:+
112112

@@ -250,4 +250,4 @@ The following steps illustrate how to manage the files (and folders) within a fi
250250

251251
- View the [latest Storage Explorer release notes and videos](https://www.storageexplorer.com/).
252252

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

Comments
 (0)