-
Notifications
You must be signed in to change notification settings - Fork 0
install az
phaledang edited this page Dec 30, 2023
·
2 revisions
$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