Define a security strategy
The previous unit showed how to evaluate an existing security posture and design a strategy from the findings. But what if your organization lacks a formal security strategy altogether? Organizations without one—whether adopting cloud for the first time or scaling beyond implicit security practices—need to design a strategy before they can evaluate against one.
This unit covers how to design a new strategy for security and governance based on the Cloud Adoption Framework (CAF) and the Well-Architected Framework (WAF). CAF provides the organizational and lifecycle structure—how to plan, adopt, govern, and manage security across your cloud estate. WAF provides the architectural quality standards—what security properties your workloads must exhibit.
Recognize when you need a new strategy
Defining a new security strategy is appropriate when one or more of these conditions exist:
- No documented security strategy: Security decisions are made without a guiding framework.
- On-premises-only strategy: The existing strategy doesn't address cloud-specific threats, shared responsibility models, or identity-centric perimeters.
- Major transformation: The organization is undergoing a significant shift—such as a first cloud adoption, a merger, or a move to a new operating model—that invalidates prior assumptions.
- Regulatory change: New compliance requirements demand a fundamentally different security approach rather than incremental adjustments.
If a documented cloud security strategy already exists, use the evaluation approach from the previous unit instead.
Address organizational readiness
Cloud security requires a broader set of participants than traditional on-premises models. Before defining technical strategy components, address the organizational foundations:
Evolve the security mindset. In on-premises environments, the attack surface is primarily at the network perimeter. In cloud environments, every resource is a potential attack vector. Security teams need to shift from perimeter-focused defense to an identity-centric, data-aware model that assumes breach rather than prevention alone.
Align teams and roles. Cloud security involves specialized functions that may not exist in your current structure—cloud security architecture, DevSecOps, security posture management, and threat intelligence. Map existing skills to required functions and identify gaps early. The CAF Secure methodology provides guidance on security teams, roles, and functions to help structure these responsibilities.
Secure executive sponsorship. A security strategy without executive backing becomes a document that nobody follows. Ensure leadership understands the business rationale—risk reduction, compliance enablement, and business agility—and commits resources for implementation.
Establish security objectives
Before defining how to address each strategy component, establish what security must achieve. Work with business stakeholders to define objectives that are:
- Business-aligned: Tie each objective to a business outcome—revenue protection, customer trust, or regulatory compliance.
- Risk-informed: Prioritize based on threat likelihood and business impact. Focus resources where potential harm is greatest.
- Measurable: Define metrics that demonstrate progress—reduction in exposure, detection coverage, or mean time to remediate.
These objectives become the criteria for evaluating each strategy component that follows.
Define strategy components
The CAF Secure methodology organizes security strategy into six components. Each addresses a distinct aspect of your security posture and together they form a comprehensive strategy. As you define each component, the WAF security pillar provides the architectural requirements that translate strategic intent into workload-level design decisions.
Security posture modernization
Security posture modernization means continuously improving your defensive capabilities to keep pace with evolving threats. This component addresses:
- Identity and access governance: In cloud environments, identity is the primary control plane. Define policies for authentication strength, privileged access lifecycle, conditional access based on risk signals, and service identity management. MCSB dedicates two domains—Identity Management and Privileged Access—to these controls, and WAF checklist item SE:05 specifies workload-level identity and access requirements.
- Network segmentation: Define a network architecture that enforces isolation between trust zones, segmented by workload sensitivity and function. WAF checklist item SE:06 specifies workload-level network controls including traffic filtering and ingress/egress restrictions.
- Asset visibility: You can't protect what you can't see. Establish a comprehensive inventory of identities, devices, applications, data, and infrastructure across cloud and on-premises environments.
- Configuration baselines: Define secure configuration standards for each asset category. Use the Microsoft Cloud Security Benchmark to establish baseline requirements across its 12 security domains. WAF checklist item SE:01 reinforces this by requiring a security baseline aligned to compliance requirements, industry standards, and platform recommendations.
- Continuous assessment: Implement automated tools that measure posture against your baselines. Microsoft example: Microsoft Defender for Cloud provides cloud security posture management (CSPM) with secure score and regulatory compliance dashboards.
Adopt Zero Trust as a strategic foundation
The CAF Secure methodology positions Zero Trust adoption as a core element of posture modernization. Rather than a product or technology, Zero Trust is a set of principles that guide every security decision:
- Verify explicitly: Authenticate and authorize every access request based on all available signals—identity, location, device health, service or workload, data classification, and anomalies.
- Use least privilege: Limit access with just-in-time and just-enough-access policies, risk-based adaptive controls, and data protection requirements tied to sensitivity levels.
- Assume breach: Minimize blast radius through segmentation. Verify end-to-end encryption. Use analytics to detect threats and improve defenses proactively.
These principles apply across six Zero Trust pillars: identities, devices, applications, data, infrastructure, and networks. Map each principle to specific controls within each pillar rather than treating Zero Trust as an abstract goal. The WAF design principle "plan your security readiness" requires accounting for Zero Trust and the CIA Triad in workload-level planning.
Incident preparedness
No security strategy eliminates all risk. Your strategy must account for how the organization responds when incidents occur:
- Detection capabilities: Define monitoring coverage requirements for each environment—cloud workloads, identity systems, network traffic, and endpoint activity. Specify detection time targets for critical threat categories.
- Response procedures: Establish incident response plans that define roles, communication channels, escalation paths, and decision authority. Include procedures for both contained incidents (single-workload compromise) and broad-impact scenarios (identity provider compromise, supply chain attack). WAF checklist item SE:12 requires workload-specific incident response procedures covering localized issues through disaster recovery.
- Recovery objectives: Set recovery time objectives (RTO) and recovery point objectives (RPO) for security-related outages. Define what "recovered" means for each critical system—restored operations, confirmed absence of persistence mechanisms, and validated integrity of data.
- Practice and refinement: Conduct tabletop exercises and simulated attacks regularly. Update procedures based on lessons learned.
Confidentiality strategy
Confidentiality ensures that sensitive information is accessible only to authorized entities. WAF checklist items SE:03 (classify and label data by sensitivity) and SE:07 (encrypt data using modern standards aligned to classification) provide the workload-level implementation requirements for this component. Your strategy should define:
- Data classification: Establish classification levels (public, internal, confidential, highly confidential) and the criteria for assigning each level. Classification drives all downstream protection decisions.
- Data protection controls: Map specific protection mechanisms to each classification level—encryption at rest and in transit, access controls, and information barriers.
- Data loss prevention (DLP): Define a DLP strategy that prevents sensitive data from being shared, transferred, or exposed outside authorized boundaries. DLP policies should align to your classification levels and cover email, cloud storage, endpoints, and collaboration platforms.
- Regulatory alignment: Identify which data falls under regulatory requirements (HIPAA, PCI-DSS, industry-specific mandates) and ensure your classification and protection scheme satisfies those obligations.
- Lifecycle management: Define how data is handled from creation through disposal, including retention policies and secure deletion procedures.
Integrity strategy
Integrity means that data, configurations, and systems remain trustworthy and unaltered by unauthorized activity. WAF checklist items SE:02 (maintain a hardened software supply chain) and SE:08 (harden workload components by reducing surface area) translate integrity principles into workload design requirements:
- Configuration drift prevention: Establish automated policy enforcement that detects and remediates configuration drift from approved baselines. Microsoft example: Azure Policy continuously evaluates resource configurations against policy definitions and flags or autoremediates noncompliant resources.
- Change control: Implement auditable change management processes for infrastructure and application code. Every change to security-relevant configurations should be traceable to an authorized request.
- Supply chain security: Verify the integrity of software components, container images, and infrastructure-as-code templates before deployment. Maintain a software bill of materials (SBOM) for critical workloads.
- Data integrity verification: Implement controls that detect unauthorized modification of data—checksums, digital signatures, and immutable storage where regulatory or business requirements demand it.
Availability strategy
Availability ensures that systems and data remain accessible to authorized users when needed. While WAF addresses availability primarily through its reliability pillar, security-related availability threats—ransomware, denial of service, destructive attacks—require explicit treatment in your security strategy:
- Criticality assessment: Classify workloads by business criticality and assign availability targets accordingly. Not every system requires the same level of resilience investment.
- Resilience design: Define architectural patterns for each criticality tier—redundancy, failover, load distribution, and geographic distribution. Align resilience patterns with your availability targets.
- Denial-of-service protection: Include protection against volumetric and application-layer attacks as a baseline requirement for internet-facing workloads.
- Backup and recovery: Establish backup strategies that protect against both operational failures and security incidents such as ransomware. Ensure recovery procedures are tested and recovery times meet defined objectives.
Sustainment
A security strategy fails if it only addresses today's environment. Sustainment ensures your strategy remains effective over time:
- Continuous improvement cadence: Define review cycles—quarterly for metrics and priorities, annually for full strategy review, and event-driven updates after significant incidents or organizational changes.
- Threat landscape monitoring: Assign responsibility for tracking emerging threats and technologies that could affect your security posture, including new attack techniques and evolving regulatory requirements.
- Skill development: Plan for ongoing training and skills investment as cloud services and threat tactics evolve. Security knowledge has a short half-life; build learning into your operating model.
Address governance and compliance
A strategy without governance remains aspirational. Governance provides the enforcement mechanisms that translate strategic objectives into verifiable, consistent practice across your cloud estate:
- Policy-as-code: Codify security requirements as automated policies that prevent noncompliant deployments, audit existing configurations, and remediate drift. Microsoft example: Azure Policy evaluates resources against defined rules and can deny, audit, or auto-remediate noncompliant configurations.
- Compliance mapping: Map each strategy component to the regulatory and industry frameworks your organization must satisfy—HIPAA, PCI-DSS, sector-specific mandates, or internal standards. Track adherence through continuous compliance monitoring rather than periodic audits alone.
- Exception management: Define a formal process for security exceptions—risk acceptance criteria, approval authority, time-bound expiration, and compensating controls. Without a clear exception process, teams bypass controls informally.
- Secure development lifecycle: Commit to integrating security into every phase of software delivery—threat modeling during design, secure code review during development, automated security testing in deployment pipelines, and runtime protection in production. WAF checklist item SE:02 requires a hardened software supply chain with integrated threat modeling.
Address AI workload security
Organizations deploying AI workloads face additional security concerns that traditional strategies don't cover. Your strategy should address model protection (securing model weights and training data as high-value assets), input validation (filtering for prompt injection and adversarial inputs), output controls (preventing data leakage through model responses), and monitoring for unusual query patterns. MCSB includes a dedicated AI security domain that provides controls for these scenarios.
With all strategy components and governance mechanisms defined, document the strategy with measurable targets for each component, scope assignments—CAF for organizational objectives, landing zones for platform controls, WAF for workload requirements—and a phased roadmap prioritized by risk and business impact.
The next step is recommending specific solutions that implement each capability your strategy requires.