az extension add -n application-insights
az extentions list -o table
Experimental    ExtensionType    Name                  Path                                                        Preview    Version
--------------  ---------------  --------------------  ----------------------------------------------------------  ---------  ---------
False           whl              application-insights  /Users/hainet50b/.azure/cliextensions/application-insights  True       0.1.19
az monitor app-insights component create \
  -a pmacho-ai \
  -g pmacho-rg \
  -l eastus \
  --retention-time 90
az monitor app-insights component show \
  -a pmacho-ai \
  -g pmacho-rg
TODO: 出力形式をテーブル形式に変更する方が望ましいか確認する。