Skip to content

Commit

Permalink
Converted links to link references
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrobbins committed Dec 5, 2024
1 parent 43dfb27 commit 49f15f9
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions docs-conceptual/azps-13.0.0/install-azure-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,46 @@ title: How to install Azure PowerShell

# How to install Azure PowerShell

The Az PowerShell module is a rollup module. Installing the Az PowerShell module downloads the
generally available modules and makes their cmdlets available for use.
The **Az** PowerShell module is a rollup module. Installing the **Az** PowerShell module downloads
the generally available modules and makes their cmdlets available for use.

## Install

[!INCLUDE [current-version](../includes/current-version.md)] For information about the latest
release, see the [release notes](release-notes-azureps.md).
release, see the [release notes][release-notes].

- [Install on Windows](install-azps-windows.md)
- [Install on Linux](install-azps-linux.md)
- [Install on macOS](install-azps-macos.md)
- [Optimize the installation](install-azps-optimized.md)
- [Offline Installation](install-azps-offline.md)
- [Run in Azure Cloud Shell](https://shell.azure.com/)
- [Run in Docker container](azureps-in-docker.md)
- [Install on Windows][install-windows]
- [Install on Linux][install-linux]
- [Install on macOS][install-macos]
- [Optimize the installation][optimized-install]
- [Offline Installation][offline-install]
- [Run in Azure Cloud Shell][cloud-shell]
- [Run in Docker container][docker-container]

A supported version of
[PowerShell version 7 or higher](/powershell/scripting/install/installing-powershell-on-windows) is
the recommended version of PowerShell for use with the Az PowerShell module on all platforms
including Windows, Linux, and macOS.
A supported version of [PowerShell version 7 or higher][install-pwsh] is the recommended version of
PowerShell for use with the **Az** PowerShell module on all platforms including Windows, Linux, and
macOS.

The Az PowerShell module is preinstalled in Azure [Cloud Shell](/azure/cloud-shell/overview) and in
[Docker images](azureps-in-docker.md).
The **Az** PowerShell module is preinstalled in Azure [Cloud Shell][cloud-shell-overview] and in
[Docker images][docker-container].

## See also

- [What is Azure PowerShell](what-is-azure-powershell.md)
- [Get started with Azure PowerShell](get-started-azureps.md)
- [Support Lifecycle](azureps-support-lifecycle.md)
- [What is Azure PowerShell][what-is-azps]
- [Get started with Azure PowerShell][get-started]
- [Support Lifecycle][support-lifecycle]

<!-- link references -->
[release-notes]: release-notes-azureps.md
[install-windows]: install-azps-windows.md
[install-linux]: install-azps-linux.md
[install-macos]: install-azps-macos.md
[optimized-install]: install-azps-optimized.md
[offline-install]: install-azps-offline.md
[cloud-shell]: https://shell.azure.com/
[docker-container]: azureps-in-docker.md
[install-pwsh]: /powershell/scripting/install/installing-powershell
[cloud-shell-overview]: /azure/cloud-shell/overview
[what-is-azps]: what-is-azure-powershell.md
[get-started]: get-started-azureps.md
[support-lifecycle]: azureps-support-lifecycle.md

0 comments on commit 49f15f9

Please sign in to comment.