Skip to content

webapp:Support cloning into a RG and ASP combination where ASP !in RG. Portal supports this. #7297

@jocawtho

Description

@jocawtho

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

$PSVersionTable

Debug Output


Metadata

Metadata

Assignees

Labels

App Servicesaka WebSitesService AttentionThis issue is responsible by Azure service team.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions