Azure Powershellメモ
Azure Powershellを使っているので、各コマンドをメモしておく。
Powershellの設定
Set-ExecutionPolicy RemoteSigned
Azure Powershellのインストール
Install-Module -Name Az -AllowClobber -Scope CurrentUser
ログイン
login-azaccount
Azure Powershellを使っているので、各コマンドをメモしておく。
Powershellの設定
Set-ExecutionPolicy RemoteSigned
Azure Powershellのインストール
Install-Module -Name Az -AllowClobber -Scope CurrentUser
ログイン
login-azaccount