What is the best way to move an application gateway to another subscription?
I'm trying to move all resources on a resources group to another group under a different subscription but am getting these errors:
{"code":"ResourceMoveValidationFailed","message":"The resource batch move request has '2' validation errors. Diagnostic information: timestamp '20210607T021650Z', tracking Id 'e3565d3e-27e9-4d41-ba70-ebd10dc92ed7', request correlation Id '2b17ff7f-7137-458f-b71b-95d7096767fe'.","details":[{"code":"ResourceMoveNotSupported","target":"/subscriptions/c80f3f55-88c8-4c72-bf6d-867ded87ebd0/resourceGroups/bp-prod-rg-001/providers/Microsoft.Network/applicationGateways/bp-prod-agw-001","message":"Resource move is not supported for resource types 'Microsoft.Network/applicationGateways, Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies'."},{"code":"ResourceMoveNotSupported","target":"/subscriptions/c80f3f55-88c8-4c72-bf6d-867ded87ebd0/resourceGroups/bp-prod-rg-001/providers/Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/bp-prod-waf-001","message":"Resource move is not supported for resource types 'Microsoft.Network/applicationGateways, Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies'."}]}
Clearly it says that it is moving is not supported so how do you do it, especially with a production system?