Skip to content

Commit 92d6c53

Browse files
add next steps
1 parent f44e8ab commit 92d6c53

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

articles/azure-app-configuration/howto-feature-filters-javascript.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,9 @@ To learn more about the built-in feature filters, continue to the following tuto
7878
> [Enable features on a schedule](./howto-timewindow-filter.md)
7979

8080
> [!div class="nextstepaction"]
81-
> [Roll out features to targeted audience](./howto-targetingfilter.md)
81+
> [Roll out features to targeted audience](./howto-targetingfilter.md)
82+
83+
For the full feature rundown of the JavaScript feature management library, continue to the following document.
84+
85+
> [!div class="nextstepaction"]
86+
> [.NET Feature Management](./feature-management-javascript-reference.md)

articles/azure-app-configuration/howto-timewindow-filter-javascript.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ To learn more about the feature filters, continue to the following tutorials.
7373
7474
> [!div class="nextstepaction"]
7575
> [Roll out features to targeted audience](./howto-targetingfilter.md)
76+
77+
For the full feature rundown of the JavaScript feature management library, continue to the following document.
78+
79+
> [!div class="nextstepaction"]
80+
> [.NET Feature Management](./feature-management-javascript-reference.md)

articles/azure-app-configuration/quickstart-feature-flag-javascript.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,24 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
138138

139139
``` console
140140
Beta is enabled: true
141-
```
141+
```
142+
143+
## Next steps
144+
145+
For the full feature rundown of the JavaScript.NET feature management library, continue to the following document.
146+
147+
> [!div class="nextstepaction"]
148+
> [JavaScript Feature Management](./feature-management-javascript-reference.md)
149+
150+
While a feature flag allows you to activate or deactivate functionality in your app, you may want to customize a feature flag based on your app's logic. Feature filters allow you to enable a feature flag conditionally. For more information, continue to the following tutorial.
151+
152+
> [!div class="nextstepaction"]
153+
> [Enable conditional features with feature filters](./howto-feature-filters.md)
154+
155+
Azure App Configuration offers built-in feature filters that enable you to activate a feature flag only during a specific period or to a particular targeted audience of your app. For more information, continue to the following tutorial.
156+
157+
> [!div class="nextstepaction"]
158+
> [Enable features on a schedule](./howto-timewindow-filter.md)
159+
160+
> [!div class="nextstepaction"]
161+
> [Roll out features to targeted audiences](./howto-targetingfilter.md)

0 commit comments

Comments
 (0)