0

現在タイムアウトになっている 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

これを解決する方法について誰か答えがありますか?

4

1 に答える 1

1

こちらの Azure RemoteApp チームの Catalin です。ご迷惑をおかけして申し訳ありません。

Azure サブスクリプション ID (Azure portal -> [設定] -> [Azure サブスクリプション ID]) を catalda ﹫ microsoft.com に送っていただけますか? また、コレクションを削除しますか、それとも何か他のものが必要ですか?

ありがとう、カタリン

于 2015-10-20T17:43:41.800 に答える