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/lifecycle-management-overview.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,18 +187,16 @@ The run conditions are based on age. Current versions use the last modified time
187
187
188
188
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.
189
189
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:
191
195
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:
193
196
-[Scalability and performance targets for Blob storage](scalability-targets.md)
194
197
-[Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md)
195
198
-[Scalability targets for premium block blob storage accounts](scalability-targets-premium-block-blobs.md)
196
199
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
-
202
200
### Lifecycle policy completed event
203
201
204
202
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