2017-02-08 15 views
0

私はazureにストレージアカウントを作成しましたが、Azureにリポジトリを作成すると、このようなエラーが表示されます。azureクラウドプラグインを使用して、azureでリポジトリを作成する際にエラーが発生しましたか?

I指定されたコマンド
として PUTの_snapshotは/ azurerepository { "タイプ": "紺碧" }

応答

{ 
    "error": { 
    "root_cause": [ 
     { 
     "type": "repository_verification_exception", 
     "reason": "[azurerepository] can not initialize container elasticsearch-snapshots" 
     } 
    ], 
    "type": "repository_verification_exception", 
    "reason": "[azurerepository] can not initialize container elasticsearch-snapshots", 
    "caused_by": { 
     "type": "storage_exception", 
     "reason": "An unknown failure occurred : Connection refused: connect", 
     "caused_by": { 
     "type": "connect_exception", 
     "reason": "Connection refused: connect" 
     } 
    } 
    }, 
    "status": 500 
} 

おかげ

答えて

0

これは私のネットワーク接続が原因でありますファイアウォールの下でファイアウォールが削除されたら、私は何の問題もなく紺碧にアクセスすることができます。

関連する問題