Azure CLI Commands Flashcards
(6 cards)
1
Q
What is the local version of Powershell needed to execute Azure Cmdlet commands?
A
Powershell 7
2
Q
What are the commands to upgrade Powershell?
A
winget list –id Microsoft.Powershell –upgrade-available
winget upgrade –id Microsoft.Powershell
3
Q
What is the Powershell command to install AzureCLI?
A
winget install –exact –id Microsoft.AzureCLI
4
Q
What is the Powershell command to show the AzureCLI version?
A
az version
5
Q
What is the Powershell command to install the Azure Powershell Module?
A
Install-Module -Name Az -Force
6
Q
A