diff --git a/docs-conceptual/azps-13.0.0/install-azure-powershell.md b/docs-conceptual/azps-13.0.0/install-azure-powershell.md index 62393f9407..34f48b76bc 100644 --- a/docs-conceptual/azps-13.0.0/install-azure-powershell.md +++ b/docs-conceptual/azps-13.0.0/install-azure-powershell.md @@ -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] + + +[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