An Azure service that provides an event-driven serverless compute platform.
Hi @Pablo Camps
Thank you for reaching out to Microsoft Q&A.
The error “Encountered internal server error from Azure Resource Manager” indicates that the Power Automate flow request successfully reached Azure, but failed due to an unexpected backend issue within Azure Resource Manager (ARM) or one of its dependent services (such as SharePoint, Dataverse, or Storage). This type of error is typically platform-side and is not caused by a syntax or logic issue in the flow itself. It can occur due to transient service instability, connector backend issues, corrupted flow metadata, or expired/broken connection tokens. Since the error occurs consistently on the same flow, it strongly suggests a backend or metadata-related issue rather than a design problem. The provided Tracking ID is used by Microsoft to trace the failure in internal logs.
Refer below points to resolve this issue or this is the workaround:
Re-authenticate all connections used in the flow Edit the flow, open each connector, and reconnect or reauthorize it. These refreshes expired or broken authentication tokens that commonly cause ARM failures.
Check the Run History to identify the failing action Review the flow run history to determine the exact step where the error occurs. This helps confirm whether the issue is isolated to a specific connector or action.
Clone the flow and use the copied version (recommended workaround) Save a copy of the existing flow, disable the original flow, and enable the cloned one. This often resolves issues caused by corrupted flow metadata in Azure Resource Manager.
Retry the flow after some time If the issue is due to a transient Azure platform problem, it may resolve automatically once the backend service stabilizes.