Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple Function Apps in a single Consumption Plan?

When I create an Azure Function App via the portal, it's not possible to select whether an existing Consumption Plan is used or a new one gets created.

However, it is possible to do so via ARM Templates.

Azure Function Apps: Organizing the Azure Function Apps under same Consumption Plan discusses this, but it does suggest no implications.

What are the practical differences between having 1-on-1 mapping between Consumption Plans and Function Apps vs. many Apps in a single Plan?

like image 214
Mikhail Shilkov Avatar asked Feb 04 '23 21:02

Mikhail Shilkov


1 Answers

In practice, for apps in a consumption plan, there really is no difference whether they're in a plan created for that app only (trying to avoid the word dedicated here to avoid confusion :) ) or sharing with other apps. The behavior will be the same.

like image 66
Fabio Cavalcante Avatar answered May 14 '23 06:05

Fabio Cavalcante