Multiple Function Apps in a single Consumption Plan?

后端 未结 2 542
执念已碎
执念已碎 2020-12-10 15:20

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

相关标签:
2条回答
  • 2020-12-10 15:55

    That's an interesting question. IHMO, it should not be a problem until you need to scale both function apps. You need to be aware of App Service sandbox limits. More info: https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#numerical-sandbox-limits

    0 讨论(0)
  • 2020-12-10 16:16

    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.

    0 讨论(0)
提交回复
热议问题