Hi -
I am trying to migrate resources between subscriptions and I keep running into an error saying the Resource Group can't be found.
I tried just moving resources within the same subscription to a temp resource group and it still fails.
The error message is:
{"code":"ResourceMoveProviderValidationFailed","message":"Resource move validation failed. Please see details. Diagnostic information: timestamp '20190823T052113Z', subscription id '<removed>', tracking id '<removed>', request correlation id '<removed>'.","details":[{"target":"Microsoft.Web/sites","message":"{\"Code\":\"NotFound\",\"Message\":\"Cannot find ResourceGroup with name [Source-Resource-Group].\",\"Target\":null,\"Details\":[{\"Message\":\"Cannot find ResourceGroup with name [Source-Resource-Group].\"},{\"Code\":\"NotFound\"},{\"ErrorEntity\":{\"ExtendedCode\":\"51004\",\"MessageTemplate\":\"Cannot find {0} with name {1}.\",\"Parameters\":[\"ResourceGroup\",\"[Source-Resource-Group]\"],\"Code\":\"NotFound\",\"Message\":\"Cannot find ResourceGroup with name [Source-Resource-Group].\"}}],\"Innererror\":null}"}]}
One odd thing I have noticed is that when I look at the 3 app services that live in this resource group they have slightly different names: "source-resource-group" and "Source-Resource-Group"
Any ideas?