3
2

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 1 year has passed since last update.

Azure Administrator(AZ-104):Azure管理者向けの前提条件「Azure CLIの使用」

Last updated at Posted at 2022-11-24

Microsoft Learnを用いたMicrosoft Azure Administrator(AZ-104)の試験内容をまとめる投稿です。
この投稿ではMicrosoft Learnで学ぶ内容をできるだけ簡潔にまとめております。
Azureの勉強を一から始め、AZ-900取得後の資格としてAZ-104取得を目指している方の参考になれば幸いです。
※AZ-900の内容は本投稿では省略しております。再度復習したい方は下記をご参照ください。
Azure Fundamentals(AZ-900):試験合格に向けた学習内容のまとめ

今回の学習内容

◆「Azure CLIの使用」
◇対応するMicrosoft Learn ラーニングパス
AZ-104:Azure 管理者向けの前提条件
◇対応するモジュール
Azure CLI の使用

※前回の投稿は下記から確認できます。
Azure Administrator(AZ-104):Azure管理者向けの前提条件「PowerShellの概要」

Azure CLIの使用

◆Azure CLIのコマンド:「グループ」と「サブグループ」で構成されている
・グループ:Azureによって提供されるサービスを表す
・サブグループ:そのサービスのコマンドが論理グループに分かれる
例)「storage」グループには「account」,「blob」,「queue」などのサブグループが含まれる

◆コマンドの見つけ方
・目的のコマンドの名前が分からない場合:「az find」を使用
⇒指定した内容の最も人気のあるコマンドを表示
例)BLOBの単語に関連する最も人気のあるコマンドを表示→「az find blob」
例)「az vm」など、コマンドグループで最も人気のあるコマンドを表示→「az find “az vm”」
例)指定のコマンドで最も人気のあるパラメータとサブコマンドを表示→「az find “az vm create”」
  
・目的のコマンドの名前が分かっている場合:「--help」引数を使用
⇒コマンドの完全な一覧を取得可能
例)BLOBストレージを管理するためのコマンド一覧を表示→「az storage blob --help」

次の学習内容

◆リソースの管理方法

学習内容をまとめたページの一覧

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?