Hi @BarryM and @Khaled Riyal ,
Receiving HTTP 50x errors normally points to an error on your application. If you're getting this error after deployment, the I would check for errors during application startup. The following section includes steps you can do to observe your application during startup.
You can also add ASPNETCORE_ENVIRONMENT application setting and set it to Development
. This will show development error page which will provide more insight into your application startup errors.