1
votes

I have enabled Diagnostics Logs for my azure VMs and Web Apps. How can download these diagnostics logs using powershell. Is powershell does n't have any cmdlet then could you suggest any other scripting language using i can download these logs.

1

1 Answers

0
votes

Diagnostics uses Azure Storage to store the data, so you should use any Azure Storage (Blob, Table) CMDlets to get the logs.

Could be useful :