Is there a command to view Azure App Service Log Stream entries from the command line? I would like to tail the logs on my local console.
CodePudding user response:
Yes, you can stream the Web App logs using:
az webapp log tail [--ids]
[--name]
[--provider]
[--resource-group]
[--slot]
[--subscription]