nerdexam
Microsoft

AZ-120 · Question #404

AZ-120 Question #404: Real Exam Question with Answer & Explanation

The correct answer is A. a self-hosted integration runtime. To ingest data from a SAP RISE managed workload into Azure Data Factory (ADF), you need to deploy a Self-Hosted Integration Runtime (SHIR) on an Azure VM within your own subscription, establish network connectivity (like VNet peering) between your subscription and the SAP RISE ma

Question

You have an Azure subscription named Sub1 that contains a virtual machine named VM1. You have an SAP RISE managed workload that is integrated with Sub1. You plan to use the SAP table connector to ingest data from the managed workload into Azure Data Factory. What should you configure on VM1?

Options

  • Aa self-hosted integration runtime
  • Ban Azure Databricks runtime
  • Can Azure File Sync agent
  • Dan on-premises data gateway

Explanation

To ingest data from a SAP RISE managed workload into Azure Data Factory (ADF), you need to deploy a Self-Hosted Integration Runtime (SHIR) on an Azure VM within your own subscription, establish network connectivity (like VNet peering) between your subscription and the SAP RISE managed environment, and then configure a Linked Service in ADF that uses the SHIR to connect to the SAP table connector. The SHIR acts as the bridge, allowing ADF to access the private SAP system through the established network connection. 1. Establish Network Connectivity *-> 2. Set up the Self-Hosted Integration Runtime (SHIR) Deploy a VM: Create an Azure VM in your subscription. This VM will host the SHIR. It's recommended to use a VM with sufficient CPU cores for better performance, especially when extracting large amounts of data in parallel. Install the SHIR: Download and install the Self-Hosted Integration Runtime software from the Azure Data Factory studio onto the VM. Follow the instructions to register the SHIR with your 3. Configure the SAP Table Linked Service in ADF https://learn.microsoft.com/en-us/azure/sap/workloads/rise-integration-services

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice