Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with ServiceFabric

  • Updating Azure Service Fabric Settings

    Coming from the world of web applications where configuration file update is a matter of dropping a new version of a web.config file into the application, Azure Service Fabric can be a new territory. Especially with its hard rule on versioning code, data, and config packages. The config package update is what I'd like to focus on in this post.