Dynamics 365 configuration change intelligence

Thousands of parameters. One complete monitoring view.

Dynamics 365 Finance and Supply Chain Management spans 24+ modules with thousands of parameters spread across them. When multiple legal entities are involved, the effort required to maintain consistency and detect parameter drift multiplies quickly.

ConfigWatch automatically monitors parameter-table changes across the application and every legal entity, then streams a structured change feed to Azure Application Insights - helping platform engineering and application management teams detect changes before a single unnoticed parameter disrupts live operations.

check_circleNo broad database logging check_circleApplication Insights storage check_circleKQL and agent-ready
bolt Configuration telemetry pipeline

From F&O change to actionable insight

Capture the complete parameter-change landscape, then analyse it using familiar Azure observability tools.

settings

Dynamics 365 configuration changes

All parameter tables across the application

SOURCE
auto_awesome

ConfigWatch telemetry service

Structured event, user, timestamp and before/after context

CAPTURE
insights

Azure Application Insights

Centralised, queryable telemetry outside the F&O database

STORE
check_circle Less operational overhead  •  Flexible retention  •  Built for analytics

Core capabilities

Configuration monitoring for complex Dynamics 365 estates

Turn parameter-table changes into structured, searchable telemetry that platform engineering, infrastructure, application management, support and governance teams can use across every legal entity.

compare_arrows

Before-and-after values

Capture the previous and new values for monitored fields so teams can quickly understand exactly what changed.

person

User and time context

Record who made the change, when it occurred and the relevant legal entity or organisational context.

settings

Holistic monitoring

Monitor parameter tables across the application and all legal entities by default, with no manual table selection required.

search

KQL investigation

Search and correlate change events using Kusto Query Language across users, environments, tables and time periods.

dashboard

Dashboards and alerts

Build operational dashboards, scheduled summaries and proactive alerts for high-risk or unexpected changes.

auto_awesome

Agent-ready telemetry

Add an intelligent layer that can summarise changes, identify patterns and support root-cause investigations.

The traditional challenge

Why parameter governance becomes difficult to operate

warning

Thousands of settings across 24+ modules

Critical operational behaviour is distributed across a broad configuration landscape that is difficult to review manually.

list_alt

Multi-entity complexity multiplies quickly

Each legal entity adds another configuration footprint to compare, maintain and investigate.

dns

A single drift can disrupt live operations

Unnoticed parameter changes can affect posting, planning, inventory, fulfilment and other business-critical processes.

hourglass_empty

Database logging adds more overhead

Teams must configure logging, manage storage growth and rely on cumbersome reporting to investigate changes.

Built for target users

Simplify the work of platform and application management teams.

ConfigWatch gives platform engineering, infrastructure and application support teams a seamless way to monitor system configuration changes across the live Dynamics 365 environment - without configuring database logging, consuming additional transactional storage or running cumbersome reports.

check

Lower application-database footprint

Change telemetry is sent to Application Insights rather than retained as broad database-log data in F&O.

check

Better operational visibility

Use dashboards, saved queries and alerts tailored to platform engineering, infrastructure, support, security and release-management teams.

check

Flexible analytics foundation

Correlate configuration changes with deployments, incidents, performance signals or support tickets.

check

Extensible for AI and automation

Expose curated telemetry to copilots or agents that can explain recent changes and highlight unusual activity.

insights

Capacity-aware by design

As enterprise data platforms increasingly use capacity-based commercial models, retaining high-volume audit data in transactional stores can create avoidable pressure. ConfigWatch captures the full parameter-change landscape by default and lets customers manage retention and analysis in the Azure observability layer.

Solution architecture

A lightweight path from business change to insight

ConfigWatch keeps capture close to Dynamics 365 while moving analysis and retention to the Azure observability layer.

settings

Dynamics 365 F&O

Users update parameter records through normal application processes across any legal entity.

  • check_circleAll parameter tables monitored by default
  • check_circleUser and company context
  • check_circlePrevious and new values
auto_awesome

ConfigWatch capture layer

A purpose-built extension automatically creates structured events for parameter-table changes and sends them as telemetry.

  • check_circleComplete parameter-table coverage
  • check_circleConsistent event schema
  • check_circleMinimal operational friction
insights

Azure insights layer

Application Insights stores and exposes the feed for KQL queries, dashboards, alerts and intelligent analysis.

  • check_circleApplication Insights / Log Analytics
  • check_circleAzure Data Explorer and KQL
  • check_circleDashboards, alerts and agents

The exact telemetry scope, retention period, redaction rules and alerting model can be aligned to each customer's governance and compliance requirements.

Approach comparison

Purpose-built monitoring versus traditional database logging

ConfigWatch complements a broader audit strategy by offering a focused, analytics-ready option for complete parameter-table change visibility.

Consideration

ConfigWatch — Application Insights

Standard database log Custom export / integration
Primary design check_circlePurpose-built
All parameter-table changes emitted as structured telemetry.
△ Generic
Database-level logging configured across chosen tables and fields.
△ Custom
Data extracted or copied through bespoke interfaces and storage.
Storage location Azure Application Insights / Log Analytics, outside the core F&O transactional database. Application database records that must be retained, reviewed and managed. Customer-designed staging database, lake, integration platform or data store.
Database-capacity impact check_circleReduced
Avoids using broad database-log storage for the monitored feed.
Potentially higher - volume can grow significantly depending on scope and activity. Moves capacity elsewhere but introduces separate storage and integration costs.
Setup and maintenance Focused product configuration and a consistent event model. Can become cumbersome when many tables, fields and retention needs are involved. Requires API, export, transformation, schema and support ownership.
Analytics experience check_circleNative KQL
Search, correlate, aggregate, alert and visualise using Azure tools.
Typically relies on application navigation or purpose-built operational reports. Depends entirely on the custom platform and reporting implementation.
Near-real-time monitoring Designed for rapid telemetry availability and alerting. Records are available in the application, but proactive monitoring requires additional work. Depends on integration frequency, latency and failure handling.
Agentic extension Well suited to summarisation, anomaly detection and natural-language investigation over curated events. Possible, but raw database-log records generally need extraction and shaping first. Possible after designing a trusted, searchable data model.
Best fit Complete monitoring of parameter-table changes across the application and all legal entities using modern Azure observability. Broad in-application audit requirements where standard database logging is mandated or sufficient. Specialised cross-system audit platforms with dedicated integration investment.

Key advantage: ConfigWatch captures the full parameter-change landscape by default and lets customers manage retention and analysis in the Azure observability layer, reducing pressure on capacity-based transactional storage.

KQL-powered analysis

Ask precise questions of your configuration history.

Once the feed is in Application Insights, authorised users can build their own KQL queries, workbooks and dashboards - or use the telemetry as grounding for an agentic experience.

check

Find all changes before an incident

Filter by environment, company, table, user and time range.

check

Detect unusual behaviour

Highlight out-of-hours changes, repeated reversals or high-risk parameter updates.

check

Build executive and operational views

Create dashboards for change volume, hotspots, top users and impacted modules.

Sample KQL query
customEvents
| where name == "F&O Configuration Change"
| extend
    Table = tostring(customDimensions.TableName),
    ChangedBy = tostring(customDimensions.UserId),
    OldValue = tostring(customDimensions.OldValue),
    NewValue = tostring(customDimensions.NewValue)
| where timestamp > ago(7d)
| summarize Changes = count()
    by Table, ChangedBy, bin(timestamp, 1d)
| order by Changes desc

"What changed before yesterday's posting issue?"

Investigate recent relevant parameter changes.

"Summarise high-risk changes this week."

Generate a concise governance briefing.

"Alert when this parameter changes."

Turn monitoring logic into proactive action.

Business outcomes

Stronger governance with less operational friction

A modern monitoring foundation for platform engineering, infrastructure, support, audit, security, release and application-management teams.

task_alt

Complete

Capture all parameter-table changes across every legal entity.

search

Searchable

Query change history with KQL across time and context.

trending_up

Scalable

Use Azure telemetry retention rather than broad transactional logging.

auto_awesome

Extensible

Add dashboards, alerts, automation and agentic analysis.

Powered by Microsoft

Built on the Azure observability ecosystem

ConfigWatch stays close to standard Dynamics 365 and Azure services, helping simplify security, support, retention and day-to-day operations.

Dynamics 365 Finance Dynamics 365 Supply Chain Azure Application Insights Log Analytics Azure Data Explorer Kusto Query Language Azure Monitor Workbooks Copilot & Agents

Make configuration changes visible.

See how ConfigWatch can provide a complete view of parameter changes, reduce database-log dependency and create an analytics-ready audit feed.