Skip to content

Azure Local SCOM architecture

The Azure Local SCOM product is a local, Azure-independent monitoring suite. It remains useful when the cluster cannot reach Azure and does not place interactive authentication or customer secrets in agent workflows.

Azure Local SCOM architecture

Runtime boundaries

BoundaryRuns whereResponsibility
Role seedEvery SCOM-managed Windows ServerIdentify clustered Azure Local nodes without discovering ordinary Hyper-V or S2D systems
Topology discoveryDiscovered Azure Local node roleCreate stable deployment, node, storage, Network ATC, lifecycle, platform, pipeline, and DA objects
Shared health probeDiscovered Azure Local node roleAcquire 14 local health signals once per identical configuration through cookdown
Event and performance rulesDiscovered Azure Local node roleSupplement state with high-confidence events and independently tunable time series
DA rollupSCOM health serviceRoll domain-specific node health into six components and one deployment service root
Azure Monitor solutionAzureOwn Azure resource, Resource Health, metric, log, alert, and cloud entity evaluation

The optional future SCOM Azure Extension can add management-server ARM probes. The core suite never depends on it.

Product projects

The suite follows ADR 0033: Library, Discovery, Monitoring, Presentation, and optional Reporting are separate sealed projects. Discovery and Monitoring each have a separate customer-owned unsealed override MP.

Design invariants

  • Azure Local and Hyper-V have no shared runtime Management Pack dependency.
  • Cluster-scoped identity survives node ownership changes.
  • No state is inferred Healthy because a probe failed or stopped reporting.
  • Storage Health Service root-cause faults are preferred to duplicate per-drive paging.
  • Thresholds, duration, alert behavior, and optional collections remain overrideable.
  • The Default Management Pack is never a customization destination.
  • Generated XML remains development output after VSAE verification and transient test sealing; governed release signing and SCOM lab gates still determine release readiness.

Released under the MIT License.