Skip to content

Commit b9a02b8

Browse files
authored
Merge pull request #263562 from normesta/gen2
adding gen2 content back to the TOC
2 parents f7084d6 + 637e9dc commit b9a02b8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ items:
7676
href: ../common/classic-account-migration-process.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
7777
- name: Migrate a classic storage account to Resource Manager
7878
href: ../common/classic-account-migrate.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
79+
- name: Data Lake Storage Gen2
80+
items:
81+
- name: Plan to upgrade an account
82+
href: upgrade-to-data-lake-storage-gen2.md
83+
- name: Upgrade an account
84+
href: upgrade-to-data-lake-storage-gen2-how-to.md
7985
- name: Data transfer and migration
8086
items:
8187
- name: Storage migration overview

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.service: azure-blob-storage
66
ms.custom: devx-track-azurepowershell
77
ms.topic: conceptual
8-
ms.date: 07/20/2023
8+
ms.date: 01/18/2024
99
ms.author: normesta
1010
---
1111

@@ -46,7 +46,7 @@ In some cases, you will have to allow time for clean-up operations after a featu
4646

4747
> [!IMPORTANT]
4848
> You cannot upgrade a storage account to Data Lake Storage Gen2 that has **ever** had the change feed feature enabled.
49-
> Simply disabling change feed will not allow you to perform an upgrade. To convert such an account to Data Lake Storage Gen2, you must perform a manual migration. For migration options, see [Migrate a storage account](../common/storage-account-overview.md#migrate-a-storage-account).
49+
> Simply disabling change feed will not allow you to perform an upgrade. Instead, you must create an account with the hierarchical namespace feature enabled on it, and move then transfer your data into that account.
5050
5151
### Ensure the segments of each blob path are named
5252

@@ -213,7 +213,7 @@ After the upgrade has completed, break the leases you created to resume allowing
213213

214214
1. First, open the [Azure Cloud Shell](../../cloud-shell/overview.md), or if you've [installed](/cli/azure/install-azure-cli) the Azure CLI locally, open a command console application such as Windows PowerShell.
215215

216-
2. Verify that the version of Azure CLI that have installed is `2.29.0` or higher by using the following command.
216+
2. Verify that the version of Azure CLI that has installed is `2.29.0` or higher by using the following command.
217217

218218
```azurecli
219219
az --version

0 commit comments

Comments
 (0)