In this section, we'll discuss some Azure serverless best practices:
- Choosing between consumption plans (serverless) and traditional ones (platform-as-a-service (PaaS)-based)
- Scalability and performance best practices for Azure Functions
Choosing the right plan can lead to significant savings, but different plans also have different features: if you need some of the advanced features, you have to choose the right plan.
If your Azure functions are not optimized, you can spend more money than you need to, both on the consumption plan and traditional ones.