Pagsasanay
Module
Manage Azure resources with Windows PowerShell - Training
Learn to manage Azure resources with Windows PowerShell.
Hindi na suportado ang browser na ito.
Mag-upgrade sa Microsoft Edge para samantalahin ang mga pinakabagong tampok, update sa seguridad, at teknikal na suporta.
This article explains how to install the Az PowerShell module from the PowerShell Gallery on Linux.
The Az PowerShell module is a rollup module. Installing it downloads the generally available Az PowerShell modules and makes their cmdlets available for use.
Open the Terminal or other shell host application and run pwsh
to start PowerShell.
Use the Install-Module cmdlet to install the Az PowerShell module:
Install-Module -Name Az -Repository PSGallery -Force
Use the Update-Module cmdlet to update to the latest version of the Az PowerShell module:
Update-Module -Name Az -Force
Updating the Az PowerShell module using Update-Module
doesn't remove old versions of the Az
PowerShell module from your system.
To remove the Az PowerShell module from your system, see Uninstall the Azure PowerShell module.
To start managing your Azure resources with the Az PowerShell module, launch a PowerShell session
and run Connect-AzAccount
to sign in to Azure:
Connect-AzAccount
Use your Azure account login credentials to log into the browser window that opens.
You need to repeat this step for every new PowerShell session you start. To learn how to persist your Azure sign-in across PowerShell sessions, see Azure PowerShell context objects.
For solutions to common installation issues with the Az PowerShell module, see Troubleshoot installation problems with the Az PowerShell module.
To file an issue about the Az PowerShell module, see file an issue on GitHub. To provide feedback from within a PowerShell session, use the Send-Feedback cmdlet.
To learn more about managing your Azure resources with the Az PowerShell module, see Get Started with Azure PowerShell.
Feedback sa Azure PowerShell
Ang Azure PowerShell ay isang open source na project. Pumili ng link para magbibigay ng feedback:
Pagsasanay
Module
Manage Azure resources with Windows PowerShell - Training
Learn to manage Azure resources with Windows PowerShell.
Dokumentasyon
Introducing the Az PowerShell module
Introducing the Az PowerShell module, recommended for interacting with Azure, and the replacement for the AzureRM PowerShell module.
Install Azure PowerShell on Windows
Learn how to install and run Azure PowerShell on Windows. You can install Azure PowerShell on Windows with one command.
Get started with Azure PowerShell
Learn how to get started with Azure PowerShell to manage Azure resources, sign in, and find essential cmdlets for automating tasks with ease.