0
當訪問在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