In order to manage Azure from local workstation we need first to import Azure module
install-module azure,azurerm -allowclobber
allowclobber imports all commands
After installation, import it:
import-module azure,azurerm Get-Module -ListAvailable -Name AzureRM,azure
Installing azurerm module may take up to 20 minutes, so be patient 🙂
Now try logging in to Azure:
Login-AzureRmAccount