DRAG DROP 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 Cognitive Service for Language. The solution must ensure that the managed feedback remains on your company's internal network. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct You will receive credit for any of the correct orders you select. 
Yeah, this flow makes sense: provision Language service in Azure, then deploy Docker container on-prem, finally run and query it locally. Keeps everything inside your own network and satisfies the data residency piece. I think that's what Microsoft expects here but always possible there's a weird edge case.
Yeah, provision Language in Azure, then deploy the container on-prem, finish by running and querying it locally. That's how you make sure feedback data never leaves your internal network for compliance. Pretty sure that's the expected sequence but let me know if you see it differently.