Skip to content

Commit b067c47

Browse files
Merge pull request #279133 from Eskibear/js-next-step-refresh
[AppConfig] Update js quickstart next step to dynamic config
2 parents 228ca28 + 650cac2 commit b067c47

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-app-configuration/quickstart-javascript-provider.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,7 @@ run().catch(console.error);
307307
308308
## Next steps
309309
310-
In this quickstart, you created a new App Configuration store and learned how to access key-values using the App Configuration JavaScript provider in a Node.js app.
311-
312-
For more code samples, visit:
310+
In this quickstart, you created a new App Configuration store and learned how to access key-values using the App Configuration JavaScript provider in a Node.js app. To learn how to configure your app to dynamically refresh configuration settings, continue to the next tutorial.
313311
314312
> [!div class="nextstepaction"]
315-
> [Azure App Configuration JavaScript provider](https://github.com/Azure/AppConfiguration-JavaScriptProvider/tree/main/examples)
313+
> [Enable dynamic configuration](./enable-dynamic-configuration-javascript.md)

0 commit comments

Comments
 (0)