A tool for managing diagnostic settings for resources in Microsoft Azure.
For more information please see article on medium!
https://luketylerwilliams.medium.com/azquicklog-cda6040ded6b
- PowerShell
- Azure Az PowerShell module
git clone https://github.com/luketylerwilliams/AzQuickLog.git
cd AzQuickLog
./AzQuickLog.ps1
Install Azure Az Powershell (if not already installed)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force