Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A/B Testing or gray deployment support #681

Open
lissdy opened this issue Sep 6, 2022 · 4 comments
Open

A/B Testing or gray deployment support #681

lissdy opened this issue Sep 6, 2022 · 4 comments
Labels
enhancement New feature or request FeatureManagement

Comments

@lissdy
Copy link

lissdy commented Sep 6, 2022

With A/B Testing or gray deployment support, we can validate configuration change in small scope before roll out to all service instances.
May I know any plan to support to?

@avanigupta
Copy link
Member

Hi @lissdy, this tutorial can help you get started on Azure App Configuration Feature Management: https://docs.microsoft.com/en-us/azure/azure-app-configuration/howto-targetingfilter-aspnet-core

@lissdy
Copy link
Author

lissdy commented Sep 9, 2022

Hi @lissdy, this tutorial can help you get started on Azure App Configuration Feature Management: https://docs.microsoft.com/en-us/azure/azure-app-configuration/howto-targetingfilter-aspnet-core

Thanks for replying, we have done the investigation and noticed A/B Testing / Gray deployment is supportive for feature management. For configuration management, do you have a plan to support A/B Testing / Gray deployment?

@zhenlan
Copy link
Contributor

zhenlan commented Sep 12, 2022

Hi @lissdy, the dynamic feature is probably what you are looking for. Check out the doc below. You will need the latest preview versions of App Configuration provider and FeatureManagement liberties.
https://github.com/microsoft/FeatureManagement-Dotnet/blob/release/v3/README.md#Dynamic-Features

@zhenlan zhenlan added FeatureManagement enhancement New feature or request labels Sep 12, 2022
@zhenlan
Copy link
Contributor

zhenlan commented Sep 16, 2024

The variant feature flag supports A/B testing (aka. experimentation), feature and configuration rollout.
https://learn.microsoft.com/en-us/azure/azure-app-configuration/run-experiments-aspnet-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FeatureManagement
Projects
Development

No branches or pull requests

3 participants