diff --git a/docs-ref-conceptual/includes/cli-install-linux-apt.md b/docs-ref-conceptual/includes/cli-install-linux-apt.md index 75ef058abd..8760772c57 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-apt.md +++ b/docs-ref-conceptual/includes/cli-install-linux-apt.md @@ -22,6 +22,10 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has > [!WARNING] > Ubuntu 20.04 (Focal Fossa) and 20.10 (Groovy Gorilla) include an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`. See [Ubuntu package management](https://ubuntu.com/server/docs/package-management) or [ask ubuntu](https://askubuntu.com/search?q=apt+autoremove) for more information on `apt remove`. +> [!NOTE] +> +> The `azure-cli` package supports ARM64 architecture from `2.46.0`. + ## Installation Options There are two options to install the Azure CLI on your system. You can download an install script that will run the install commands for you, or you can execute the install commands yourself in a step-by-step process if you prefer. Both methods are provided below. diff --git a/docs-ref-conceptual/includes/cli-install-linux-dnf.md b/docs-ref-conceptual/includes/cli-install-linux-dnf.md index b6831421a8..8240840d27 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-dnf.md +++ b/docs-ref-conceptual/includes/cli-install-linux-dnf.md @@ -24,6 +24,10 @@ For Linux distributions with `dnf` such as RHEL 8/9 or CentOS Stream 8/9, there > > Use the `yum` package manager if you are using Linux systems that does not support the `dnf` package manager. +> [!NOTE] +> +> The `azure-cli` package supports ARM64 architecture from `2.46.0`. + ## Install 1. Import the Microsoft repository key. diff --git a/docs-ref-conceptual/includes/cli-install-linux-tdnf.md b/docs-ref-conceptual/includes/cli-install-linux-tdnf.md index ba0b943cd1..b288a95180 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-tdnf.md +++ b/docs-ref-conceptual/includes/cli-install-linux-tdnf.md @@ -11,6 +11,10 @@ ms.custom: devx-track-azurecli RPMs are released for [CBL-Mariner](https://github.com/microsoft/CBL-Mariner) 2.0. +> [!NOTE] +> +> The `azure-cli` package supports ARM64 architecture from `2.46.0`. + ## Install Install with the `tdnf install` command: diff --git a/docs-ref-conceptual/install-azure-cli-linux.md b/docs-ref-conceptual/install-azure-cli-linux.md index 771b47bde3..d470ba4465 100644 --- a/docs-ref-conceptual/install-azure-cli-linux.md +++ b/docs-ref-conceptual/install-azure-cli-linux.md @@ -21,10 +21,6 @@ When you are ready to install the Azure CLI on Linux, it is recommended to use a [!INCLUDE [current-version](includes/current-version.md)] -> [!NOTE] -> -> The `azure-cli` package supports ARM64 architecture from `2.46.0`. - ::: zone pivot="dnf" [!INCLUDE [cli-install-linux-dnf](includes/cli-install-linux-dnf.md)]