Skip to content

Commit bf51272

Browse files
Merge pull request #234424 from normesta/normesta-reg-updates-11
Fixing a doc as per PM feedback
2 parents 8ae1521 + 3b4fa3e commit bf51272

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.service: storage
66
ms.custom: devx-track-azurepowershell
77
ms.topic: conceptual
8-
ms.date: 09/23/2022
8+
ms.date: 04/13/2023
99
ms.author: normesta
1010
---
1111

@@ -24,6 +24,9 @@ To learn more about these capabilities and evaluate the impact of this upgrade o
2424

2525
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.
2626

27+
> [!NOTE]
28+
> Blob soft delete is not yet supported by the upgrade process. Make sure to disable blob soft delete and then allow all soft-delete blobs to expire before you upgrade the account.
29+
2730
2. Ensure that the segments of each blob path are named
2831

2932
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.
@@ -59,9 +62,7 @@ To learn more about these capabilities and evaluate the impact of this upgrade o
5962
> [!div class="mx-imgBorder"]
6063
> ![Error json page](./media/upgrade-to-data-lake-storage-gen2-how-to/error-json.png)
6164
62-
Open the downloaded file to determine why the account did not pass the validation step. If you have a Blob Storage feature that is fully supported, but which in Data Lake Storage Gen2 is supported only at the preview level or is not yet supported, validation might fail. To see how each Blob Storage feature is supported with Data Lake Storage Gen2, see [Blob Storage feature support in Azure Storage accounts](storage-feature-support-in-storage-accounts.md).
63-
64-
The following JSON indicates that an incompatible feature is enabled on the account. In this case, you would disable the feature and then start the validation process again.
65+
Open the downloaded file to determine why the account did not pass the validation step. The following JSON indicates that an incompatible feature is enabled on the account. In this case, you would disable the feature and then start the validation process again.
6566

6667
```json
6768
{

0 commit comments

Comments
 (0)