Designing and Implementing a Microsoft Azure AI Solution — Question 52
You have an Azure subscription that contains an Azure App Service app named App1.
You provision a multi-service Azure Cognitive Services resource named CSAccount1.
You need to configure App1 to access CSAccount1. The solution must minimize administrative effort.
What should you use to configure App1?
Answer options
- A. a system-assigned managed identity and an X.509 certificate
- B. the endpoint URI and an OAuth token
- C. the endpoint URI and a shared access signature (SAS) token
- D. the endpoint URI and subscription key
Correct answer: D
Explanation
The correct answer is D because using the endpoint URI along with the subscription key is the simplest and most direct method for App1 to authenticate and access CSAccount1. Options A, B, and C introduce additional complexity and administrative overhead that are not necessary for this scenario.