QuestionQ285

Design and implement an infrastructure to support SAP workloads on Azure

You are planning to migrate an SAP environment to Azure.

You need to design a solution that enables end users to access SAP applications over the internet while limiting access to the virtual machines that host the SAP application servers.

What should the design include?

  • A Configure a public IP address for each SAP application server
  • B Deploy an internal Azure Standard Load Balancer for incoming connections
  • C Use an SAP Web Dispatcher to route all incoming connections
  • D Configure point-to-site VPN connections for each user
Explanation

SAP Web Dispatcher provides an SAP-aware reverse-proxy and Layer 7 load-balancing entry point for HTTP/HTTPS traffic, routing user requests to the SAP application-server pool without directly exposing those application-server virtual machines to internet users.

Learn more

Community Discussion

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