🔒 Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901 aws-aif-c01
Guided AZ-120 Domain 2
Domain 2 — Module 4 of 8 50%
11 of 28 overall

AZ-120 Study Guide

Domain 1: Migrate SAP Workloads to Azure

  • SAP on Azure: The Big Picture Free
  • Assessing SAP Workloads for Migration Free
  • Migration Strategies: The Decision Framework Free
  • RISE with SAP on Azure Free
  • Migration Execution: DMO, Classical, and Beyond Free
  • HANA System Replication for Migration Free
  • Post-Migration: Validation, Health, and HLI Migration Free

Domain 2: Design and Implement an Infrastructure to Support SAP Workloads

  • SAP-Certified Virtual Machines on Azure
  • Storage Architecture for SAP on Azure
  • Networking for SAP on Azure
  • HANA Architecture on Azure
  • SAP Application Tier on Azure
  • Proximity Placement and Availability Options
  • Azure Center for SAP Solutions (ACSS)
  • SAP Deployment Automation Framework (SDAF)

Domain 3: Design and Implement High Availability and Disaster Recovery

  • High Availability Concepts for SAP
  • High Availability for ASCS/SCS
  • HANA System Replication for HA
  • Shared Storage and Load Balancer Deep Dive
  • Disaster Recovery Strategy for SAP
  • Disaster Recovery Implementation

Domain 4: Maintain SAP Workloads on Azure

  • Azure Monitor for SAP Solutions
  • Backup for SAP HANA
  • Backup for SAP Application Servers
  • Security and Encryption for SAP
  • Microsoft Sentinel for SAP
  • Cost Optimization for SAP on Azure
  • SAP Operations and Lifecycle Management

AZ-120 Study Guide

Domain 1: Migrate SAP Workloads to Azure

  • SAP on Azure: The Big Picture Free
  • Assessing SAP Workloads for Migration Free
  • Migration Strategies: The Decision Framework Free
  • RISE with SAP on Azure Free
  • Migration Execution: DMO, Classical, and Beyond Free
  • HANA System Replication for Migration Free
  • Post-Migration: Validation, Health, and HLI Migration Free

Domain 2: Design and Implement an Infrastructure to Support SAP Workloads

  • SAP-Certified Virtual Machines on Azure
  • Storage Architecture for SAP on Azure
  • Networking for SAP on Azure
  • HANA Architecture on Azure
  • SAP Application Tier on Azure
  • Proximity Placement and Availability Options
  • Azure Center for SAP Solutions (ACSS)
  • SAP Deployment Automation Framework (SDAF)

Domain 3: Design and Implement High Availability and Disaster Recovery

  • High Availability Concepts for SAP
  • High Availability for ASCS/SCS
  • HANA System Replication for HA
  • Shared Storage and Load Balancer Deep Dive
  • Disaster Recovery Strategy for SAP
  • Disaster Recovery Implementation

Domain 4: Maintain SAP Workloads on Azure

  • Azure Monitor for SAP Solutions
  • Backup for SAP HANA
  • Backup for SAP Application Servers
  • Security and Encryption for SAP
  • Microsoft Sentinel for SAP
  • Cost Optimization for SAP on Azure
  • SAP Operations and Lifecycle Management
Domain 2: Design and Implement an Infrastructure to Support SAP Workloads Premium ⏱ ~13 min read

HANA Architecture on Azure

Design HANA deployments on Azure including scale-up single-node for most workloads, scale-out multi-node with shared storage, and understand the retired HANA Large Instances. Learn memory sizing and dynamic tiering concepts.

Designing the HANA database layer

☁️ Mei opens the architecture document. “We have VMs, storage, and networking sorted out. Now the big question: how do we architect the HANA database itself? Do we put everything on one big VM or spread it across multiple nodes?”

🏗️ Raj thinks for a moment. “Our database is 2 TB. I assume that fits on a single VM?”

☁️ Mei nods. “Easily. But not every customer is PrecisionSteel. Some have 8 TB or even 20 TB databases. Let me walk you through all three options so you can handle any exam question.”

☕ Simple explanation

Think of it like moving furniture.

Scale-up is hiring one very strong mover with a giant truck — they carry everything alone. Scale-out is hiring a team of movers who split the load across multiple trucks. HANA Large Instances used to be a warehouse-sized crane for the heaviest loads, but it was retired at the end of 2025. Most moves need just the one strong mover (scale-up). You only bring the team when the load is truly enormous.

HANA scale-up runs the entire database on a single VM with approximately 12 TB of memory (Mv2-series) or more with newer Msv3/Mdsv3-series VMs. Scale-out distributes the database across multiple worker nodes with a shared file system (ANF or NFS on Azure Files), adding a standby node for HA. HANA Large Instances (HLI) were bare-metal servers in Azure datacenters, but they were retired on December 31, 2025. VMs are now the only approach for new deployments.

Scale-up: single-node HANA

Scale-up is the most common HANA deployment on Azure. One VM hosts the entire HANA database. This is simpler to manage, easier to back up, and less complex for HA/DR.

Key characteristics:

  • Single VM with M-series, Mv2-series, or newer Msv3/Mdsv3-series
  • Up to approximately 12 TB memory on Mv2 (higher with newer Msv3/Mdsv3 generations)
  • All HANA storage (/hana/data, /hana/log, /hana/shared) attached directly
  • HA achieved via HANA System Replication (HSR) to a second VM
  • Suitable for the vast majority of SAP workloads

🏗️ Raj confirms. “So PrecisionSteel is a textbook scale-up case. One M192ms for production, one for the HA replica.”

☁️ Mei agrees. “Exactly. Scale-up is always the first choice unless the database physically does not fit in a single VM.”

Scale-out: multi-node HANA

When a HANA database exceeds the memory of the largest available VM, you distribute it across multiple worker nodes. Each node holds a portion of the data, and HANA coordinates queries across them.

Key characteristics:

  • Multiple VMs each running a HANA worker process
  • Azure NetApp Files (ANF) is recommended for shared storage between nodes (NFS on Azure Files also supported for certain configurations)
  • Typically includes a standby node for automatic failover
  • More complex to manage, monitor, and back up
  • Used for very large BW/4HANA or S/4HANA databases
💡 ANF is the primary choice for scale-out

The exam tests whether you know that HANA scale-out on Azure requires shared NFS storage between nodes. Azure NetApp Files is the recommended and most commonly tested option. NFS on Azure Files is also supported for certain configurations. You cannot use Azure Managed Disks for this because they cannot be shared across VMs in the way HANA requires.

HANA Large Instances (HLI) — retired December 2025

HANA Large Instances were bare-metal servers colocated in Azure datacenters. They were created when Azure VMs could not support large HANA databases. HLI was fully decommissioned on December 31, 2025. With Mv2-series reaching 12 TB and newer Msv3/Mdsv3 VMs offering even more, HLI is no longer available for new deployments.

Key facts for the exam:

  • Were bare-metal hardware — no hypervisor overhead
  • Were connected to Azure VNets via dedicated ExpressRoute
  • Offered up to 24 TB memory configurations
  • Retired because Azure VM families now cover the workloads HLI served
  • Existing HLI customers must migrate to Azure VMs (HSR migration pattern)
HANA architecture options on Azure
FeatureScale-up (Single Node)Scale-out (Multi-Node)HANA Large Instances (RETIRED)
ArchitectureOne VM, one HANA instanceMultiple VMs, distributed HANAWas bare-metal server (retired Dec 31, 2025)
Max memoryUp to ~12 TB (Mv2), higher with Msv3/Mdsv3Aggregate across nodes (practically unlimited)Was up to 24 TB
Shared storageNot neededANF recommended (NFS on Azure Files also supported)Was direct-attached SAN
Management complexityLowHighN/A — no longer available
HA approachHSR to second VMHSR + standby node + shared NFSWas HSR + storage replication
Current recommendationPreferred for most workloadsWhen database exceeds single VMRetired — migrate off HLI to Azure VMs
Exam weightHeavily testedKnow when to recommendKnow it existed and HLI-to-VM migration
💡 ⚠️ Recently changed — exam alert

HANA Large Instances (HLI) were fully retired on December 31, 2025. Microsoft announced the retirement in September 2022 with a 3-year transition period. The exam may still ask about HLI — but the correct answers will focus on migrating AWAY from HLI to Azure VMs, not on deploying new HLI systems. If a question offers ‘deploy HANA Large Instance’ as a solution for a new workload, it is wrong.

Memory sizing for HANA

Getting the memory size right is critical — too small and HANA starts disk paging, too large and you waste money.

Sizing approaches:

  1. SAP Quick Sizer — SAP’s official tool for new implementations, estimates memory based on transaction volumes
  2. HANA memory sizing report — for existing HANA systems, check current peak memory usage and add growth headroom
  3. Migration sizing — for non-HANA to HANA migrations, use SAP’s conversion factors (database size does not equal HANA memory requirement due to compression)

Rule of thumb: HANA compresses data significantly (2x to 5x depending on data type). A 10 TB Oracle database might only need 3-4 TB of HANA memory. Always verify with SAP tools rather than guessing.

Dynamic tiering

HANA dynamic tiering (also called Native Storage Extension in newer versions) allows less-frequently accessed data to be stored on disk rather than in memory. This reduces memory requirements for large databases.

  • Hot data stays in memory for fast access
  • Warm data is moved to disk-based storage
  • HANA manages the tiering automatically based on access patterns
  • Reduces the VM memory size needed, which can lower costs
  • Not all SAP applications support dynamic tiering — check compatibility
💡 Exam tip: Dynamic tiering reduces memory cost

If the exam presents a scenario where the HANA database is large but much of the data is historical and rarely queried, dynamic tiering (or Native Storage Extension) is the answer to reduce memory requirements. The key phrase to look for is “infrequently accessed data” or “historical data.”

Question

When should you choose HANA scale-out over scale-up on Azure?

Click or press Enter to reveal answer

Answer

Only when the HANA database exceeds the memory capacity of the largest available VM (approximately 12 TB on Mv2-series, more with newer Msv3/Mdsv3). Scale-up is always preferred for simplicity. Scale-out adds complexity with multi-node management and requires shared NFS storage (ANF recommended).

Click to flip back

Question

Why is Azure NetApp Files (ANF) required for HANA scale-out?

Click or press Enter to reveal answer

Answer

HANA scale-out nodes need a shared NFS file system for coordination, shared data, and log backup. ANF provides the high-performance NFS storage that multiple HANA worker nodes can access simultaneously. NFS on Azure Files is also supported for certain configurations. Azure Managed Disks cannot provide this multi-node shared access.

Click to flip back

Question

What is the current Microsoft recommendation for new HANA deployments — VMs or HLI?

Click or press Enter to reveal answer

Answer

VMs are the only choice for new deployments — HANA Large Instances (HLI) were retired on December 31, 2025. With Mv2-series supporting approximately 12 TB and newer Msv3/Mdsv3 VMs offering even more, there is no longer a need for HLI.

Click to flip back

Question

What is HANA Native Storage Extension (dynamic tiering) and how does it help with sizing?

Click or press Enter to reveal answer

Answer

Native Storage Extension moves infrequently accessed (warm) data from memory to disk-based storage while keeping hot data in memory. This reduces the overall memory requirement for large databases, potentially allowing a smaller (cheaper) VM size.

Click to flip back

Knowledge check

Knowledge Check

A customer has a 15 TB SAP HANA database that cannot be reduced with data archiving. What HANA architecture should Mei recommend on Azure?

Knowledge Check

PrecisionSteel's 2 TB HANA database includes 800 GB of historical data that is queried only during annual audits. What feature can reduce their memory requirement?

Knowledge Check

Yuki is designing a HANA scale-out architecture for a customer with a 20 TB database. What shared storage service is required for HANA scale-out deployments on Azure VMs?

Summary

You now understand the three HANA architecture options: scale-up for most workloads (preferred), scale-out with shared NFS storage (ANF recommended) when a single VM is not enough, and the now-retired HLI. Memory sizing uses SAP tools and accounts for HANA compression, and dynamic tiering can reduce requirements for databases with lots of historical data.

Next, we look at the SAP application tier — the servers that sit above the database and handle business logic, messaging, and user connections.

🎬 Video coming soon

← Previous

Networking for SAP on Azure

Next →

SAP Application Tier on Azure

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.