Apologies for the delayed response from over the weekend. To fetch more details, you may view the Application event Logs, checkout this doc for more details: #application-event-log-azure-app-service
Based on my understanding of your issue, just to highlight, hosting a Blazor Web App that uses interactive server-side rendering on Azure App Service requires configuration for Application Request Routing (ARR) affinity and WebSockets. The App Service should also be appropriately globally distributed to reduce UI latency.
It is recommend using WebSockets for server-side Blazor apps deployed to Azure App Service. Host and deploy server-side Blazor apps
Also, I see that you have posted it on SO and your previous discussion on this topic.
Ref: Monitor App Service instances using Health check
If the answer helped (pointed, you in the right direction) > please click Accept Answer - it will benefit community members to find the answers quickly.