為 PowerShell 部署準備 Windows 或 Ubuntu 用戶端。

程序

  1. 使用管理權限開啟 PowerShell 命令視窗。
  2. 執行命令。
    版本 命令
    PowerShell 5
    Install-Module -Name AzureRM -Force
    PowerShell 7
    Install-Module -Name Az -Force
  3. 若要登入 Azure 環境,請執行命令。
    版本 命令
    PowerShell 5
    connect-AzurermAccount
    PowerShell 7
    connect-AzAccount