-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
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? |
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. |
The variant feature flag supports A/B testing (aka. experimentation), feature and configuration rollout. |
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?
The text was updated successfully, but these errors were encountered: