Service Principal Notifier

Introduction

Service Principal Notifier is a project that monitors Service Principals (SP) and notifies via email when SPs are expiring or have expired.

🛠 Development

Prerequisites

At a minimum, you will need the following installed and configured in order to run this project

Building and Running

Format

dotnet format

Build

dotnet build

Run

# Ensure an Azure storage emulator is running

cd ServicePrincipalNotifier/
func start