标签: azure azure-functions
我知道ServicePointManager.DefaultConnectionLimit设置为50用于消费计划。
在哪里可以为app服务计划功能设置?
答案 0 :(得分:1)
目前显然还没有向功能公开,并且完全由云主机管理。请参阅此问题评论:https://github.com/Azure/azure-functions-host/issues/850#issuecomment-368078835
引用@brettsam:
它由生产中的函数管理,因为Web主机增加了此限制。