Scenario: You are building a public-facing API whose backend is hosted in an Azure App Service and exposes a RESTful service. You must configure backend authentication for the API Management instance. Solution: Configure Basic gateway credentials for the Azure resource. Does this solution meet the requirement?
Choose an answer
Tap an option to check your answer.
Correct answer: No.
Why this is the answer
No, this solution does not meet the requirement. Basic gateway credentials are used for authenticating API Management to a backend service using a username and password, which is a less secure and less flexible method for modern cloud applications. For a public-facing API hosted in Azure App Service, more robust and secure authentication mechanisms are preferred. Instead, consider using managed identities for Azure resources, client certificate authentication, or OAuth 2.0 with Azure Active Directory. Managed identities provide an automatically managed identity in Azure AD for your API Management instance, allowing it to authenticate to the App Service securely without managing credentials. Client certificates offer strong, mutual authentication. OAuth 2.0 with Azure AD provides a comprehensive identity and access management solution, ideal for public-facing APIs.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed