Azure PowerShell のセットアップ
AzureをPowerShellにて操作する場合、最初に環境のセットアップが必要になります。
Microsoft Document - PowerShell ドキュメント
Azure Cloud Shellを利用する
最初にAzure Powershellを利用する場合、利用するストレージのセットアップが必要です。
1.PowerShellを選択
2.リソースグループ名、ストレージアカウント名、共有ファイル名を設定
3.正常に作成されたことを確認
参考:Azure Potalでも確認可能
Azure Power Shellを利用する
Windows 10にプレインストールされている、Windows PowerShell ISEを利用します。
参考
Windows PowerShell のインストール
PowerShellGet を使用した Windows への Azure PowerShell のインストール
AzureRM から Az への Azure PowerShell の移行
1.バージョンを確認する
*必要に応じて、バージョンアップしてください。
$PSVersionTable
2.Azure PowerShell モジュールのインストール
Install-Module -Name AzureRM -AllowClobber
Azure PowerShell Cmdletsのインストール
3.サインイン
Connect-AzAccount -UseDeviceAuthentication
https://microsoft.com/devicelogin
にアクセスし、コードを入れる
Author And Source
この問題について(Azure PowerShell のセットアップ), 我々は、より多くの情報をここで見つけました https://qiita.com/micat/items/c2e0fd4eadcb32a68d26著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .