6.3 Policies, Standards, and Security Recommendations

Key Takeaways

  • A security policy defines the standards, controls, and conditions Defender for Cloud uses to assess resource configurations.
  • The Microsoft Cloud Security Benchmark (MCSB) is the built-in default standard, applied to Azure and extendable to AWS and GCP.
  • When a resource fails a control during continuous assessment, Defender for Cloud generates a security recommendation with remediation guidance.
  • Recommendations include affected resources, remediation steps, severity/risk context, and frequently a quick-fix or automated remediation option.
Last updated: June 2026

From Policy to Standard to Assessment

Defender for Cloud posture management is built on continuous assessment. The chain starts with a security policy, which Microsoft defines as specifying the standards, controls, and conditions used to assess resource configurations and identify potential security risks. Centralized policy management lets you define the security conditions you want to maintain across the environment; the policy then translates into recommendations that flag resource configurations violating it.

At the center is the Microsoft Cloud Security Benchmark (MCSB) — the built-in standard that applies security principles with detailed technical implementation guidance for Azure and other cloud providers (AWS and GCP). MCSB is assigned by default when Defender for Cloud is enabled, so out of the box your resources are already being scored against a vendor-maintained baseline.

ElementRole in Defender for Cloud
Security policyDefines the standards, controls, and conditions used for assessment
Security standardGroups controls and logic — e.g., MCSB, regulatory frameworks, or custom standards
ControlAn expected security configuration or requirement within a standard
AssessmentThe continuous check of resources against control logic
RecommendationActionable finding generated when a resource fails a control
RemediationThe fix / hardening action proposed for affected resources

Standards come from several sources: security benchmarks (such as MCSB), regulatory compliance standards (mapped to frameworks like ISO 27001, PCI DSS, or NIST), and custom standards that align assessments with internal policy. SC-900 does not require memorizing every framework — only knowing that Defender for Cloud assesses resources against assigned standards and that MCSB is the default.

How Recommendations Work

Defender for Cloud continuously evaluates resources against the controls in assigned standards. When a resource does not meet a control, it generates a security recommendation describing the issue and the actions required to remediate it. Recommendations are deliberately actionable — they typically include:

  • A short description of the security issue.
  • The list of affected resources (healthy vs unhealthy).
  • Remediation steps, often with a quick fix or automated remediation that applies the change for you.
  • Severity and risk context — internet exposure, data sensitivity, lateral-movement potential, and exploitability.
  • Attack path context when the issue contributes to an exploitable path (Defender CSPM).

This is why a question asking how to find practical hardening steps for insecure cloud resources points to Defender for Cloud recommendations. Risk context then helps teams prioritize: the same risk factors that rank a recommendation also feed secure score and attack path analysis, so urgent, internet-exposed issues bubble to the top above low-priority cleanup.

Don't Confuse Assessment with Authorization

A recurring trap separates policy assessment from access authorization. Azure role-based access control (RBAC) determines who can perform actions on resources. Defender for Cloud security policies determine how resources are assessed for security. Both are important but answer different questions: if the prompt says grant permissions to a resource group, think RBAC; if it says assess resources against standards and produce recommendations, think Defender for Cloud.

The assessment engine is shared. The very same resource evaluations feed both security recommendations and the regulatory compliance view — a resource that fails an MCSB control appears in recommendations, and a related control contributes to a compliance dashboard. That single shared engine is why Defender for Cloud shows up across posture, secure score, and compliance questions alike.

  • Policies and standards (default: MCSB) define expected posture.
  • Continuous assessment checks resources against those controls.
  • Failed controls become actionable recommendations with remediation steps.
  • Risk context drives prioritization; RBAC is authorization, not assessment.

Recommendations, Quick Fix, and Automation

One reason Defender for Cloud recommendations are central to the exam is that they are not just lists — they include built-in remediation. Many recommendations expose a quick fix button that applies the corrective configuration directly to the unhealthy resources, so a team can remediate an entire fleet without writing scripts. Others support automated remediation through governance rules and workflow automation, which can trigger a Logic App when a recommendation or alert appears (for example, to open a ticket or notify an owner).

For SC-900 you do not configure these, but you should recognize that recommendations are designed to drive action, not just reporting.

Recommendations are also grouped into security controls, the same controls that drive secure score in the next section. A control bundles related recommendations under a security objective — for instance, 'enable encryption at rest' or 'restrict unauthorized network access' — and a resource is only fully credited when every recommendation in that control is healthy. This grouping is what links the policy/standard layer to the score layer.

Built-in vs Custom Standards

Standard typeExamplePurpose
Security benchmarkMicrosoft Cloud Security Benchmark (MCSB)Default technical baseline across Azure, AWS, GCP
Regulatory standardISO 27001, PCI DSS, NIST SP 800-53Map assessments to a compliance framework
Custom standardOrganization's internal policyAlign assessments with bespoke requirements

The ability to author custom standards matters because not every organization is governed only by published frameworks. A team can build a custom standard from selected recommendations to encode internal rules, and those custom controls then assess resources exactly like built-in ones — producing recommendations and contributing to compliance views. SC-900 will not ask you to author one, but it may test that custom standards exist alongside benchmarks and regulatory standards.

Putting the Chain Together

The end-to-end flow is worth rehearsing as a single sentence: a security policy assigns one or more standards; each standard contains controls; Defender for Cloud continuously assesses resources against those controls; a failing control yields a recommendation (with affected resources, severity, risk factors, and remediation, often a quick fix); healthy controls raise secure score; and the same results populate the regulatory compliance dashboard.

Because every later concept in this chapter hangs off this chain, mastering it makes secure score, compliance, and even attack paths much easier to reason about on exam day.

Test Your Knowledge

In Defender for Cloud, what triggers the creation of a security recommendation?

A
B
C
D
Test Your Knowledge

Which standard is enabled by default and applies security principles to Azure (and extends to AWS and GCP) when Defender for Cloud is turned on?

A
B
C
D
Test Your Knowledge

Which statement correctly distinguishes Azure RBAC from Defender for Cloud security policies?

A
B
C
D