Category: Configuration

  • Feature management with Azure App Configuration

    Feature management with Azure App Configuration

    In modern software development where rapid release cycles often is preferred, you need to have some tools to reduce the risk related to new deployments. In an ideal world you would release your new features one at the time, at a steady predictable pace, but this isn’t the case for a lot of developers and…

  • The basics of Azure App Configuration

    The basics of Azure App Configuration

    I’ve always thought there were some flaws in how teams manage configuration and secrets throughout an app’s lifecycle. It’s an area that’s often tricky to get right, and which typically increases in complexity over time. Azure Key Vault made huge progress in cleaning up the chaos of handling secrets, but I always felt the developer…