|
|
|
|
|
by SvenL
345 days ago
|
|
They have a Azure Function Serverless Offering called consumption plan: https://learn.microsoft.com/en-gb/azure/azure-functions/func... Quote: „Default hosting plan that provides true serverless hosting“ This one doesn’t require an app service plan. Actually I like that offering, depending on your requirements you have several options to host your functions. That’s pretty great. If they would offer just one kind of function app or one kind of storage solution people would complain that their very important edge case is not supported. For those simple requirements you can use cloudflare, vercel etc… |
|
It requires a plan. You need to know what a plan is and what plan your azure functions are running on. Is it a consumption plan? Or is it a flex consumption plan?
I mean, you can run multiple function apps on the same plan. As a developer, you are required to know which plan a particular function app is running on, and be aware of the implications.
You see how brain dead it is?