Hello Folks,
Requirement is this :
-----------------------------
-Implement a automatic way for capturing tenant level configuration on monthly basis
-purpose is to compare current month's configuration to previous month's one, for any configuration changes
-get a report highlighting new settings / removed settings or settings where value has been changed (by microsoft)
-this report shd be sent to power platform team
From a first look, I dont think power automate can be used for this. Power Automate does not expose tenant-level Power Platform configuration and is not suited for structural configuration diffing. An API-driven scheduled process is required to reliably detect Microsoft-introduced tenant changes and report what has changed across months.
I am not sure, but possibly setup a service identity (App registration), Programmatically retrieve tenant configuration, store each month snapshots (not sure how), compare and generate change summary etc. Any idea how to do that?
Any thoughts how the above requirement can be achieved?