Cette documentation concerne la version la plus récente de GKE sur Azure, publiée en novembre 2021. Consultez les notes de version pour plus d'informations.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/06/28 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/06/28 (UTC)."],[],[],null,["# Configure the Azure CLI\n=======================\n\nTo install and configure the Azure command-line interface, do the following:\n\n1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).\n\n2. Confirm the installation by running `az version`.\n\n3. Log on to your Azure account with the Azure command-line tool by using\n [`az login`](https://docs.microsoft.com/cli/azure/authenticate-azure-cli).\n\n4. Confirm that you can access Azure by running the following command:\n\n az account show\n\n If you are authenticated to Azure, the output includes information about your\n current Azure tenant.\n\nWhat's next\n-----------\n\n- [Create an Azure virtual network](/kubernetes-engine/multi-cloud/docs/azure/how-to/create-azure-vnet)"]]