Installing Azure CLI on Windows Using PowerShell

Publié le: 22 septembre 2024
sur la chaîne: vCloudBitsBytes
85
0

In this video, I walk you through the steps of installing Azure CLI on a Windows computer using PowerShell. The Azure Command-Line Interface (CLI) is a powerful tool that allows you to manage your Azure resources right from the terminal. By the end of this tutorial, you'll have Azure CLI installed and ready to go for all your cloud management needs!

Install Azure CLI on Windows using PowerShell
************************************************
$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; Remove-Item .\AzureCLI.msi

To check the version of Azure CLI
***********************************
az --version

Chapters
**********
00:00 Intro
00:08 INTRODUCTION TO AZURE CLI
00:26 PREREQUISITES
00:42 INSTALLATION STEPS USING POWERSHELL
01:42 WRAP UP


Sur cette page du site, vous pouvez voir la vidéo en ligne Installing Azure CLI on Windows Using PowerShell durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur vCloudBitsBytes 22 septembre 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 85 fois et il a aimé 0 téléspectateurs. Bon visionnage!