无法在同一资源组中创建 Linux 功能应用程序(消耗计划)和 Linux 应用程序服务计划

2023-12-21

我无法在已包含 Linux 上托管的 2 个应用服务的资源组中创建 Azure Function App(根据消费计划托管在 Linux 上)。我收到一条错误(来自 Azure 门户),指出“请求的功能在资源组中不可用”。 在同一 RG 中的 Linux 上拥有动态和应用程序服务计划是否有任何限制?

这是完整的错误:<b> { "Code": "BadRequest", "Message": "Requested feature is not available in resource group *******. Please try using a different resource group or create a new one.", "Target": null, "Details": [ { "Message": "Requested feature is not available in resource group ********. Please try using a different resource group or create a new one." }, { "Code": "BadRequest" }, { "ErrorEntity": { "ExtendedCode": "59324", "MessageTemplate": "Requested feature is not available in resource group {0}. Please try using a different resource group or create a new one.", "Parameters": [ "************" ], "Code": "BadRequest", "Message": "Requested feature is not available in resource group *******. Please try using a different resource group or create a new one." } } ], "Innererror": null } </b>

I have also attached the screengrab of the Function App that I am trying to create: Event-Store-issue


你找到解决办法了吗?

我在通过 ARM 模板创建它时遇到了同样的问题。

有一种方法可以做到这一点(尽管在欧盟西部尝试过):

  1. 创建新的资源组
  2. 在新的 RG 中创建您的函数
  3. 将您的功能计划、存储和功能移至所需的 RG

我希望能够从 ARM 或通过接口创建相同的计划。如果有人找到方法请告诉我。我宁愿通过 ARM 模板来完成,因此可以控制计划的名称。

Edit:

如果您先创建消费计划,然后创建应用程序服务计划,那么它也应该有效。

从界面上看:只要创建一个linux版本的function app,然后就应该创建计划。然后添加linux应用程序服务计划。

来自ARM:只需让应用程序服务计划取决于消费计划即可。

如果我们将来了解更多,我会更新..

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

无法在同一资源组中创建 Linux 功能应用程序(消耗计划)和 Linux 应用程序服务计划 的相关文章

随机推荐