Designing and Implementing an Azure AI Solution (legacy) — Question 23
You have a developed an AI app that uses a Cognitive Services API to identify images.
You want all the processed images to be stored an on-premises datacenter.
What should you do?
Answer options
- A. Use a Docker container to host the Cognitive Services API.
- B. Use an Azure Stack Edge Pro to host the Cognitive Services API.
- C. Use an Azure Private Endpoint to host the Cognitive Services API.
- D. Use an Azure Data Box to host the Cognitive Services API.
Correct answer: B
Explanation
The correct answer is B because Azure Stack Edge Pro allows you to run Azure services, including Cognitive Services, on-premises, which is ideal for storing processed images locally. Option A is incorrect as Docker containers are not specifically designed for on-premises hosting of Azure services. Option C, Azure Private Endpoint, is meant for securing access to Azure services rather than hosting them. Option D, Azure Data Box, is used for data transfer rather than hosting services.