QuestionQ19

Design and implement an infrastructure to support SAP workloads on Azure

You have two Azure subscriptions.

You plan to deploy virtual machines in both subscriptions. The virtual machines will host SAP workloads. As part of the deployment, the virtual machines will be placed in an availability zone named Availability Zone 1 in each subscription.

You need to ensure that the virtual machines reside in the same physical datacenter.

What should you do first?

  • A Use the Check Zone Peers REST API.
  • B Deploy the virtual machines to the same availability set.
  • C Deploy the virtual machines to the same proximity group.
  • D Use the List By Location REST API.
Explanation

Availability-zone identifiers are logical mappings that can differ between Azure subscriptions, so Availability Zone 1 is not necessarily the same physical datacenter in both subscriptions. The Check Zone Peers API compares the subscriptions’ logical zone mappings and returns the corresponding physical-zone peers needed to select matching zones.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!