Skip to content
Tobias Almén edited this page Sep 19, 2023 · 1 revision

IntuneCD Monitor provides a feature that allows users to configure an Azure Storage account Container and Blob to pull documentation from in HTML format and display it in the app. This feature can be enabled by setting the DOCUMENTATION_ACTIVE environment variable to true and providing the following variables:

  • AZURE_CONNECTION_STRING: The connection string for the Azure Storage account.
  • AZURE_CONTAINER_NAME: The name of the container that contains the documentation blob.
  • DOCUMENTATION_FILE_NAME: The name of the documentation blob in the container.

The documentation can be generated in HTML format using IntuneCD and md-to-pdf