Set host.json options via .env
I'm a fan of monorepos and my current goto for managing them is NX. I also use Azure Functions regularly. NX makes it easy to use a .env
file to manage environment variables, but Azure Functions uses a host.json
file to manage settings. I wanted to be able to manage these settings via environment variables as well. Here's how I did it.