项目作者: luketylerwilliams

项目描述 :
A tool for managing diagnostic settings for resources in Microsoft Azure.
高级语言: PowerShell
项目地址: git://github.com/luketylerwilliams/AzQuickLog.git
创建时间: 2021-03-16T20:01:51Z
项目社区:https://github.com/luketylerwilliams/AzQuickLog

开源协议:

下载


AzQuickLog

For more information please see article on medium!

https://luketylerwilliams.medium.com/azquicklog-cda6040ded6b

Prerequisites​:

  1. - PowerShell
  2. - Azure Az PowerShell module

Getting Started

  1. git clone https://github.com/luketylerwilliams/AzQuickLog.git
  2. cd AzQuickLog
  3. ./AzQuickLog.ps1

Install Azure Az Powershell (if not already installed)

  1. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  2. Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force

Changelog

v2

  • Improved error handling
  • Improved processing, added multi-threading using powershell jobs
  • Fixed storage account iteration through sub-levels (blob,table,queue,file)

    v1.2:

  • Improved error handling
  • Bug fix with management group scope
  • Bug fix, printing duplicate

v1.1:

  • Update to logic to fix some issues with error handling and scoping of functions
  • Added WhatIf functionality to provide an overview of actions which would take place

    v1

  • Release