Hello,
I created a front door with a WAF to test some scenarios then I deleted the front door before the WAF. Now I cannot remove the frontend host attached to the WAF so I cannot delete the WAF itself.
I got this error: Failed to update the Front Door '…'. Error: Resource group '…' could not be found.
I tried also to recreate the front door with the same old name in the same old resource group to delete the WAF but it was not possible and the same error.
By powershell with remove-azresourcegroup -name -force I got the error :
Remove-AzResourceGroup: Long running operation failed with status 'Conflict'.
StatusCode: 409
ReasonPhrase: Conflict
And with Remove-AzFrontDoorWafPolicy -ResourceGroupName -Name I got :
Remove-AzFrontDoorWafPolicy: FrontDoorWebApplicationPolicy could not be deleted because there are active resources linked to it. Please delete the linked resources and try again.
Even via Azure Resource Explorer the same thing.
Anybody has an idea or has seen that before ?