Description
If we have RG3, and RG2 and ASP2 in RG2
Powershell should allow cloning into RG3 and ASP2
Script/Steps for Reproduction
$srcapp = Get-AzureRmWebApp -ResourceGroupName webappishi -Name webappishi
$destapp = New-AzureRmWebApp -ResourceGroupName funcappishi -Name cloneishi -Location "North Central US" -AppServicePlan ase-asp -ASEName ishita-ase -ASEResourceGroupName ishita-ase -SourceWebApp $srcapp
Module Version
Get-Module -ListAvailable
Environment Data
Debug Output