You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this quickstart, you created a feature flag in Azure App Configuration and used it in a Go Gin web application. The [Feature Management Go library](https://github.com/microsoft/FeatureManagement-Go) provides feature flag capabilities that integrate seamlessly with Azure App Configuration.For more features, continue to the following document.
205
+
In this quickstart, you created a feature flag in Azure App Configuration and used it in a Go console application. The [Feature Management Go library](https://github.com/microsoft/FeatureManagement-Go) provides rich feature flag capabilities that integrate seamlessly with Azure App Configuration.For more features, continue to the following document.
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.
210
211
211
-
- [Enable conditional features with feature filters](./howto-feature-filters.md)
212
+
> [!div class="nextstepaction"]
213
+
> [Enable conditional features with feature filters](./howto-feature-filters.md)
212
214
213
215
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.
214
216
215
-
- [Enable features on a schedule](./howto-timewindow-filter.md)
216
-
- [Roll out features to targeted audiences](./howto-targetingfilter.md)
217
+
> [!div class="nextstepaction"]
218
+
> [Enable features on a schedule](./howto-timewindow-filter.md)
219
+
220
+
> [!div class="nextstepaction"]
221
+
> [Roll out features to targeted audiences](./howto-targetingfilter.md)
In this quickstart, you created a feature flag in Azure App Configuration and used it in a Go Gin web application. The [Feature Management Go library](https://github.com/microsoft/FeatureManagement-Go) provides feature flag capabilities that integrate seamlessly with Azure App Configuration.For more features, continue to the following document.
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.
346
347
347
-
- [Enable conditional features with feature filters](./howto-feature-filters.md)
348
+
> [!div class="nextstepaction"]
349
+
> [Enable conditional features with feature filters](./howto-feature-filters.md)
348
350
349
351
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.
350
352
351
-
- [Enable features on a schedule](./howto-timewindow-filter.md)
352
-
- [Roll out features to targeted audiences](./howto-targetingfilter.md)
353
+
> [!div class="nextstepaction"]
354
+
> [Enable features on a schedule](./howto-timewindow-filter.md)
355
+
356
+
> [!div class="nextstepaction"]
357
+
> [Roll out features to targeted audiences](./howto-targetingfilter.md)
0 commit comments