Skip to content

Commit e61a885

Browse files
committed
keep docs consistent
1 parent 2781ede commit e61a885

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

articles/azure-app-configuration/quickstart-feature-flag-go-console.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,22 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
200200

201201
[!INCLUDE[Azure App Configuration cleanup](../../includes/azure-app-configuration-cleanup.md)]
202202

203-
## Related content
203+
## Next steps
204204

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.
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.
206206

207-
- [Go Feature Management reference](https://pkg.go.dev/github.com/microsoft/Featuremanagement-Go/featuremanagement)
207+
> [!div class="nextstepaction"]
208+
> [Go Feature Management reference](https://pkg.go.dev/github.com/microsoft/Featuremanagement-Go/featuremanagement)
208209

209210
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.
210211

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)
212214

213215
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.
214216

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)

articles/azure-app-configuration/quickstart-feature-flag-go-gin.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,17 +336,22 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
336336

337337
[!INCLUDE[Azure App Configuration cleanup](../../includes/azure-app-configuration-cleanup.md)]
338338

339-
## Related content
339+
## Next steps
340340

341341
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.
342342

343-
- [Go Feature Management reference](https://pkg.go.dev/github.com/microsoft/Featuremanagement-Go/featuremanagement)
343+
> [!div class="nextstepaction"]
344+
> [Go Feature Management reference](https://pkg.go.dev/github.com/microsoft/Featuremanagement-Go/featuremanagement)
344345

345346
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.
346347

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)
348350

349351
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.
350352

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

Comments
 (0)