July 2018
Intermediate to advanced
350 pages
8h 47m
English
An Azure Function App also provides you with an option to upload an API Definition using Swagger (https://swagger.io/) 2.0 metadata that describes your API. This is used for the HTTP triggers that are defined for each of your Functions which are part of the Azure Function App. You can also define a single Function Proxy that will work across all your Functions within the Function app. We will learn more about the Function Proxy in later chapters:

There are many other configuration settings that you can apply on the Azure Function App platform, such as specifying the amount of memory that is required for your Functions and the ...
Read now
Unlock full access