Skip to content

Commit b1f2b75

Browse files
committed
Learn Editor: Update storage-task-known-issues.md
1 parent f38562e commit b1f2b75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/storage-actions/storage-tasks/storage-task-known-issues.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ During the public preview, you can target only storage accounts that are in the
3030
| Storage tasks per subscription | 100 |
3131
| Storage task assignments per storage task | 50 |
3232
| Storage task assignments per storage account | 50 |
33-
| Storage task definition versions | 50 |
33+
| Storage task nested grouping of clauses per condition | 10 |
3434

3535
Azure Storage Actions autoscales its processing tasks based on the volume of data in a storage account, subject to internal limits. The duration of execution depends on the number of blobs in the storage account, as well as their hierarchy in Azure Data Lake Storage Gen2. The first execution of a task over a path prefix might take longer than subsequent executions. Azure Storage Actions are also designed to be self-regulating and to allow application workloads on the storage account to take precedence. As a result, the scale and the duration of execution also depend on the available transaction capacity given the storage account's maximum request limit. The following are typical processing scales, which might be higher if you have more transaction capacity available, or might be lower for lesser spare transaction capacity on the storage account.
3636

@@ -109,9 +109,6 @@ When you apply storage task assignments to storage accounts that have IP or netw
109109

110110
If you migrate your storage account from a GRS or GZRS primary region to a secondary region or vice versa, then any storage tasks that target the storage account won't be triggered and any existing task executions might fail.
111111

112-
## Storage Task condition nested depth will not accept more than 10 levels.
113-
114-
If you attempt to create nested task conditions deeper than 10 levels, those Task condition will be validated as input errors. To avoid this, refactor the task conditions to ensure the nesting depth does not exceed 10 levels.
115112

116113
## See Also
117114

0 commit comments

Comments
 (0)