Skip to content

Commit 0096991

Browse files
committed
change wording
1 parent ed143e9 commit 0096991

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To prepare to upgrade your storage account to Data Lake Storage Gen2:
2525
> [!div class="checklist"]
2626
> - [Review feature support](#review-feature-support)
2727
> - [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)
2929
3030
### Review feature support
3131

@@ -52,9 +52,15 @@ In some cases, you will have to allow time for clean-up operations after a featu
5252

5353
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.
5454

55-
### Prevent all write activity to the storage account
55+
### Prevent write activity to the storage account
5656

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.
5864

5965
> [!WARNING]
6066
> 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

Comments
 (0)