You manage an Azure Web Site named contosoweb. Logging is enabled for contosoweb.
You need to view only errors from your log files in a continuous stream as they occur.
Which Windows Power Shell command should you execute?
A.
Get-AzureWebSiteLog -Name contosoweb -OutBuffer Error
B.
Save-AzureWebSiteLog -Name contosoweb -Output Errors
C.
Get-AzureWebSlteLog -Name contosoweb -Tail –Message Error
D.
Get-Azure WebSiteLog -Name contosoweb -Message Error
Explanation:
http://msdn.microsoft.com/en-us/library/dn495187.aspx
http://azure.microsoft.com/en-us/documentation/articles/web-sites-monitor/#webendpointstatus
is it correct?
yes, it is correct
You may also view a live stream of log events by using the following command:
Get-AzureWebSiteLog -Name websitename -Tail
http://azure.microsoft.com/en-us/documentation/articles/web-sites-monitor/#webendpointstatus