タグ

cliに関するAndrionのブックマーク (2)

  • How to install the Azure CLI

    The Azure CLI is available to install in Windows, macOS and Linux environments. It can also be run in a Docker container and Azure Cloud Shell. Install The current version of the Azure CLI is 2.56.0. For information about the latest release, see the release notes. To find your installed version and see if you need to update, run az version. Install on Windows Install on macOS Install on Linux or W

    How to install the Azure CLI
    Andrion
    Andrion 2017/07/31
    Azure CLIインストール手順。ちょくちょく内容変わってるので注意
  • Azure CLI 2.0 でサービスプリンシパルが簡単に作れるようになっていた - しばやん雑記

    個人的に Azure で一番わかりにくいのが認証回りです。特に Azure Active Directory を使ってディレクトリが追加されたタイミングで、さらにわけが分からなくなりました。 例えば Azure に対する操作を自動化したい時に Azure にログインするアカウントを使うわけにはいかないので、別に操作権限を絞ったアカウントを用意したいわけです。一応サービスプリンシパルを使うことになってますが、これの作成が非常にわかりにくい。 自動化のためにスクリプトから使いたいだけなのに、何故か URL が 2 つ要求されるんですよね。それぞれ何を指定すればいいのかわからないので、明らかに説明が足りてないです。 PowerShell を使うと 3 行みたいですが、ポータルだとそもそも作れるのかどうか怪しいです。 そんな感じでサービスプリンシパルを作るのが非常に嫌だったのですが、今 Pytho

    Azure CLI 2.0 でサービスプリンシパルが簡単に作れるようになっていた - しばやん雑記
    Andrion
    Andrion 2017/07/31
    やっと見つけた記事。これでスクリプトインストールができる。
  • 1