Concurrency control missing in logic app designer (portal)

Mauro Di Dio 20 Reputation points
2026-08-24T11:55:55.0166667+00:00

This is regarding editing Standard logicapps workflows through the Designer on the Azure portal. I noticed that the concurrency setting for foreach connectors is not available anymore. Restoring the configuration through the code seems to work, but it would be nice to get it back in the Designer.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

Answer accepted by question author
Jose Benjamin Solis Nolasco 12,201 Reputation points Volunteer Moderator
2026-08-24T13:20:19.6633333+00:00

Welcome to Microsoft Q&A!

Hello @Mauro Di Dio I hope you are doing well,

You are running into a known UI gap with the newer Azure Logic Apps Standard designer in the Azure portal. As the product team continues to roll out updates to the designer experience, certain configuration toggles.

For now, continuing to manually set the "runtimeConfiguration": { "concurrency": { "repetitions": X } } property directly in the Code View is the exact correct and supported workaround.

Because this is a UI regression, I highly recommend reporting it directly to the product group so they can patch the portal designer. You can do this easily by clicking the Provide Feedback (smile/frown icon) in the top-right menu bar of the Azure portal while on the designer page. This routes the issue directly to the UI engineering team's backlog!

References:

Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution

Was this answer helpful?

2 people found this answer helpful.

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.