Developing Solutions for Microsoft Azure — Question 19
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are developing a solution for a public facing API.
The API back end is hosted in an Azure App Service instance. You have implemented a RESTful service for the API back end.
You must configure back-end authentication for the API Management service instance.
Solution: You configure Client cert gateway credentials for the Azure resource.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The solution does not meet the goal because configuring Client cert gateway credentials is not sufficient for back-end authentication with Azure API Management. It typically requires more robust authentication methods, such as OAuth or other token-based mechanisms, to securely authenticate requests to the API back end.