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 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.
205
+
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.
211
210
212
-
> [!div class="nextstepaction"]
213
-
> [Enable conditional features with feature filters](./howto-feature-filters.md)
211
+
- [Enable conditional features with feature filters](./howto-feature-filters.md)
214
212
215
213
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.
216
214
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)
222
-
215
+
- [Enable features on a schedule](./howto-timewindow-filter.md)
216
+
- [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.
347
346
348
-
> [!div class="nextstepaction"]
349
-
> [Enable conditional features with feature filters](./howto-feature-filters.md)
347
+
- [Enable conditional features with feature filters](./howto-feature-filters.md)
350
348
351
349
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.
352
350
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)
351
+
- [Enable features on a schedule](./howto-timewindow-filter.md)
352
+
- [Roll out features to targeted audiences](./howto-targetingfilter.md)
0 commit comments