Skip to content

Commit a9715ea

Browse files
Merge pull request #212188 from normesta/gen2
Empty Folders update
2 parents d0732dd + 0f385c5 commit a9715ea

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/storage/blobs/upgrade-to-data-lake-storage-gen2-how-to.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows you how to use Resource Manager templates to upgrade from Azu
44
author: normesta
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 01/25/2022
7+
ms.date: 09/23/2022
88
ms.author: normesta
99

1010
---
@@ -18,11 +18,15 @@ To learn more about these capabilities and evaluate the impact of this upgrade o
1818
> [!IMPORTANT]
1919
> An upgrade is one-way. There's no way to revert your account once you've performed the upgrade. We recommend that you validate your upgrade in a nonproduction environment.
2020
21-
## Review feature support
21+
## Prepare to upgrade
2222

23-
You're account might be configured to use features that aren't yet supported in Data Lake Storage Gen2 enabled accounts. If your account is using a feature that isn't yet supported, the upgrade will not pass the validation step.
23+
1. Review feature support
2424

25-
Review the [Blob Storage feature support in Azure Storage accounts](storage-feature-support-in-storage-accounts.md) article to identify unsupported features. If you're using any of those unsupported features in your account, make sure to disable them before you begin the upgrade.
25+
You're account might be configured to use features that aren't yet supported in Data Lake Storage Gen2 enabled accounts. If your account is using a feature that isn't yet supported, the upgrade will not pass the validation step. Review the [Blob Storage feature support in Azure Storage accounts](storage-feature-support-in-storage-accounts.md) article to identify unsupported features. If you're using any of those unsupported features in your account, make sure to disable them before you begin the upgrade.
26+
27+
2. Ensure that the segments of each blob path are named
28+
29+
The migration process creates a directory for each path segment of a blob. Data Lake Storage Gen2 directories must have a name so for migration to succeed, each path segment in a virtual directory must have a name. The same requirement is true for segments that are named only with a space character. If any path segments are either unnamed (`//`) or named only with a space character (`_`), then before you proceed with the migration, you must copy those blobs to a new path that is compatible with these naming requirements.
2630

2731
## Perform the upgrade
2832

0 commit comments

Comments
 (0)