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
> -[Ensure the segments of each blob path are named](#ensure-the-segments-of-each-blob-path-are-named)
28
-
> -[Prevent all write activity to the storage account](#prevent-all-write-activity-to-the-storage-account)
28
+
> -[Prevent write activity to the storage account](#prevent-write-activity-to-the-storage-account)
29
29
30
30
### Review feature support
31
31
@@ -52,9 +52,15 @@ In some cases, you will have to allow time for clean-up operations after a featu
52
52
53
53
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.
54
54
55
-
### Prevent all write activity to the storage account
55
+
### Prevent write activity to the storage account
56
56
57
-
The upgrade might fail if an application writes to the storage account during the upgrade. To prevent such write activity, quiesce any current leases on containers and blobs in the storage account, then acquire new leases on all of them. The new leases should be infinite or long enough to prevent write access for the duration of the upgrade. After the upgrade has completed, break the leases you created to resume allowing write access to the containers and blobs.
57
+
The upgrade might fail if an application writes to the storage account during the upgrade. To prevent such write activity:
58
+
59
+
1. Quiesce any applications or services that might perform write operations.
60
+
1. Release or break existing leases on containers and blobs in the storage account.
61
+
1. Acquire new leases on all containers and blobs in the account. The new leases should be infinite or long enough to prevent write access for the duration of the upgrade.
62
+
63
+
After the upgrade has completed, break the leases you created to resume allowing write access to the containers and blobs.
58
64
59
65
> [!WARNING]
60
66
> Breaking an active lease without gracefully disabling applications or virtual machines that are currently accessing those resources could have unexpected results. Be sure to quiesce any current write activities before breaking any current leases.
0 commit comments