小编Mic*_*Daw的帖子

在Azure函数应用中应在哪里设置ServicePointManager.DefaultConnectionLimit?

最新版本的Azure Functions工具(版本1.0.9)在启动时会产生以下警告:

ServicePointManager.DefaultConnectionLimit is set to the default value of 2. 
This can limit the connection throughput to services like Azure Storage. For 
more information, see https://aka.ms/webjobs-connections.
Run Code Online (Sandbox Code Playgroud)

提供的链接中的信息建议在Azure WebJob的Main方法中设置此值。但是,函数没有Main方法。在Azure Function应用程序中设置此值的最佳位置在哪里(特别是在使用消费计划时)?

azure azure-functions

5
推荐指数
1
解决办法
1352
查看次数

标签 统计

azure ×1

azure-functions ×1