2015-04-08 28 views
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 

回答

0

它剛剛開始工作再次,我猜一些隨機下來時間。

0

當命名空間已存在時,我在PowerShell中收到「請求下層服務失敗」。