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?