Skip to content

Commit 9e5aee1

Browse files
committed
1) TOC changes - we need to structure the TOX with sub-folders such that customers are guided to the overview and the sub-structures are helping customers find the right doc. One more folder (cloud-only) is coming with the first migration guide on that side. 2) The TOC had a wrong entry for an Azure File Sync article. - took the opportunity to improve SEO for the article as well as aligned the TOC to the title.
1 parent aab251d commit 9e5aee1

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

articles/storage/files/TOC.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,20 @@
124124
href: storage-sync-files-monitoring.md
125125
- name: Migrate
126126
items:
127-
- name: Migrate to Azure File Sync
128-
href: storage-sync-offline-data-transfer.md
129-
- name: Migrate from an on-premises NAS to a hybrid file server with Azure File Sync
130-
href: storage-files-migration-nas-hybrid.md
131-
- name: StorSimple 8100 and 8600 migration guide
132-
href: storage-files-migration-storsimple-8000.md
133-
- name: StorSimple 1200 migration guide
134-
href: storage-files-migration-storsimple-1200.md
127+
- name: Migrate to Azure file shares
128+
href: storage-files-migration-overview.md
129+
- name: Target a hybrid deployment
130+
items:
131+
- name: Migrate bulk data to Azure File Sync with Azure DataBox
132+
href: storage-sync-offline-data-transfer.md
133+
- name: Migrate from an on-premises NAS to a hybrid file server with Azure File Sync
134+
href: storage-files-migration-nas-hybrid.md
135+
- name: From StorSimple
136+
items:
137+
- name: StorSimple 8100 and 8600 migration guide
138+
href: storage-files-migration-storsimple-8000.md
139+
- name: StorSimple 1200 migration guide
140+
href: storage-files-migration-storsimple-1200.md
135141
- name: Develop
136142
items:
137143
- name: Configure connection strings

articles/storage/files/storage-files-migration-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The key in any migration is to capture all the applicable file fidelity when mig
3434

3535
File fidelity, in a migration, can therefore be defined as the ability to store all applicable file information on the source, the ability to transfer them with the migration tool and the ability to store them on the target storage of the migration.
3636

37-
In order to ensure your migration proceeds as smoothly as possible, identify [the best copy tool for your needs](#migration-toolbox) and match a storage target to your source.
37+
To ensure your migration proceeds as smoothly as possible, identify [the best copy tool for your needs](#migration-toolbox) and match a storage target to your source.
3838

3939
Taking the previous information into account, it becomes clear what the target storage for general purpose files in Azure is: [Azure file shares](storage-files-introduction.md). Compared to object storage in Azure blobs, file metadata can be natively stored on files in an Azure file share.
4040

@@ -80,7 +80,7 @@ There are several Microsoft and non-Microsoft file copy tools available. In orde
8080
* Does it support your network path and/or available protocols (for instance REST/SMB/NFS) to and from the source and target storage locations?
8181
* Does the copy tool preserve the necessary file fidelity that is supported by the source/target location? In some cases, your target storage does not support the same fidelity as your source. You have already made the decision that the target storage is sufficient for your needs, hence the copy tool only needs to match the targets file fidelity capabilities.
8282
* Does the copy tool have features that make it fit into my migration strategy?
83-
* For example, consider if it has options that allow you to minimize your downtime. A good question to ask is: Can I run this copy multiple times on the same, by users actively accessed location? If so, you can reduce the amount of downtime significantly. Compare that to a situation where you can only start the copy when the source stops changing, in order to guarantee a complete copy.
83+
* For example, consider if it has options that allow you to minimize your downtime. A good question to ask is: Can I run this copy multiple times on the same, by users actively accessed location? If so, you can reduce the amount of downtime significantly. Compare that to a situation where you can only start the copy when the source stops changing, to guarantee a complete copy.
8484

8585
The following table classifies Microsoft tools and their current suitability for Azure file shares:
8686

articles/storage/files/storage-sync-offline-data-transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: rogarana
99
ms.subservice: files
1010
---
1111

12-
# Migrate bulk data to Azure File Sync
12+
# Migrate bulk data to Azure File Sync with Azure DataBox
1313
You can migrate bulk data to Azure File Sync in two ways:
1414

1515
* **Upload your files by using Azure File Sync.** This is the simplest method. Move your files locally to Windows Server 2012 R2 or later, and install the Azure File Sync agent. After you set up the sync, your files will be uploaded from the server. (Our customers currently experience an average upload speed of 1 TiB about every two days.) To ensure that your server doesn't use too much of the bandwidth for your datacenter, you might want to set up a [bandwidth throttling schedule](storage-sync-files-server-registration.md#ensuring-azure-file-sync-is-a-good-neighbor-in-your-datacenter).

0 commit comments

Comments
 (0)