Skip to content

Commit 87a7e82

Browse files
authored
Update lifecycle-management-performance-characteristics.md
fixed grammar and more in line 22
1 parent 49acc35 commit 87a7e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/lifecycle-management-performance-characteristics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure Blob Storage lifecycle management helps you automate the transition of obj
2121
There are many factors that influence the execution time that lifecycle management would take to process the objects in a single storage account.
2222

2323

24-
Lifecycle Management processes the subset of objects in the storage account that users scope by creating filter sets (prefix or file path) using lifecycle policies. If there's no specific scope or it's too broad, Lifecycle Management may need to process a large number of objects. This could increase the time required for the policy to complete. If a significant percentage of objects meet the policy conditions, it could also increase the processing time. This increase in processing time is especially true the first time the LCM policy is enabled on the storage account.
24+
Lifecycle management processes the subset of objects in the storage account that you scope by creating filter sets (prefix or file path) in lifecycle mnagement policies. If you don't specify a scope or the scope is too broad, lifecycle management might have to process a large number of objects which could increase the time required for the policy to complete. Processing time can also increase if a significant percentage of objects meet the policy conditions. This increase in processing time is especially true when the policy is enabled for the first time on the storage account.
2525

2626
All requests that are made to a storage account, including requests that are made by lifecycle management policy runs, accrue to the same limit on requests per second. As that request limit is approached, priority is given to requests that are made by customer workloads. The latency of processing objects also increases if the scalability and performance limits of the storage account are reached. Consider this latency when deciding operations that need to be performed within specific time frames. Learn more about [Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md).
2727

0 commit comments

Comments
 (0)