Skip to content

Commit 64fdc56

Browse files
Merge pull request #273895 from ecfan/patch-1
Update limit of parameters for Standard workflows
2 parents 46e54f0 + aa02882 commit 64fdc56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The following tables list the values for a single workflow definition:
4242
| Single action - Maximum combined inputs and outputs size | 209,715,200 bytes <br>(210 MB) | To change the default value in the single-tenant service, review [Edit host and app settings for logic apps in single-tenant Azure Logic Apps](edit-app-settings-host-settings.md). |
4343
| Expression character limit | 8,192 characters ||
4444
| `description` - Maximum length | 256 characters ||
45-
| `parameters` - Maximum number of items | 50 parameters ||
46-
| `outputs` - Maximum number items | 10 outputs ||
47-
| `trackedProperties` - Maximum size | 8,000 characters ||
45+
| `parameters` - Maximum number of parameters per workflow | - Consumption: 50 parameters <br><br>- Standard: 500 parameters ||
46+
| `outputs` - Maximum number of outputs | 10 outputs ||
47+
| `trackedProperties` - Maximum number of characters | 8,000 characters ||
4848

4949
<a name="run-duration-retention-limits"></a>
5050

0 commit comments

Comments
 (0)