0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Azure Blob Storage で SFTP サポートを使う

Posted at

Azure Blob Storage の SFTP サポート - Azure Storage | Microsoft Learn

Azure Blob Storage での SFTP サポートを有効または無効にする - Azure Storage | Microsoft Learn

Azure Blob Storage の SFTP サポート - Azure Storage | Microsoft Learn

ストレージ アカウントの階層型名前空間が有効になっている場合に、SFTP サポートという機能が使えます。

image.png

ローカル ユーザーを追加する からユーザーを追加できます。

image.png

パスワード、キーを選びます。

image.png

コンテナー を選びます。

image.png

接続

sftp -oIdentityFile="C:\Users\nobukoyamada\.ssh\noydls_rsa.pem" "noydls.<コンテナ名>.nobukoyamada@noydls.blob.core.windows.net"

psftp noydls.<コンテナ名>.nobukoyamada@noydls.blob.core.windows.net -pw "<取得したパスワード>"

などで接続できます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?