11. Configuring serverless applications in the production environment
In order to learn how to deploy a function application efficiently and move configurations without making any mistakes, we will be covering the following recipes in this chapter:
- Deploying Azure functions using the Run From Package feature
- Deploying Azure functions using ARM templates
- Configuring a custom domain for Azure functions
- Accessing application settings
- Breaking down large APIs into smaller subsets using proxies
- Moving configuration items from one environment to another using resources