Describe the Bug
The Javascript code action requires an integration account. That should remove the "noisy neighbor" issue of the JS code impacting other consumption flows - however it doesn't as the Javascript apparently DOESN'T run on the integration account. It still runs within the same execution framework as the rest of the flow.
Please correctly make the flow run on the integration account that is required for the Javascript action - presumably as it was intended - and remove the exceptionally useless tiny limit of 1024 characters for Javascript as the noisy neighbor problem will be removed with the code running on the integration account.
This is clearly a BUG. Please respond on that basis
Plan Type
Consumption
Steps to Reproduce the Bug or Issue
- Set up integration account as required.
- Create a javascript action
- Write any normal / reasonable sized JS code and hit the tiny and useless limit
- There is no way to force the code to run properly on the integration account that is required
Workflow JSON
Screenshots or Videos
No response
Additional context
No response