AZ-120 · Question #196
You are planning a deployment of SAP on Azure that will use SAP HANA. You need to ensure that the SAP application servers are in the same datacenter as the HANA nodes. What should you use?
The correct answer is B. a proximity placement group. Proximity Placement Groups (PPGs) are an Azure construct specifically designed to co-locate virtual machines within the same datacenter (low-latency zone), which is a hard requirement for SAP HANA deployments where network latency between app servers and HANA nodes must be…
Question
You are planning a deployment of SAP on Azure that will use SAP HANA. You need to ensure that the SAP application servers are in the same datacenter as the HANA nodes. What should you use?
Options
- Aan application group
- Ba proximity placement group
- Ca resource group
- Da virtual machine scale set
How the community answered
(28 responses)- A4% (1)
- B89% (25)
- C7% (2)
Explanation
Proximity Placement Groups (PPGs) are an Azure construct specifically designed to co-locate virtual machines within the same datacenter (low-latency zone), which is a hard requirement for SAP HANA deployments where network latency between app servers and HANA nodes must be minimized.
- A (Application group) is an Azure Virtual Desktop concept for grouping published apps - unrelated to VM placement.
- C (Resource group) is a logical container for managing and organizing Azure resources; it has no bearing on physical location or latency.
- D (VM Scale Set) handles auto-scaling and availability of identical VMs, but does not guarantee co-location in the same datacenter.
Memory tip: Think of "proximity" literally - a Proximity Placement Group physically pulls VMs close together. SAP on Azure documentation specifically calls out PPGs as the mechanism for latency-sensitive workloads like HANA, so whenever you see "same datacenter" + "SAP/HANA," PPG is the answer.
Topics
Community Discussion
No community discussion yet for this question.