Skip to content

Commit 0a102ab

Browse files
committed
Remove and redirect tutorials and quickstart
1 parent 39f053f commit 0a102ab

9 files changed

+227
-548
lines changed

articles/storage/.openpublishing.redirection.storage.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,16 @@
14551455
"redirect_url": "/azure/storage/file-sync/file-sync-networking-endpoints",
14561456
"redirect_document_id": true
14571457
},
1458+
{
1459+
"source_path_from_root": "/articles/storage/files/storage-files-quick-create-use-windows.md",
1460+
"redirect_url": "/azure/storage/files/storage-how-to-create-file-share",
1461+
"redirect_document_id": true
1462+
},
1463+
{
1464+
"source_path_from_root": "/articles/storage/files/storage-how-to-use-files-portal.md",
1465+
"redirect_url": "/azure/storage/files/storage-how-to-create-file-share",
1466+
"redirect_document_id": true
1467+
},
14581468
{
14591469
"source_path_from_root": "/articles/storage/files/storage-sync-files-networking-overview.md",
14601470
"redirect_url": "/azure/storage/file-sync/file-sync-networking-overview",

articles/storage/files/TOC.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,8 @@
1717
items:
1818
- name: Well-architected considerations
1919
href: /azure/well-architected/service-guides/azure-files?toc=/azure/storage/files/toc.json&bc=/azure/storage/files/breadcrumb/toc.json
20-
- name: Tutorials
21-
items:
22-
- name: Create a Windows SMB file share
23-
href: storage-files-quick-create-use-windows.md
24-
- name: Create a Linux NFS file share
25-
href: storage-files-quick-create-use-linux.md
26-
- name: Extend Windows file servers with Azure File Sync
27-
href: ../file-sync/file-sync-extend-servers.md?toc=/azure/storage/files/toc.json
2820
- name: Create file shares
2921
items:
30-
- name: Quickstart
31-
href: storage-how-to-use-files-portal.md
3222
- name: Create an SMB file share
3323
href: storage-how-to-create-file-share.md
3424
- name: Create an NFS file share

articles/storage/files/index.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: khdownie
1212
ms.author: kendownie
13-
ms.date: 08/18/2022
13+
ms.date: 05/28/2025
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

@@ -34,14 +34,10 @@ landingContent:
3434
# Card (optional)
3535
- title: Get started
3636
linkLists:
37-
- linkListType: quickstart
38-
links:
39-
- text: Create and use an Azure file share
40-
url: storage-how-to-use-files-portal.md
41-
- linkListType: tutorial
37+
- linkListType: how-to-guide
4238
links:
4339
- text: Create an SMB Azure file share - Windows
44-
url: storage-files-quick-create-use-windows.md
40+
url: storage-how-to-create-file-share.md
4541
- text: Create an NFS Azure file share - Linux
4642
url: storage-files-quick-create-use-linux.md
4743

34.4 KB
Loading

articles/storage/files/storage-files-identity-mount-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before you can mount the Azure file share, make sure you complete the following
3939

4040
## Mount the file share from a domain-joined VM
4141

42-
Run the following PowerShell script or [use the Azure portal](storage-files-quick-create-use-windows.md#map-the-azure-file-share-to-a-windows-drive) to persistently mount the Azure file share and map it to drive `Z:` (or desired mount path) on Windows. Because you are already authenticated, you don't need to provide the storage account key. The script checks to see if this storage account is accessible via TCP port 445, which is the port SMB uses. Remember to replace the placeholder values with your own values. For more information, see [Use an Azure file share with Windows](storage-how-to-use-files-windows.md).
42+
Run the following PowerShell script or [use the Azure portal](storage-how-to-use-files-windows.md#mount-the-azure-file-share) to persistently mount the Azure file share and map it to drive `Z:` (or desired mount path) on Windows. Because you are already authenticated, you don't need to provide the storage account key. The script checks to see if this storage account is accessible via TCP port 445, which is the port SMB uses. Remember to replace the placeholder values with your own values. For more information, see [Use an Azure file share with Windows](storage-how-to-use-files-windows.md).
4343

4444
Unless you're using [custom domain names](#mount-file-shares-using-custom-domain-names), you should mount Azure file shares using the suffix `file.core.windows.net`, even if you set up a private endpoint for your share.
4545

articles/storage/files/storage-files-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here are some videos on common use cases for Azure Files:
1717
* [Replace your file server with a serverless Azure file share](https://youtu.be/H04e9AgbcSc)
1818
* [Getting started with FSLogix profile containers on Azure Files in Azure Virtual Desktop leveraging AD authentication](https://www.youtube.com/embed/9S5A1IJqfOQ)
1919

20-
To get started using Azure Files, see [Quickstart: Create and use an Azure file share](storage-how-to-use-files-portal.md).
20+
To get started using Azure Files, see [How to create an SMB Azure file share](storage-how-to-create-file-share.md).
2121

2222
## Why Azure Files is useful
2323

articles/storage/files/storage-files-quick-create-use-windows.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)