DevOps for ASP .NET Developers - Feature Flags
In this episode, Abel and Jeremy who us how to apply feature flags to our code and deployments using Azure App Configuration.
- [01:44] - What are feature flags used for?
- [04:57] - Using App Configuration for feature flags
- [18:05] - Automating feature flags
- [18:54] - How to manage feature flag?
Azure App Configuration docs
https://docs.microsoft.com/pt-br/azure/azure-app-configuration/overview?WT.mc_id=ondotnet-c9-cephilli
Use feature flags in an ASP.NET Core app
https://docs.microsoft.com/pt-br/azure/azure-app-configuration/use-feature-flags-dotnet-core?WT.mc_id=ondotnet-c9-cephilli
Add feature flags to an ASP.NET Core app
https://docs.microsoft.com/en-us/azure/azure-app-configuration/quickstart-feature-flag-aspnet-core?WT.mc_id=ondotnet-c9-cephilli&tabs=core2x
#DevOps #Azure #FeatureFlags #dotnet