Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.21 KB

functions-enable-auth.md

File metadata and controls

15 lines (11 loc) · 1.21 KB
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
04/21/2020
glenga

Enable App Service Authentication/Authorization

The App Service platform lets you use Azure Active Directory (AAD) and several third-party identity providers to authenticate clients. You can use this strategy to implement custom authorization rules for your functions, and you can work with user information from your function code. To learn more, see Authentication and authorization in Azure App Service and Working with client identities.

Use Azure API Management (APIM) to authenticate requests

APIM provides a variety of API security options for incoming requests. To learn more, see API Management authentication policies. With APIM in place, you can configure your function app to accept requests only from the IP address of your APIM instance. To learn more, see IP address restrictions.