Designing and Implementing a Microsoft Azure AI Solution — Question 34
You are building an app that will use the Speech service.
You need to ensure that the app can authenticate to the service by using a Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra, token.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Enable a virtual network service endpoint.
- B. Configure a custom subdomain.
- C. Request an X.509 certificate.
- D. Create a private endpoint.
- E. Create a Conditional Access policy.
Correct answer: B, D
Explanation
The correct answers are B and D. Configuring a custom subdomain allows the application to be properly routed and authenticated, while creating a private endpoint ensures secure connectivity to the service. The other options do not directly relate to the authentication process required for the Speech service.