7.2 Data Connectors and Security Signals

Key Takeaways

  • Data connectors are how Sentinel ingests security signals into its Log Analytics workspace.
  • Connectors come in types: native service-to-service (e.g., Microsoft 365, Entra ID, Defender XDR), agent-based, and standards-based (Syslog, CEF, REST API).
  • Many connectors ship as packaged solutions that include analytics rules, workbooks, and hunting queries.
  • Without connected data, analytics rules, hunting, and workbooks have nothing to evaluate.
  • Sentinel stores ingested data in a Log Analytics workspace; billing is largely based on ingestion and retention.
Last updated: June 2026

Connectors Are the Front Door

A data connector is the mechanism by which Microsoft Sentinel ingests security signals so they land in the underlying Log Analytics workspace. Connectors are the first step in the Sentinel workflow: analytics rules, incidents, workbooks, hunting queries, and playbooks all operate on the data that connectors bring in. If a scenario says an organization wants to collect security signals to detect and investigate threats, the Sentinel answer begins with connectors.

Microsoft provides hundreds of out-of-the-box connectors, and the exam expects you to recognize the broad categories rather than memorize any one setup. The data lands in tables in the workspace and becomes queryable with Kusto Query Language (KQL).

Connector typeHow it worksExample sources
Native / service-to-serviceAPI-based, no agent; often a few clicksMicrosoft Entra ID, Microsoft 365, Microsoft Defender XDR, Azure activity
Agent-basedAzure Monitor Agent collects logs from VMs/serversWindows/Linux machines, custom on-prem logs
Standards-basedIndustry log formats forwarded to SentinelSyslog, Common Event Format (CEF), firewalls, network appliances
API / codeless / TIREST APIs, Codeless Connector, threat-intel feedsSaaS apps, TAXII/STIX threat intelligence, AWS, GCP

Many connectors are delivered as content solutions from the Sentinel Content Hub. Installing one of these often deploys not just the ingestion path but also matched analytics rules, workbooks, and hunting queries tuned for that source. For SC-900 the key idea is simply that connectors are packaged on-ramps for getting the right data in.

Because Sentinel bills largely on data ingested and retained, connectors are also where data-cost decisions begin in the real world. The exam will not ask for pricing math, but it may describe an organization wanting to control which sources flow in — that is still a connector concept.

The Dependency Chain and Product Cues

Think of Sentinel as a pipeline that starts with connectors:

  • Connect — data connectors ingest signals into the Log Analytics workspace.
  • Detect — analytics rules evaluate that data and raise incidents.
  • Investigate — incidents and hunting work the data.
  • Visualize — workbooks chart trends from the data.
  • Respond — automation rules and playbooks act on incidents.

The practical consequence: no connected data means analytics, hunting, and workbooks have less to work with. A scenario that says "the team enabled an analytics rule but it never fires" frequently means the relevant data source is not connected. That cause-and-effect is a fair fundamentals-level inference.

Use connector wording to anchor product selection, but do not stop there. The prompt may move on to detection or response, yet the entry cue is the need to feed signals into a SIEM:

Goal in the promptProduct/Concept
Bring security logs from many sources into one placeSentinel data connectors
Protect email and collaborationDefender for Office 365
Protect endpoint devicesDefender for Endpoint
Ingest a third-party firewall's logs for a SIEMSentinel (CEF/Syslog connector)

The exam may not use the word connector at all. It may describe a company whose security signals live in several systems and that wants a Microsoft solution to centralize them for analysis — that is still the Sentinel connector idea. Keep compliance (Purview) and identity governance (Entra) scenarios out of this lane: connectors carry security telemetry for detection and response, not retention labels or access reviews.

Why Connectors Define Sentinel's Value

The range of connectors is precisely what lets Sentinel act as a single pane of glass and what most clearly separates it from Microsoft Defender XDR. Defender XDR correlates signals only across Microsoft workloads — endpoints, identities, email, and cloud apps — with little configuration because the sources are built in. Sentinel deliberately reaches further: its connector catalog includes AWS, Google Cloud, dozens of firewall and proxy vendors, network appliances, SaaS platforms, identity providers, and custom applications, in addition to all of the Microsoft sources.

When a scenario stresses non-Microsoft or mixed-vendor sources, that breadth is the signal to choose Sentinel rather than a single Defender product.

A helpful way to reason about connectors is to ask three questions about the source. ** If so, a native, API-based service-to-service connector usually needs only permissions and a few clicks — Microsoft Entra ID sign-in and audit logs, Microsoft 365 activity, Azure activity, and Microsoft Defender XDR all connect this way. ** Then an agent collects the logs, using the Azure Monitor Agent. ** Then it almost certainly forwards data in an industry-standard format such as Syslog or Common Event Format, or through a REST API or codeless connector.

Source natureTypical connector approach
Microsoft cloud serviceNative service-to-service (API), few clicks
Windows/Linux server or VMAgent-based via Azure Monitor Agent
Firewall, proxy, network applianceStandards-based Syslog or CEF forwarding
Custom app, SaaS, or threat feedREST API, Codeless Connector, or TAXII/STIX

For SC-900 you will not configure any of these. The durable takeaways are that connectors are the on-ramp that makes Sentinel's broad visibility possible, that they come in native, agent-based, and standards-based varieties, that many arrive as packaged solutions bundling rules, workbooks, and hunting queries, and that every downstream Sentinel feature depends on the data they bring in. Recognizing connectors as the first and enabling step lets you answer both "which product" and "why did detection not fire" questions correctly.

Test Your Knowledge

What is the primary purpose of a Microsoft Sentinel data connector?

A
B
C
D
Test Your Knowledge

Which connector type would you use to bring logs from a third-party firewall that emits Common Event Format (CEF) into Sentinel?

A
B
C
D
Test Your Knowledge

An analytics rule for sign-in anomalies never triggers any incidents. What is the most likely fundamentals-level cause?

A
B
C
D