Skip to Content
Hands-On Serverless Computing
book

Hands-On Serverless Computing

by Kuldeep Chowhan
July 2018
Intermediate to advanced
350 pages
8h 47m
English
Packt Publishing
Content preview from Hands-On Serverless Computing

Authorization keys

An Azure Function app has HTTP triggers that let you use keys to add security to your Functions. There are multiple ways keys can be used within Azure Function apps. Webhooks can use these to add authorization to requests and you can enforce a HTTP trigger for a Function requiring these API keys. Keys are managed as part of your Azure Function app and are stored at rest.

There are two types of key that you can set on an Azure Function App:

  • Host keys: These keys are shared by all functions within an Azure Function app. When these Host keys are used as an API key, they allow access to any function within the function app.
  • Function keys: Function keys apply only to the specific functions under which they are defined. When ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
Erlang and OTP in Action

Erlang and OTP in Action

Eric Merritt, Richard Carlsson, Martin Logan

Publisher Resources

ISBN: 9781788836654Supplemental Content