Forum Discussion

Srinivas Narula's avatar
Srinivas Narula
Brass Contributor
Feb 10, 2017

Web API - Docker - Performance Improvement ??

Hi All,

 

We have an webapi in which one of the endpoint is taking more than 10 minutes to execute. Once this endpoint action completed successfully then next step need to be triggered.

 

This webapi is hosted in azure app service and due to ARR limitation of 4  minutes, step 1 endpoint is not getting completed to carry on other steps. 

 

I thought to containarize this api project and thought to run on azure container linux environment. But VS 2017 RC, is failing to publish this solution to azure.

 

My question is "Is there any improvement in execution time for webapi, if it is running as container?"

 

Advance Thanks!!

Sri

Resources