Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I have an application which is hosted in Azure web apps. Is there any possibilities that I can able to view the application log directly without logging to Azure Portal?

Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

You can try using Azure CLI to stream out the logs for your application. Using this command:

az webapp log tail --name appname --resource-group myResourceGroup

I hope this will help.

Want to become an Azure Expert? join Azure Training now!!

Browse Categories

...