Question 213 of 213
Single answerHOTSPOT -You are developing an ASP.NET Core app that includes feature flags which are managed by Azure App Configuration. You create an Azure App Configuration store named AppFeatureflagStore as shown in the exhibit:You must be able to use the feature in the app by using the following markup:You need to update the app to use the feature flag.Which values should you use? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
✓A Box 1: FeatureGate -You can use the FeatureGate attribute to control whether a whole controller class or a specific action is enabled.Box 2: AddAzureAppConfiguration -The extension method AddAzureAppConfiguration is used to add the Azure A
BRefer to simulation panel
✓
Correct Answer: A
Box 1: FeatureGate -You can use the FeatureGate attribute to control whether a whole controller class or a specific action is enabled.Box 2: AddAzureAppConfiguration -The extension method AddAzureAppConfiguration is used to add the Azure A
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.