Azure Logic Apps (Standard) renderComponentIntoRoot component encountered an error while loading
When working in azure logic apps standard and reviewing workflows or previous runs I am getting this error consistantly.
Azure Logic Apps
-
Brandon Gilbert • 0 Reputation points
2025-10-13T15:59:38.7866667+00:00 What I’ve Tried:
- Cleared browser cache
- Hard refresh
- Used incognito mode and different browsers
- https://portal.azure.com/?Microsoft_Azure_EMA=stage4#
-
Praveen Kumar Gudipudi • 1,005 Reputation points • Microsoft External Staff • Moderator
2025-10-13T17:12:21.26+00:00 Hello Brandon Gilbert,
Could you please confirm on Is your logic app having v-net integration?
If yes, please configure default WEBSITE_DNS_SERVER: 168.63.129.16 in app settings and restart it.
if issue still persists, please share the error displayed on overview page.
-
Brandon Gilbert • 0 Reputation points
2025-10-13T17:24:04.07+00:00 We are using v-net integration. I have added that setting and will respond if I am still having issues
-
Brandon Gilbert • 0 Reputation points
2025-10-13T19:00:58.31+00:00 We are still getting the issues.
-
Praveen Kumar Gudipudi • 1,005 Reputation points • Microsoft External Staff • Moderator
2025-10-13T19:56:02.0566667+00:00 Hello Brandon Gilbert,
Could you please use below link to access your logic app and let me know with an update.
-
Brandon Gilbert • 0 Reputation points
2025-10-13T21:01:44.9766667+00:00 we tried that, same issue
-
Brandon Gilbert • 0 Reputation points
2025-10-15T15:11:42.5333333+00:00 Praveen, Any update on next steps?
-
Brandon Gilbert • 0 Reputation points
2025-10-15T18:11:48.3766667+00:00 We do see this in the console when we get the error.
UQ9rSZ_LKDSi.js:1 [Microsoft_Azure_EMA] 1:09:30 PM renderComponentIntoRoot ReactInternalComponentError: content: {"Code":"429","Message":"GET Operation on subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName} Endpoint is currently throttled for Subscription. Please retry after some time.","Target":null,"Details":[{"Message":"GET Operation on subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName} Endpoint is currently throttled for Subscription. Please retry after some time."},{"Code":"429"},{"ErrorEntity":{"ExtendedCode":"51020","MessageTemplate":"{0} Operation on {1} Endpoint is currently throttled for {2} Subscription. Please retry after some time.","Parameters":["GET","subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName}",""],"Code":"429","Message":"GET Operation on subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName} Endpoint is currently throttled for Subscription. Please retry after some time."}}],"Innererror":null}
status: 429
statusText: OK
-
Brandon Gilbert • 0 Reputation points
2025-10-20T19:26:39.43+00:00 We do see this in the console when we get the error.
UQ9rSZ_LKDSi.js:1 [Microsoft_Azure_EMA] 1:09:30 PM renderComponentIntoRoot ReactInternalComponentError: content: {"Code":"429","Message":"GET Operation on subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName} Endpoint is currently throttled for Subscription. Please retry after some time.","Target":null,"Details":[{"Message":"GET Operation on subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName} Endpoint is currently throttled for Subscription. Please retry after some time."},{"Code":"429"},{"ErrorEntity":{"ExtendedCode":"51020","MessageTemplate":"{0} Operation on {1} Endpoint is currently throttled for {2} Subscription. Please retry after some time.","Parameters":["GET","subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName}",""],"Code":"429","Message":"GET Operation on subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName} Endpoint is currently throttled for Subscription. Please retry after some time."}}],"Innererror":null}
status: 429
statusText: OK
-
Brandon Gilbert • 0 Reputation points
2025-10-20T19:26:49.24+00:00 Hi any update?
-
Praveen Kumar Gudipudi • 1,005 Reputation points • Microsoft External Staff • Moderator
2025-10-22T10:01:27.55+00:00 Hello Brandon Gilbert,Which trigger your using in logic app?
-
Brandon Gilbert • 0 Reputation points
2025-10-22T13:17:00.0733333+00:00 HTTP request
-
Praveen Kumar Gudipudi • 1,005 Reputation points • Microsoft External Staff • Moderator
2025-10-22T17:30:45.2866667+00:00 Hello Brandon Gilbert,
Could you please clarify the expected number of requests you anticipate receiving per minute?
Also, could you also please confirm whether any changes have been made in the Logic App Designer?
-
Brandon Gilbert • 0 Reputation points
2025-10-24T13:56:56.0466667+00:00 I spoke with another MS rep and we found one of the issues is logic apps was not starting multiple instances and only running on one. We toggled from WS3 to WS2 and back to WS3 and this fixed the single instance.
however, we are still receiving the error above. it is just not as often.I am not sure what we anticipate receiving per minute.
-
Praveen Kumar Gudipudi • 1,005 Reputation points • Microsoft External Staff • Moderator
2025-10-27T12:59:05.21+00:00 Hello Brandon Gilbert,
Thanks for update.
WS2 Medium complexity workflows, moderate parallelism, non-critical batch integrations
WS3 Large-scale enterprise workflows, high concurrency, low-latency processing, heavy integration workloads
The best practice is to have 10-15 workflows per logic app resource as documented here.
-
Brandon Gilbert • 0 Reputation points
2025-10-27T13:39:24.79+00:00 We are using WS3. I do not see the best practice of 10-15 workflows on the link provided, only 50 actions per workflow
-
Praveen Kumar Gudipudi • 1,005 Reputation points • Microsoft External Staff • Moderator
2025-10-27T14:10:47.51+00:00 Hello Brandon Gilbert,Please check below doc for your reference.https://techcommunity.microsoft.com/blog/integrationsonazureblog/organizing-logic-apps-workflows-with-logic-apps-standard/3251179
Sign in to comment