访问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
答案 0 :(得分:0)
它刚刚开始工作,我猜一些随机的停机时间。
答案 1 :(得分:0)
当命名空间已存在时,我在PowerShell中收到“请求下层服务失败”。