Skip to content

Commit 14348c4

Browse files
committed
Fix links in SE and TOC files
1 parent b145d45 commit 14348c4

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ items:
14571457
- name: Download Storage Explorer
14581458
href: https://azure.microsoft.com/features/storage-explorer/
14591459
- name: Get started with Storage Explorer
1460-
href: ../../vs-azure-tools-storage-manage-with-storage-explorer.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1460+
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
14611461
- name: Storage Explorer release notes
14621462
href: https://github.com/microsoft/AzureStorageExplorer/releases
14631463
- name: Troubleshoot Storage Explorer
@@ -1467,13 +1467,13 @@ items:
14671467
- name: Storage Explorer blob versioning
14681468
href: ../common/storage-explorer-blob-versioning.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
14691469
- name: Storage Explorer manage Azure Blob storage
1470-
href: ../../vs-azure-tools-storage-explorer-blobs.md
1470+
href: ../storage-explorer/vs-azure-tools-storage-explorer-blobs.md
14711471
- name: Storage Explorer create file shares
1472-
href: ../../vs-azure-tools-storage-explorer-files.md
1472+
href: ../storage-explorer/vs-azure-tools-storage-explorer-files.md
14731473
- name: Storage Explorer support policy and lifecycle
14741474
href: ../common/storage-explorer-support-policy-lifecycle.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
14751475
- name: Storage Explorer accessibility
1476-
href: ../../vs-azure-tools-storage-explorer-accessibility.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1476+
href: ../storage-explorer/vs-azure-tools-storage-explorer-accessibility.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
14771477
- name: Microsoft Q&A question page
14781478
href: /answers/topics/azure-blob-storage.html
14791479
- name: Azure Storage on Stack Overflow

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ The following steps illustrate how to create a file share within Storage Explore
3434

3535
1. Right-click **File Shares**, and - from the context menu - select **Create File Share**.
3636

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

3939
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

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

4343
1. Press **Enter** when done to create the file share, or **Esc** to cancel. Once the file share has been successfully created, it will be displayed under the **File Shares** folder for the selected storage account.
4444

45-
![The new share](media/vs-azure-tools-storage-explorer-files/image3.png)
45+
![The new share](../../media/vs-azure-tools-storage-explorer-files/image3.png)
4646

4747
## View a file share's contents
4848

@@ -58,11 +58,11 @@ The following steps illustrate how to view the contents of a file share within S
5858

5959
1. Right-click the file share you wish to view, and - from the context menu - select **Open**. You can also double-click the file share you wish to view.
6060

61-
![Open share](media/vs-azure-tools-storage-explorer-files/image4.png)
61+
![Open share](../../media/vs-azure-tools-storage-explorer-files/image4.png)
6262

6363
1. The main pane will display the file share's contents.
6464

65-
![Screenshot of the main pane for a file share in Storage Explorer showing the contents of the share.](media/vs-azure-tools-storage-explorer-files/image5.png)
65+
![Screenshot of the main pane for a file share in Storage Explorer showing the contents of the share.](../../media/vs-azure-tools-storage-explorer-files/image5.png)
6666

6767
## Delete a file share
6868

@@ -78,11 +78,11 @@ The following steps illustrate how to delete a file share within Storage Explore
7878

7979
1. Right-click the file share you wish to delete, and - from the context menu - select **Delete**. You can also press **Delete** to delete the currently selected file share.
8080

81-
![Delete](media/vs-azure-tools-storage-explorer-files/image6.png)
81+
![Delete](../../media/vs-azure-tools-storage-explorer-files/image6.png)
8282

8383
1. Select **Yes** to the confirmation dialog.
8484

85-
![Confirmation dialog](media/vs-azure-tools-storage-explorer-files/image7.png)
85+
![Confirmation dialog](../../media/vs-azure-tools-storage-explorer-files/image7.png)
8686

8787
## Copy a file share
8888

@@ -98,11 +98,11 @@ The following steps illustrate how to copy a file share from one storage account
9898

9999
1. Right-click the file share you wish to copy, and - from the context menu - select **Copy File Share**.
100100

101-
![Copy File Share](media/vs-azure-tools-storage-explorer-files/image8.png)
101+
![Copy File Share](../../media/vs-azure-tools-storage-explorer-files/image8.png)
102102

103103
1. Right-click the desired "target" storage account into which you want to paste the file share, and - from the context menu - select **Paste File Share**.
104104

105-
![Paste File Share](media/vs-azure-tools-storage-explorer-files/image9.png)
105+
![Paste File Share](../../media/vs-azure-tools-storage-explorer-files/image9.png)
106106

107107
## Get the SAS for a file share
108108

@@ -118,17 +118,17 @@ The following steps illustrate how to create a SAS for a file share:+
118118

119119
1. Right-click the desired file share, and - from the context menu - select **Get Shared Access Signature**.
120120

121-
![Get Shared Access Signature](media/vs-azure-tools-storage-explorer-files/image10.png)
121+
![Get Shared Access Signature](../../media/vs-azure-tools-storage-explorer-files/image10.png)
122122

123123
1. In the **Shared Access Signature** dialog, specify the policy, start and expiration dates, time zone, and access levels you want for the resource.
124124

125-
![SAS dialog](media/vs-azure-tools-storage-explorer-files/image11.png)
125+
![SAS dialog](../../media/vs-azure-tools-storage-explorer-files/image11.png)
126126

127127
1. When you're finished specifying the SAS options, select **Create**.
128128

129129
1. A second **Shared Access Signature** dialog will then display that lists the file share along with the URL and QueryStrings you can use to access the storage resource. Select **Copy** next to the URL you wish to copy to the clipboard.
130130

131-
![Second SAS dialog](media/vs-azure-tools-storage-explorer-files/image12.png)
131+
![Second SAS dialog](../../media/vs-azure-tools-storage-explorer-files/image12.png)
132132

133133
1. When done, select **Close**.
134134

@@ -144,11 +144,11 @@ The following steps illustrate how to manage (add and remove) access policies fo
144144

145145
1. Select the desired file share, and - from the context menu - select **Manage Access Policies**.
146146

147-
![Manage access policies context menu](media/vs-azure-tools-storage-explorer-files/image13.png)
147+
![Manage access policies context menu](../../media/vs-azure-tools-storage-explorer-files/image13.png)
148148

149149
1. The **Access Policies** dialog will list any access policies already created for the selected file share.
150150

151-
![Access Policies](media/vs-azure-tools-storage-explorer-files/image14.png)
151+
![Access Policies](../../media/vs-azure-tools-storage-explorer-files/image14.png)
152152

153153
1. Follow these steps depending on the access policy management task:
154154

@@ -160,9 +160,9 @@ The following steps illustrate how to manage (add and remove) access policies fo
160160

161161
1. Create a new SAS URL using the Access Policy you created earlier:
162162

163-
![Get SAS](media/vs-azure-tools-storage-explorer-files/image15.png)
163+
![Get SAS](../../media/vs-azure-tools-storage-explorer-files/image15.png)
164164

165-
![SAS name and properties](media/vs-azure-tools-storage-explorer-files/image16.png)
165+
![SAS name and properties](../../media/vs-azure-tools-storage-explorer-files/image16.png)
166166

167167
## Managing files in a file share
168168

@@ -180,7 +180,7 @@ The following steps illustrate how to manage the files (and folders) within a fi
180180

181181
1. The main pane will display the file share's contents.
182182

183-
![Screenshot of the main pane for the file share myazurefileshare in Storage Explorer, showing the contents of the share with the first folder selected.](media/vs-azure-tools-storage-explorer-files/image17.png)
183+
![Screenshot of the main pane for the file share myazurefileshare in Storage Explorer, showing the contents of the share with the first folder selected.](../../media/vs-azure-tools-storage-explorer-files/image17.png)
184184

185185
1. The main pane will display the file share's contents.
186186

@@ -190,19 +190,19 @@ The following steps illustrate how to manage the files (and folders) within a fi
190190

191191
a. On the main pane's toolbar, select **Upload**, and then **Upload Files** from the drop-down menu.
192192

193-
![Upload files](media/vs-azure-tools-storage-explorer-files/image18.png)
193+
![Upload files](../../media/vs-azure-tools-storage-explorer-files/image18.png)
194194

195195
b. 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.
196196

197-
![Adding files](media/vs-azure-tools-storage-explorer-files/image19.png)
197+
![Adding files](../../media/vs-azure-tools-storage-explorer-files/image19.png)
198198

199199
c. Select **Upload**.
200200

201201
- **Upload a folder to a file share**
202202

203203
a. On the main pane's toolbar, select **Upload**, and then **Upload Folder** from the drop-down menu.
204204

205-
![Upload folder menu](media/vs-azure-tools-storage-explorer-files/image20.png)
205+
![Upload folder menu](../../media/vs-azure-tools-storage-explorer-files/image20.png)
206206

207207
b. 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.
208208

articles/storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ You can access a resource that's not in your subscription. You need someone who
261261

262262
![Connect to Data Lake Store result](../../media/vs-azure-tools-storage-manage-with-storage-explorer/storage-explorer-attach-data-lake-finished.png)
263263

264-
This example uses Data Lake Storage Gen1. Azure Data Lake Storage Gen2 is now available. For more information, see [What is Azure Data Lake Storage Gen1](./data-lake-store/data-lake-store-overview.md).
264+
This example uses Data Lake Storage Gen1. Azure Data Lake Storage Gen2 is now available. For more information, see [What is Azure Data Lake Storage Gen1](../../data-lake-store/data-lake-store-overview.md).
265265

266266
## Generate a shared access signature in Storage Explorer<a name="generate-a-sas-in-storage-explorer"></a>
267267

@@ -295,7 +295,7 @@ As you enter text in the search box, Storage Explorer displays all resources tha
295295
## Next steps
296296

297297
* [Manage Azure Blob storage resources with Storage Explorer](vs-azure-tools-storage-explorer-blobs.md)
298-
* [Manage Azure Data Lake Store resources with Storage Explorer](./data-lake-store/data-lake-store-in-storage-explorer.md)
298+
* [Manage Azure Data Lake Store resources with Storage Explorer](../../data-lake-store/data-lake-store-in-storage-explorer.md)
299299

300300
[14]: ../../media/vs-azure-tools-storage-manage-with-storage-explorer/get-shared-access-signature-for-storage-explorer.png
301301
[15]: ../../media/vs-azure-tools-storage-manage-with-storage-explorer/create-shared-access-signature-for-storage-explorer.png

0 commit comments

Comments
 (0)