加载管理数据时遇到警告
Warnings encountered loading management data
访问 Azure 门户时,出现以下错误:
Warnings encountered loading management data.
如果我点击显示详细信息,它会显示:
There was an error when we tried to load namespaces in subscription ID
'id here'
如果我尝试使用 powershell 创建新的 ServiceBus,我会收到以下错误
PS C:\> New-AzureSBNamespace -Name testsbsf -Location "West Europe" -CreateACSNamespace $true -NamespaceType Messaging
New-AzureSBNamespace : <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Request to a downlevel
service failed.</string>
At line:1 char:1
+ New-AzureSBNamespace -Name testsbsf -Location "West Europe" -CreateACSNamespac ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureSBNamespace], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceBus.NewAzureSBNamespaceCommand
它刚刚重新开始工作,我猜是随机停机。
当命名空间已经存在时,我在 PowerShell 中收到 "Request to a downlevel service failed"。
访问 Azure 门户时,出现以下错误:
Warnings encountered loading management data.
如果我点击显示详细信息,它会显示:
There was an error when we tried to load namespaces in subscription ID
'id here'
如果我尝试使用 powershell 创建新的 ServiceBus,我会收到以下错误
PS C:\> New-AzureSBNamespace -Name testsbsf -Location "West Europe" -CreateACSNamespace $true -NamespaceType Messaging
New-AzureSBNamespace : <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Request to a downlevel
service failed.</string>
At line:1 char:1
+ New-AzureSBNamespace -Name testsbsf -Location "West Europe" -CreateACSNamespac ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureSBNamespace], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceBus.NewAzureSBNamespaceCommand
它刚刚重新开始工作,我猜是随机停机。
当命名空间已经存在时,我在 PowerShell 中收到 "Request to a downlevel service failed"。