Program.cs is not started in azure functions
I have a function and I want to inject my classes in the Program.cs. But it doesn’t seem to start the program.cs.
Use ConnectionStrings from System.Configuration in .NET Framework 461 Azure Function App
I want to access Connection String in my azure function app
Code something like this:
Azure function timeout only after deployment
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