Azure
Change Feed (24h)
24-hour stream of changes from the Activity Log, mixed across services into one timeline.
Live preview — demo data
Same idea on another cloud
What this pane shows
A 24-hour stream of mutating actions from the Activity Log, mixed across services and filtered to change events.
Key use cases
- Daily check of recent changes during a quiet period.
- Catch an unexpected change made outside business hours.
- Audit volume of changes during a freeze window.
- Investigate which service had the most activity overnight.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-azure-change-feed-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/azure/change-feed/change-feed.js"
defer></script>
Tier
Available on Team+ and above.
Build notes
No outstanding build notes.