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
Introduction
After spending days (or months) developing the code for your serverless applications, you then need to deploy them to Azure so that other applications can access ...
Get Azure Serverless Computing Cookbook - Third Edition 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.