LoginSignup
6
1

More than 5 years have passed since last update.

Azure CLIインストール&ログイン(Mac版)

Last updated at Posted at 2017-02-05

Azure CLI インストール

1.Mac版のCLIをインストールします。
 http://aka.ms/mac-azure-cli
 ※インストール方法は他にもありますが、今回はインストーラーを活用します。

2.ダウンロードしたdmgファイルを実行します。

3.ファイルを実行して、Install Command Line Interfaceを実行します。

4.Microsoft Azure SDKのポップアップが表示されるので完了させる。
 ※これでインストールは完了です。

Azure CLI ログイン

1.ターミナルを開いて下記コマンドを打ち込みます。

$ azure login # パスコードが表示されます。
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code "パスコード表示" to authenticate.

2.表示されたパスコードを下記のURLにアクセスして入力します。
 https://aka.ms/devicelogin

3.パスコードを入力するとアカウント選択画面が表示され、選択するとログイン完了です。

4.ターミナルに戻ると下記のログが表示されています。
 login command OK

Windows版
http://qiita.com/witamo/items/9ca2ab2134e309891f55

6
1
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
6
1