
Announcements
It's a simple flow with an On Change for Cases and a some Get List stuff. It works on On sand box but same in another sand box it will not save. (I have a Dev/Test/Pre/Prod environments) This is the full error message.
Request to XRM API failed with error: 'Message: Flow client error returned with status code "NotFound" and details "{"error":{"code":"AzureResourceManagerRequestFailed","message":"Request to Azure Resource Manager failed with error: '{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource 'Microsoft.Logic/workflows/b536951b-b5af-0774-8281-f9c3435c0e9f' under resource group '366B8D1899EA436A824B1CA89C369476-8EB9F50E2076E81F9F8BCE85E148A85A-ENV' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}'."}}". Code: 0x80060467 InnerError: '.
I can recreate the flow in the same environment and all works. The problem is that this flow exists in Prod and I need to make changes to it. Removing it from Prod and replacing it is not so simple as we have automated deploys and managed solutions beyond Dev.
Hi @sludgeza
From the error message, it says Azure Resource Manager can't find the required resource.
Please verify the properties of
1. Resource name
2. Resource group name
3. Subscription
by signing into the Microsoft Azure portal and finding the resource you're trying to use and examine the resource name, resource group, and subscription.
Here is the link of how to fix the error "Resource not found":
Resource not found errors - Azure Resource Manager | Microsoft Learn
Best regards,
Sylvia