Skip to content
Tobias Almén edited this page Sep 19, 2023 · 4 revisions

IntuneCD Monitor

This app is a frontend solution to the IntuneCD python package that allows you to easily monitor tracked configurations, trends over time, differences between configurations across multiple tenants.

It's built using Flask and running in a docker container behind an NGINX proxy. Since it is deployed to Azure App Service, SSL is handled by Microsoft and there's no need to build SSL support into the application.

The API to the application is protected by an API Key that is generated from the console and is hashed and stored in the Azure SQL database. Many of the actions in IntuneCD Monitor is protected by assignment to an admin role on the Entra ID app.

Gettings started

Deploy