List of questions
Related questions
Question 304 - AZ-204 discussion
You develop an ASP.NET Core app that uses Azure App Configuration. You also create an App Configuration containing 100 settings. The app must meet the following requirements:
• Ensure the consistency of all configuration data when changes to individual settings occur.
• Handle configuration data changes dynamically without causing the application to restart.
• Reduce the overall number of requests made to App Configuration APIs.
You must implement dynamic configuration updates in the app.
What are two ways to achieve this goal? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A.
Increase the App Configuration cache expiration from the default value.
B.
Create and implement environment variables for each App Configuration store setting.
C.
Decrease the App Configuration cache expiration from the default value.
D.
Register all keys in the App Configuration store. Set the refreshAII parameter of the Register method to false.
E.
Create and register a sentinel key in the App Configuration store. Set the refreshAII parameter of the Register method to true.
F.
Create and configure Azure Key Vault. Implement the Azure Key Vault configuration provider.
Your answer:
0 comments
Sorted by
Leave a comment first