@@ -9,14 +9,15 @@ title: Install Azure PowerShell on Linux
99
1010# Install Azure PowerShell on Linux
1111
12+ This article explains how to install the Az PowerShell module from
13+ [ the PowerShell Gallery] [ powershell-gallery ] on Linux.
14+
1215The Az PowerShell module is a rollup module. Installing it downloads the generally available Az
1316PowerShell modules and makes their cmdlets available for use.
1417
15- This article explains how to install the Az PowerShell module on Linux.
16-
1718## Prerequisites
1819
19- - Install a supported version of [ PowerShell version 7 or higher] [ install-pwsh ]
20+ - Install a supported version of [ PowerShell version 7 or higher] [ install-pwsh-linux ]
2021
2122## Installation
2223
@@ -30,7 +31,8 @@ Install-Module -Name Az -Repository PSGallery -Force
3031
3132## Update the Az PowerShell module
3233
33- Use [ Update-Module] [ update-module ] to update to the latest version of the Az PowerShell module:
34+ Use the [ Update-Module] [ update-module ] cmdlet to update to the latest version of the Az PowerShell
35+ module:
3436
3537``` powershell
3638Update-Module -Name Az -Force
@@ -67,7 +69,6 @@ For solutions to common installation issues with the Az PowerShell module, see
6769## Provide feedback
6870
6971To file an issue about the Az PowerShell module, see [ file an issue on GitHub] [ azps-github-issue ] .
70-
7172To provide feedback from within a PowerShell session, use the [ Send-Feedback] [ send-feedback ] cmdlet.
7273
7374## Next Steps
@@ -77,7 +78,8 @@ To learn more about managing your Azure resources with the Az PowerShell module,
7778
7879<!-- link references -->
7980
80- [ install-pwsh ] : /powershell/scripting/install/installing-powershell-on-linux
81+ [ powershell-gallery ] : /powershell/scripting/gallery/overview
82+ [ install-pwsh-linux ] : /powershell/scripting/install/installing-powershell-on-linux
8183[ install-module ] : /powershell/module/powershellget/install-module
8284[ update-module ] : /powershell/module/powershellget/update-module
8385[ uninstall-azps ] : uninstall-az-ps.md
0 commit comments