@Jim Derry We understand you are receiving a system out of memory error.
The last time we saw this error, the fix was rather easy. By default, App Services is set to 32-bit as the platform as shown in the below screenshot. Updating this to 64-bit has resolved this error in the past for other customers.
- Navigate to portal.azure.com
- Locate your app service
- Go to the configuration blade
- Select general settings
- Update the platform to 64-bit (note: this should not cause issues for a vast majority of applications but anytime you make a change on a prod app, it would be better to do it during your low hours to ensure there is no impact to site availability. Also, this will trigger an app restart.)
Updating your app service plan to a higher tier would not have helped if your app is indeed running at 32-bit.
Let us know if there are further questions or concerns.