From ee13ee174f1b9bf4f018bab74b4ac613491b787f Mon Sep 17 00:00:00 2001 From: Oli Passey Date: Wed, 5 Mar 2025 12:27:13 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8a6f1..2e955eb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ This repository contains an Azure Function that monitors Azure App Registrations ## Requirements - - **Azure Function App**: This code is designed to run as an Azure Function. - - **Environment Variables**: The following environment variables are required for the function to authenticate to Microsoft Graph API and send emails: + + - **Environment Variables**: + - The following environment variables are required for the function to authenticate to Microsoft Graph API and send emails: - `AZURE_CLIENT_ID`: The Azure AD application client ID. - `AZURE_CLIENT_SECRET`: The Azure AD application client secret. - `AZURE_TENANT_ID`: The Azure AD tenant ID.