The operation has timed out error while calling Azure function from C#
Views (755)
By defualt Web Client, Http Client and Web Request classes has timeout property set to 100 seconds. And while calling our Azure function which was taking more than 100 seconds to return the reponse which is why we started getting The operation has timed out error. To fix this issue we need to increase the… Continue reading The operation has timed out error while calling Azure function from C#

Like
Report
*This post is locked for comments