"azure" is not recognized in azure light

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?

+4
source share
2 answers

Your example command is an Azure cross-platform command line command . Equivalent PowerShell command:

Get-AzureWebsiteLog websitename -Tail 
+6
source

powershell . , cmdlts, . powershell ise.

0

Source: https://habr.com/ru/post/1531941/


All Articles