ホスト システムで次のコマンドを実行すると、機能します。
azure storage share create --account-name myaccount --account-key mykey myshare
しかし、Docker Azure-CLI を使用すると:
docker run -it microsoft/azure-cli
そこで同じコマンドを実行すると、失敗します。
info: Executing command storage share create
info: Creating storage file share myshare
error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:8ce76eed-001a-0134-6355-3b8268000000
Time:2016-11-10T13:19:30.9105340Z
error: Error information has been recorded to /root/.azure/azure.err
error: storage share create command failed
他の貢献者からのさまざまなイメージタグと azure-cli イメージを既に試しましたが、同じ結果でした。
何が起こっているのですか?
編集:
azure storage account list
->動作します
azure storage share list -a myshare -k mykey
-> 動作しません (同じエラー)