azure - 将消费计划上的 Azure Function App 设置为 64 位

标签 azure azure-functions azure-app-service-plans

可用于功能的新“消耗”等级计划不允许您通过门户更改进程位数。我可以通过其他方式将进程翻转为 64 位,因为 DocDB 访问需要它。

最佳答案

您可以通过 API 进行设置。但请注意,直到您看到该选项显示在门户中之前,它才得到正式支持。

这里有一个简单的方法:

  • 转到https://resources.azure.com/
  • 找到您的函数应用,然后转到树中其下的config/web
  • 编辑 use32BitWorkerProcess 并将其更改为 false

关于azure - 将消费计划上的 Azure Function App 设置为 64 位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41978463/

相关文章:

azure - Azure 支持是否可以访问所有资源和敏感数据(例如 KeyVault)?

azure - 用于在 blob 容器内创建子目录并向其中插入一些数据的 PowerShell 脚本

c# - Azure Function 不反序列化对象

c# - 使用 Autofac 在我的组件类 Azure Functions 中注入(inject) ILogger 实例

python - 在 Azure 中为 Python 函数应用程序运行 "Error calling sync triggers (TooManyRequests)"时遇到 "func azure functionapp publish"错误

azure - 使用 Visual Studio 创建的应用程序服务在 Azure Web 门户中具有不同的图标

c# - Azure 发布 :a runtime component is missing:/base/x64/IISConfigurator. exe

azure - 从函数应用程序中运行 New-AzureRmResourceGroupDeployment

sql-server - 如何通过Azure App Service连接Linux机器中安装的SQL Server?

Azure 应用服务设置 CPU 和 RAM 配额