Authorization and authentication

To secure access to your Azure Functions' endpoints to only allowed users, you can use authentication and/or authorization.

Authentication is the process of verifying who you are. Authorization is the process of verifying what you have access to. Authentication and authorization can be used in combination, or separately.

Out-of-the-box, Azure supports both authentication and authorization for HTTP-triggered functions. Additional or alternative authentication and authorization procedures can be implemented in the function's code.

An HTTP-triggered function can be deployed in one of the following modes:

  1. Anonymous: No authentication or authorization is required to access the function endpoint.
  2. API key authorization ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.