Why can my Azure Function cannot read the environment variable defined in the Startup class?
I want to read the connection string defined in host.json in my Startup class.The problem is when running IConfiguration is always null !
I want to read the connection string defined in host.json in my Startup class.The problem is when running IConfiguration is always null !