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?

More than 5 years have passed since last update.

Check! Mac で Azure CLI を使おう

Posted at

こんにちは、オークファンの @dz_ こと大平かづみです。

Prologue - はじめに

会社では Mac を使っているので、Mac から Azure CLI を使う方法をまとめておきます。基本的には、以下のドキュメント通りです。

参考

コマンド リファレンス

インストール

# Node.js (及び npm ) をインストールする
$ brew install nodejs

# Azure CLI をインストールする
$ npm install azure-cli -g

ログイン

# CLI から Azure にログインする
$ azure login
info:    Executing command login
info:    To sign in, use a web browser to open the page https://aka.ms/devicelogin. Enter the code XXXXXXXXX to authenticate.
\

上記の状態で、 https://aka.ms/devicelogin にアクセスします。上記に表示されているコード(上記の場合は、XXXXXXXXX)を入力し、「続行」します。
20160607_azure_001.png

Microsoft のサインインを求められるので、ログインしたいアカウントでサインインします。

20160607_azure_002.png

info:    Added subscription XXX
info:    Setting subscription "XXX" as default
+
info:    login command OK

これでログインが完了です。

Epilogue - おわりに

簡単内容ですけど、備忘録で書きました。

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?