New-ChangeReportEmail
1.2
This runbook generates a report of changes from the past week and emails it. Note: This script requires two modules:
the AzureRM.OperationalInsights module. In order for the script to work, both modules must first be imported into
the Automation account.
The major steps of the script are outlined below.
1) Define parsing function
2) Connect to the Azure account
3)
the AzureRM.OperationalInsights module. In order for the script to work, both modules must first be imported into
the Automation account.
The major steps of the script are outlined below.
1) Define parsing function
2) Connect to the Azure account
3)
This runbook generates a report of changes from the past week and emails it. Note: This script requires two modules:
the AzureRM.OperationalInsights module. In order for the script to work, both modules must first be imported into
the Automation account.
The major steps of the script are outlined below.
1) Define parsing function
2) Connect to the Azure account
3) Set the subscription context
4) Prepare email HTML
5) Define, run, and parse Log Analytics queries for the report
6) Send the email
Show more
the AzureRM.OperationalInsights module. In order for the script to work, both modules must first be imported into
the Automation account.
The major steps of the script are outlined below.
1) Define parsing function
2) Connect to the Azure account
3) Set the subscription context
4) Prepare email HTML
5) Define, run, and parse Log Analytics queries for the report
6) Send the email
Installation Options
Owners
Copyright
Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Azure Automation Team
Tags
Azure Automation Change Tracking Email Report
Functions
Dependencies
-
- AzureRM.OperationalInsights (>= 4.3.2)
- AzureRM.Profile (>= 4.6.0)
Release Notes
1.2 - 5/10/2018
-- EDITED BY Jenny Hunter
-- previous version was outdated and missed key bug fixes
1.1 - 5/9/2018
-- EDITED BY Jenny Hunter
-- modified to use the new Log Analytyics module in the AzureRM.OperationalInsights module
1.0 - 4/5/2018
-- CREATED BY Jenny Hunter
-- added base script to send email report and to include link to dashboard if AA info is provided
FileList
- New-ChangeReportEmail.nuspec
- New-ChangeReportEmail.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.2 (current version) | 180 | 5/10/2018 |
1.0 | 30 | 4/5/2018 |