Using code package environment variables in Service Fabric
In my previous post on configuring ASP.NET Core applications in Service Fabric I gave an example of how you could set a correct web host environment which allows you to adjust configuration and behavior of various components based on the current environment (staging, production, etc). »