Designing and Implementing an Azure AI Solution (legacy) — Question 48
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 Integration Runtime to move data to the cloud and Azure API Management to consume Cognitive Services APIs.
Does this action accomplish your objective?
Answer options
- A. Yes, it does
- B. No, it does not
Correct answer: B
Explanation
The correct answer is 'No, it does not' because while using Integration Runtime and Azure API Management are appropriate for their respective functions, they do not necessarily minimize custom code needed for deploying the pipeline. The integration of these services may still require additional custom development to fully accomplish the deployment objectives.