AI-102 · Question #294
Drag and Drop Question You have an app that manages feedback. You need to ensure that the app can detect negative comments by using the Sentiment Analysis API in Azure AI Language. The solution must…
The correct answer is Deploy a Docker container to an on-premises server.; Provision the Language service resource in Azure.; Run the container and query the prediction endpoint. The correct sequence ensures that managed feedback stays on the company's internal network by using Azure AI Language containers on-premises. First, you provision the Language service resource in Azure to obtain the required API key and billing endpoint. Then, you deploy the…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Deploy a Docker container to an on-premises server.
- Provision the Language service resource in Azure.
- Run the container and query the prediction endpoint.
Explanation
The correct sequence ensures that managed feedback stays on the company's internal network by using Azure AI Language containers on-premises. First, you provision the Language service resource in Azure to obtain the required API key and billing endpoint. Then, you deploy the Docker container (which contains the Sentiment Analysis model) to an on-premises server to keep data within the internal network. Finally, you run the container and query the prediction endpoint locally, ensuring no feedback data leaves the corporate network.
Topics
Community Discussion
No community discussion yet for this question.
