It's every project manager's dream to get complete control over their software releases and have a way to continuously integrate and deliver new features, while also controlling the visibility of those features once they're live.
Microsoft Visual Studio Team Services
Microsoft's Visual Studio Team Services (VSTS) enables development teams to build, integrate, test, and release new software in a single platform. It has a centralized version control system that allows for continuous integration, package management, and release management. Together, these components enable agile teams to move faster in a more centralized manner while also minimizing the number of third party dependencies needed for deployment.
Traditionally, when you release new features into your Production environment, they are live for all of your users. You could provide code-level access control via a config file or modify database values to superficially control the visibility of your new features. However, these release controls are engineer-dependent, meaning they require a developer to make changes to who gets to see a feature and when. It makes it very difficult to target granular segments of users or perform incremental percentage rollouts to test performance and visibility.
LaunchDarkly VSTS Extension
With LaunchDarkly, you can use feature flags to control the full release lifecycles of your features, perform percentage rollouts, and granularly target user segments. These controls are surfaced via a UI that can be used by non-developers, including designers, project managers, and the business team.
To tie this feature flag UI into your VSTS workflow, the LaunchDarkly Extension  allows you to associate feature flag rollouts with VSTS work items to get complete control over who sees what, and when. This allows teams to:
- Centralize feature and release lifecycle management
- Release confidently with less risk
- Incorporate feature flags into the release process
- Team support for superior project management
- Gain better visibility into features and outcomes
- Achieve next-level continuous delivery
- Empower your team to do better DevOps
Here's some of the core functionality when you integrate VSTS and LaunchDarkly:
Associate feature flags with work items
Take full control of the release lifecycle of your work items and manage feature rollout
Comprehensive Release Management
Manage percentage rollouts and turn the feature flag on or off
Â
Incorporate feature flags into your release definitions
Tie feature flags to your Visual Studio Team Services release definitions and perform percentage rollouts:
Getting Started
If you already use VSTS and have a LaunchDarkly account, then all you have to do is connect the LaunchDarkly extension and you're ready to feature flag and take total control over your releases.
You can also check out the documentation to learn more about setup and integration.