An aspen-grove inventory setting changes in Azure App Configuration, but running App Service instances keep the old value until recycle. What should the developer enable?
Select an answer to reveal the explanation.
Short Explanation
Config that sticks until recycle is stale sticky notes on the fridge. Wire dynamic refresh—often a sentinel key—so App Configuration changes land without bouncing the site. Live Metrics watch runtime health; they do not push your settings.
Full Explanation
The App Configuration provider supports dynamic refresh so applications detect store updates, commonly by watching a sentinel key, without requiring a process restart. Application Insights Live Metrics are for near-real-time telemetry, not configuration distribution. Scaling the App Service plan or enabling static website hosting does not refresh in-memory configuration.