We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=consumption#:~:text=(Default)%0A%2D-,Max%3A%20100%20runs,-Concurrency%20on%3A
Conflict with the documents above:
Consumption (Portal)
Windows
New Designer
Yes
{ "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "contentVersion": "1.0.0.0", "triggers": { "When_a_HTTP_request_is_received": { "type": "Request", "kind": "Http", "runtimeConfiguration": { "concurrency": { "runs": 20, "maximumWaitingRuns": 200 } } } }, "actions": { "Compose": { "runAfter": {}, "type": "Compose", "inputs": "@convertTimeZone('2024-09-01T03:00:00.0000000', 'GMT Standard Time', 'UTC', 'o')" } }, "outputs": {}, "parameters": { "$connections": { "type": "Object", "defaultValue": {} } } }, "parameters": { "$connections": { "value": {} } } }
No response
Edge
The text was updated successfully, but these errors were encountered:
Hi @nobuko-yamada thanks for raising this issue. We are taking a look which of the two ends need to be updated. Thanks!
Sorry, something went wrong.
No branches or pull requests
Describe the Bug with repro steps
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=consumption#:~:text=(Default)%0A%2D-,Max%3A%20100%20runs,-Concurrency%20on%3A
Conflict with the documents above:
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Edge
Additional context
No response
The text was updated successfully, but these errors were encountered: