ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 304 - AZ-204 discussion

Report
Export

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.
Answers
A.
Increase the App Configuration cache expiration from the default value.
B.
Create and implement environment variables for each App Configuration store setting.
Answers
B.
Create and implement environment variables for each App Configuration store setting.
C.
Decrease the App Configuration cache expiration from the default value.
Answers
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.
Answers
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.
Answers
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.
Answers
F.
Create and configure Azure Key Vault. Implement the Azure Key Vault configuration provider.
Suggested answer: A, E
asked 02/10/2024
Maurice Daly
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first