Skip to content

Commit 16d6472

Browse files
authored
Merge pull request #106938 from roygara/upState
Reworking statement
2 parents 08ef180 + 85f5495 commit 16d6472

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

articles/storage/files/storage-files-migration-storsimple-1200.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ ms.subservice: files
1111

1212
# StorSimple 1200 migration to Azure File Sync
1313

14-
StorSimple 1200 series is a virtual appliance that is run in an on-premises data center. It is possible to migrate the data from this appliance to an Azure File Sync environment. This article provides the necessary background knowledge and migrations steps for a successful migration to Azure File Sync.
14+
StorSimple 1200 series is a virtual appliance that is run in an on-premises data center. It is possible to migrate the data from this appliance to an Azure File Sync environment. StorSimple 1200 series will reach its [end-of-life](https://support.microsoft.com/en-us/lifecycle/search?alpha=StorSimple%201200%20Series) in December 2022. This article provides the necessary background knowledge and migrations steps for a successful migration to Azure File Sync. Azure File Sync is the default and strategic long-term Azure service that StorSimple appliances can be migrated to.
1515

16-
## StorSimple
17-
18-
StorSimple is a discontinued Microsoft product. Extended support for this product and its cloud service expires on December 31 2022. It is important to start planning for a migration off of StorSimple right away.
19-
20-
Azure File Sync is the default and strategic long-term Azure service that StorSimple appliances can be migrated to.
16+
## Azure File Sync
2117

2218
> [!IMPORTANT]
2319
> Microsoft is committed to assist customers in their migration. Email AzureFilesMigration@microsoft .com for a customized migration plan as well as assistance during the migration.
2420
25-
## Azure File Sync
26-
2721
Azure File Sync is a Microsoft cloud service, based on two main components:
2822

2923
* File synchronization and cloud tiering.

articles/storage/files/storage-files-migration-storsimple-8000.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ ms.subservice: files
1111

1212
# StorSimple 8100 and 8600 migration to Azure File Sync
1313

14-
The StorSimple 8000 series is represented by either the 8100 or the 8600 physical, on-premises appliance and their cloud service components. It is possible to migrate the data from either of these appliances to an Azure File Sync environment. This article provides the necessary background knowledge and migrations steps for a successful migration to Azure File Sync.
14+
The StorSimple 8000 series is represented by either the 8100 or the 8600 physical, on-premises appliance and their cloud service components. It is possible to migrate the data from either of these appliances to an Azure File Sync environment. StorSimple 8000 series will reach its [end-of-life](https://support.microsoft.com/en-us/lifecycle/search?alpha=StorSimple%208000%20Series) in December 2022. This article provides the necessary background knowledge and migrations steps for a successful migration to Azure File Sync. Azure File Sync is the default and strategic long-term Azure service that StorSimple appliances can be migrated to.
1515

16-
## StorSimple
17-
18-
StorSimple is a discontinued Microsoft product. Extended support for this product and its cloud service expires on December 31 2022. It is important to start planning for a migration off of StorSimple right away.
19-
20-
Azure File Sync is the default and strategic long-term Azure service that StorSimple appliances can be migrated to.
16+
## Azure File Sync
2117

2218
> [!IMPORTANT]
2319
> Microsoft is committed to assist customers in their migration. Email AzureFilesMigration@microsoft .com for a customized migration plan as well as assistance during the migration.
2420
25-
## Azure File Sync
26-
2721
Azure File Sync is a Microsoft cloud service, based on two main components:
2822

2923
* File synchronization and cloud tiering.
@@ -242,10 +236,10 @@ During this migration process, you will mount several volume clones to your VM,
242236
> [!IMPORTANT]
243237
> For this to work, a registry key must be set on the server before Azure File Sync is configured.
244238
245-
1. Create a new directory on the system drive of the VM. Azure File Sync information will need to be persisted there instead of on the mounted volume clones. For example: `C:\syncmetadata`
239+
1. Create a new directory on the system drive of the VM. Azure File Sync information will need to be persisted there instead of on the mounted volume clones. For example: `"C:\syncmetadata"`
246240
2. Open regedit and locate the following registry hive: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync`
247241
3. Create a new Key of type String, named: ***MetadataRootPath***
248-
4. Set the full path to the directory you created on the system volume, for example: `C:\syncmetadata`
242+
4. Set the full path to the directory you created on the system volume, for example: `C:\syncmetadata"`
249243

250244
### Configure Azure File Sync on the Azure VM
251245

0 commit comments

Comments
 (0)