AZ-305 · Question #422
AZ-305 Question #422: Real Exam Question with Answer & Explanation
The correct answer is B: Azure App Configuration feature flags. Manage feature flags in Azure App Configuration Azure App Configuration includes feature flags, which you can use to enable or disable a functionality, and variant feature flags, which allow multiple variations of a feature flag. The Feature manager in the Azure portal provides a
Question
You have an Azure subscription. The subscription contains three Azure functions and an Azure Kubernetes Service (AKS) cluster that hosts three containers. You have an app named App1 that is hosted on the functions and the containers. App1 supports feature flags for A/B testing. You need to implement A/B testing for App1. The solution must ensure that multiple scenarios can be tested by using the existing deployment of App1. What should you use to manage the flags?
Options
- AAzure DevOps feature flags
- BAzure App Configuration feature flags
- CAzure Key Vault secrets
- DAzure App Service app settings
Explanation
Manage feature flags in Azure App Configuration Azure App Configuration includes feature flags, which you can use to enable or disable a functionality, and variant feature flags, which allow multiple variations of a feature flag. The Feature manager in the Azure portal provides a UI for creating and managing the feature flags and the variant feature flags that you use in your applications. https://learn.microsoft.com/en-us/azure/azure-app-configuration/quickstart-feature-flag-azure- kubernetes-service https://learn.microsoft.com/en-us/azure/azure-app-configuration/manage-feature-flags
Community Discussion
No community discussion yet for this question.