Skip to content

Commit 33d2cbc

Browse files
committed
Some edits
1 parent b88040f commit 33d2cbc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/storage/blobs/lifecycle-management-overview.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,18 +187,16 @@ The run conditions are based on age. Current versions use the last modified time
187187

188188
When you add or edit the rules of a lifecycle policy, it can take up to 24 hours for changes to go into effect and for the first execution to start.
189189

190-
A policy is scheduled to run once per day (_per 24 hours_) but only if there are no runs in progress.
190+
An active policy processes objects continuously, and is interrupted if changes are made to the policy. If you edit, delete, or disable a rule while a run is in progress, then that run terminates within 15 minutes, and runs again within 24 hours. If you disable or delete all of the rules in a policy, then the policy becomes inactive, and no new runs will be scheduled.
191+
192+
The time required for a run to complete depends on the number of blobs evaluated and operated on. Runs can take longer if the number of requests being made per second reaches the request per second limit of the account. All requests made to storage account, including requests made by policy runs, accrue to the same limit on requests per second, and as that limit approaches, priority is given to requests made by workloads. To request an increase in account limits, contact [Azure Support](https://azure.microsoft.com/support/faq/).
193+
194+
To view default scale limits, see the following articles:
191195

192-
The time required for a run to complete depends on the number of blobs evaluated and operated on. Runs can take longer if the number of requests being made per second reaches the request per second limit of the account. All requests made to storage account, including requests made by policy runs, accrue to the same limit on requests per second. To view scale limits, see the following articles:
193196
- [Scalability and performance targets for Blob storage](scalability-targets.md)
194197
- [Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md)
195198
- [Scalability targets for premium block blob storage accounts](scalability-targets-premium-block-blobs.md)
196199

197-
To request an increase in account limits, contact [Azure Support](https://azure.microsoft.com/support/faq/).
198-
199-
If a run takes longer than 24 hours to complete, then that run continues without interruption. After the run completes, it is scheduled to run again within 24 hours.
200-
If you edit, delete, or disable a rule while a run is in progress, then that run terminates within 15 minutes, and runs again within 24 hours. If you disable or delete all of the rules in a policy, then the policy becomes inactive, and no new runs will be scheduled.
201-
202200
### Lifecycle policy completed event
203201

204202
The `LifecyclePolicyCompleted` event is generated when the actions defined by a lifecycle management policy are performed. The following json shows an example `LifecyclePolicyCompleted` event.

0 commit comments

Comments
 (0)