Azure 命令工具資源彙整
線上工具
Azure CloudShell
離線必要工具
Azure CLI
Current version of the Azure CLI is 2.24.2.
install-azure-cli下載資訊
From Windows
- Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi
- az upgrade
- az login
Azure PowerShell
Need Request
- Update to Windows PowerShell 5.1
- .NET Framework 4.7.2 or later
- latest version of PowerShellGet. Run Install-Module -Name PowerShellGet -Force.
From Windows
- $PSVersionTable.PSVersion
- Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
- Connect-AzAccount
留言
張貼留言