Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
#az login --service-principal # -ServicePrincipal
az login --identity
It's not working.
I am not sure which module I should import
error is as follows
An Azure service that is used to automate, configure, and install updates across hybrid environments.
OOB Azure Automation PowerShell does not leverage the Azure CLI. You should be using the Azure Powershell modules.
See this question for a workaround to use the Az CLI.