我无法删除当前超时的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
有没有人对我如何解决这个问题有任何答案?
答案 0 :(得分:1)
来自Azure RemoteApp团队的Catalin。我很抱歉你遇到了麻烦。
您能否将您的Azure订阅ID(Azure门户 - >设置 - > Azure订阅ID)发送给catalda @ microsoft.com?此外,您是否希望删除该集合,还是想要其他内容?
谢谢, 克特林