无法删除超时的 Azure RemoteApp 集合

Unable to remove Timed-Out Azure RemoteApp Collection

我无法删除当前已超时的 Azure RemoteApp 集合:

PS C:\> Get-AzureRemoteAppCollection | fl

LastModifiedLocalTime   : 20/10/2015 13:19:20
AdInfo                  : Microsoft.WindowsAzure.Management.RemoteApp.Models.ActiveDirectoryConfig
CustomRdpProperty       :
Description             : Created using AUX portal
DnsServers              : {x.x.x.x, x.x.x.x, x.x.x.x}
LastErrorCode           : **ProvisioningTimedOut**
LastModifiedTimeUtc     : 20/10/2015 12:19:20
MaxSessions             : 10
Mode                    : Unassigned
Name                    : XXXXXra01
OfficeType              : None
PlanName                : Standard
ReadyForPublishing      : True
Region                  : North Europe
SessionWarningThreshold : 8
Status                  : Provisioning
SubnetName              : Subnet-XXXXX
TemplateImageName       : WIN2012R2-RDS
TrialOnly               : False
Type                    : Hybrid
VNetName                : XXXXX-VN01

当我尝试使用 Azure PoSH 删除它时,我收到以下错误:

PS C:\> Remove-AzureRemoteAppCollection "XXXXXra01"
Remove-AzureRemoteAppCollection : The pipeline has been stopped.
At line:1 char:1
+ Remove-AzureRemoteAppCollection "XXXXXra01"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Remove-AzureRemoteAppCollection],        PipelineStoppedException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets.RemoveAzureRemoteAppCollection

Remove-AzureRemoteAppCollection : CollectionInWrongState: Desktop 291024fd-5827-4d85-a019-6a15f6bcefd0 is being patched or created, deletion is not allowed.
At line:1 char:1
+ Remove-AzureRemoteAppCollection "XXXXXra01"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (CollectionOperations:String)     [Remove-AzureRemoteAppCollection], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets.RemoveAzureRemoteAppCollection

有人知道我该如何解决这个问题吗?

来自 Azure RemoteApp 团队的 Catalin。很抱歉给您带来麻烦。

能否将您的 Azure 订阅 ID(Azure 门户 -> 设置 -> Azure 订阅 ID)发送到 catalda ﹫ microsoft.com?另外,您是要删除 collection 还是要其他内容?

谢谢, 卡塔林