You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-migrate-gen1-to-gen2-azure-portal.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ As you create the account, make sure to configure settings with the following va
62
62
> [!NOTE]
63
63
> The migration tool in the Azure portal doesn't move account settings. Therefore, after you've created the account, you'll have to manually configure settings such as encryption, network firewalls, data protection.
64
64
65
+
> [!IMPORTANT]
66
+
> Ensure that you use a newly created Gen2 account that is empty. It's important that you don’t migrate to a previously used Gen2 account.
67
+
65
68
## Verify RBAC role assignments
66
69
67
70
For Gen2, ensure that the [Storage Blob Data Owner](../../role-based-access-control/built-in-roles.md#storage-blob-data-owner) role has been assigned to your Azure Active Directory (Azure AD) user identity in the scope of the storage account, parent resource group, or subscription.
@@ -100,7 +103,8 @@ If you perform a complete migration, data is copied from Gen1 to Gen2. Then, you
100
103
> [!div class="mx-imgBorder"]
101
104
> 
102
105
103
-
While your data is being migrated, your Gen1 account becomes read-only, and your Gen2-enabled account is disabled. After the migration completes, you can read and write to both accounts.
106
+
> [!IMPORTANT]
107
+
> While your data is being migrated, your Gen1 account becomes read-only and your Gen2-enabled account is disabled. When the migration is finished, you can read and write to both accounts.
104
108
105
109
You can stop the migration at any time by selecting the **Stop migration** button.
106
110
@@ -128,9 +132,12 @@ If you perform a complete migration, data is copied from Gen1 to Gen2. Then, you
- While your data is being migrated, your Gen1 account becomes read-only, and the Gen2-enabled account is disabled.
132
-
- While the Gen1 URI is being redirected, both accounts are disabled.
133
-
- After the migration completes, your Gen1 account is disabled, and you can read and write to your Gen2-enabled account.
135
+
> [!IMPORTANT]
136
+
> While your data is being migrated, your Gen1 account becomes read-only and the Gen2-enabled account is disabled.
137
+
>
138
+
> Also, while the Gen1 URI is being redirected, both accounts are disabled.
139
+
>
140
+
> When the migration is finished, your Gen1 account is disabled and you can read and write to your Gen2-enabled account.
134
141
135
142
You can stop the migration at any time before the URI is redirected by selecting the **Stop migration** button.
136
143
@@ -201,6 +208,10 @@ Once the migration is complete, both in "Copy data" and "Complete migration" opt
201
208
202
209
When we copy the data over to your Gen2-enabled account, we automatically create a container named `Gen1`. If you choose to copy only data, then you can rename that container after the data copy is complete. If you perform a complete migration, and you plan to use the application compatibility layer, then you should avoid changing the container name. When you no longer want to use the compatibility layer, you can change the name of the container.
203
210
211
+
#### What should I consider in terms of migration performance?
212
+
213
+
When you copy the data over to your Gen2-enabled account, two factors that can affect performance are the number of files and the amount of metadata you have. For example, many small files can affect the performance of the migration.
214
+
204
215
## Next steps
205
216
206
217
- Learn about migration in general. For more information, see [Migrate Azure Data Lake Storage from Gen1 to Gen2](data-lake-storage-migrate-gen1-to-gen2.md).
0 commit comments