So far, we have learned what an Azure Function is, looked at the features that Azure Functions offer, and also looked at the Azure Console along with the Function Apps Console. In this section, we will learn about the different configuration options that are available for Azure Functions. We will be creating Azure Functions in the later chapters; for this section, I will be focusing on the different configuration options that are available for Azure Functions.
Within Azure, there is a higher level construct for Azure Functions called Function App. An Azure Function App is one that generates and provides the execution context for Functions that are part of the Azure Function App. The configuration settings applied to an Azure Function App will be applied to all the functions that belong to a given Azure Function App. Let's look at different ways...