What is the local version of Powershell needed to execute Azure Cmdlet commands?
Powershell 7
What are the commands to upgrade Powershell?
winget list –id Microsoft.Powershell –upgrade-available
winget upgrade –id Microsoft.Powershell
What is the Powershell command to install AzureCLI?
winget install –exact –id Microsoft.AzureCLI
What is the Powershell command to show the AzureCLI version?
az version
What is the Powershell command to install the Azure Powershell Module?
Install-Module -Name Az -Force