AzureADAppCredWatcher

1.0.0

Azure AD Application Credential Watcher : Watch if Azure AD application certificates & secrets expire soon (or have already expired) and send an alert (via Office 365 mail).


/!\ REQUIRE AZURE AUTOMATION /!\

Use this script as Azure Automation PowerShell runbook


/!\ REQUIRE AZURE AD SERVICE PRINCIPAL /!\

Like many apps / runbooks in Azure, Azure AD this runbook n
Azure AD Application Credential Watcher : Watch if Azure AD application certificates & secrets expire soon (or have already expired) and send an alert (via Office 365 mail).


/!\ REQUIRE AZURE AUTOMATION /!\

Use this script as Azure Automation PowerShell runbook


/!\ REQUIRE AZURE AD SERVICE PRINCIPAL /!\

Like many apps / runbooks in Azure, Azure AD this runbook needs a service principal to run (also known as Automation RunAs Account / Automation Connection). This service principal needs to read Azure AD application data (e.g. Global Reader).

See https://github.com/jdmsft/AzureADAppCredWatcher#prerequisites for all details on how to create a dedicated Service Principal for this runbook.


/!\ REQUIRE AZURE AUTOMATION ASSETS (Shared Resources) /!\

* Connection : an AzureServicePrincipal connection used by "AAD App Cred Watcher" to read your Azure AD applications.
* Certificate : used by above connection to authenticate with Azure Active Directory.
* Schedule : to automate your runbook execution, you should define an Automation schedule associated to this runbook for a recurring mail report (we recommend a 1-month recurrence without expiration).

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name AzureADAppCredWatcher -RequiredVersion 1.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 JDMSFT. All Right Reserved.

Package Details

Author(s)

  • JDMSFT

Tags

AzureAutomation Runbook AzureAD Application Credential Certificate Secret Expiration Notification Watcher Report AAD Cred Cert Expire Alert Notify Mail

Dependencies

This script has no dependencies.

Release Notes

1.0.0   First release (list aad aplication certs and secrets + optionally send mail report using o365 mail account)

FileList

Version History

Version Downloads Last updated
1.1.1 124 6/9/2021
1.1.0 83 6/9/2021
1.0.2 82 6/9/2021
1.0.1 83 6/4/2021
1.0.0 (current version) 84 6/3/2021