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
}
おかげ