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