@Gurpreet Singh Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
I see that you are facing an issue with your Azure Function Apps, which are deployed on different regions (US Central and US East) and are getting down at the same time with the error message "Server Error - There was an unexpected error in the request processing azure." You are unable to see any description of these errors in logs and seeking help with troubleshooting as it seems to be from Azure's end.
Please follow the below action plans for now:
- Could you please enable the Application insight logs for the FunctionApp and check if there are any invocation exceptions. You can enabled the AppInsights as explained here.You can enabled the AppInsights as explained here.
- Please check Functions metrics for the HTTP Server Errors at the time of the issue.
3.Please check the Function App detectors by navigating to the Diagnose and Solve Problems section in the Azure Portal for the Functions as shown below: You can rely on the Function App Down or Reporting Errors setting:
4.You can also query the FunctionLogs as shown below:
More Info here.
**
Note:** If none of the above steps help, Please share the below details over an email at AzCommunity@microsoft.com ( with subject "Attn: Naveen") and include the below details:
- Your Azure Function Name
- You Azure Function App resource URI in below format: /subscriptions/XXXXXXXXXX/resourceGroups/XXXXXX/providers/Microsoft.Web/sites/XXXXXX
- Most recent UTC time of the actual issue where you received HTTP 500 error
I will look at the backend logs to identify the root cause.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.