I’m working on a .net 8 Azure function when I run it in development(localhost) it runs fine but when I deploy it I get this error
<html><head><title>500 - The request timed out.</title></head><body> <font color ="#aa0000"> <h2>500 - The request timed out.</h2></font> The web server failed to respond within the specified time.</body></html>
I’m using SQL server I thought it may be a IP whitelisting issue but when I put a brake point in the Program.cs file it doesn’t even break.
New contributor
my coding is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.