@stephen Makumbi Thanks you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
- Based on the shared information, we have understood that you have deployed the ASP.NET core app from local machine to azure app service and your application is failing to start with 500.30 error.
- As per this troubleshooting iis documentation this seems to be an issue with the startup error and 500.30 is more generic error and this might be caused due to multiple reasons.
- I would suggest you run the webapp down detector under diagnose and solve problems of your webapps to identify/understood the reason.
- You can also look at the Application event logs refer to this documentation on how to access application event logs or on how to troubleshoot the startup failures in Azure app service.
For more information, you can refer to QuickStart documentation on how to deploy ast.net application to azure app service
Feel free to reach back to me if you have any questions on this.