I first tried Azure Powershell. I selected my subscription and try to run the following command: azure site log tail websitename
However, when I run the command, I get the following error:
azure : The term 'azure' is not recognized as the name of a cmdlet...
What am I doing wrong here?
source
share