You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# find and install AzureRm module from PowerShell galery
find-module AzureRm
# install-module AzureRm
# Get info about module
get-module AzureRm
# Enumerate get available azure commands
gcm get-*azure*
# Enumerate azure vm commands
gcm get-*azure*VM
# login!
Login-AzureRmVM
# don't do it every time (stay logged in) https://docs.microsoft.com/en-us/powershell/module/azurerm.profile/enable-azurermcontextautosave?view=azurermps-5.0.0