Designing and Implementing an Azure AI Solution (legacy) — Question 20

You company's developers have created an Azure Data Factory pipeline that moves data from an on-premises server to Azure Storage. The pipeline consumes
Azure Cognitive Services APIs.
You need to deploy the pipeline. Your solution must minimize custom code.
You use Self-hosted Integration Runtime to move data to the cloud and Azure Logic Apps to consume Cognitive Services APIs.
Does this action accomplish your objective?

Answer options

Correct answer: A

Explanation

The use of Self-hosted Integration Runtime effectively facilitates the transfer of data to Azure Storage, while Azure Logic Apps allows seamless interaction with Azure Cognitive Services APIs. This combination minimizes the need for custom code, thereby achieving the objective. The other option is incorrect since the chosen solution does meet the requirement.