Uttam Chaturvedi

Uttam Chaturvedi

  • 390
  • 3.9k
  • 16.9k

Troubleshoot azure appservice - Out of memory exception

Feb 19 2024 4:45 AM

I am facing related to out of memory. I have asked detailed question below here in this post

Please provide your opinion for best suited App service plan for Function APP.

I am running a .net webjob on azure app service in production environment. This webjob reads .json file from azure blob and store into sql database. Some of my the files includes data up to 2 GB.

I am getting out of memory exceptions in azure appservice, however it worked absolutely fine in development machine.

I would like to try couple of options from azure side.

Converting webjob to Azure function which will autoscale as per requirement.
Currently I am using Premium v2 P3V2. Below is the picture of app service plan

 


Answers (1)