Skip to content

Commit ec78860

Browse files
mrm9084zhiyuanliang-msjimmyca15
authored
Apply suggestions from code review
Co-authored-by: Zhiyuan Liang <[email protected]> Co-authored-by: Jimmy Campbell <[email protected]>
1 parent ac61b12 commit ec78860

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
href: ./feature-management-javascript-reference.md
366366
- name: Telemetry
367367
items:
368-
- name: Feature flags telemetry reference
368+
- name: Feature flag telemetry reference
369369
href: feature-flag-telemetry-reference.md
370370
- name: Deployment
371371
items:

articles/azure-app-configuration/feature-flag-telemetry-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Having telemetry data on your feature flags can be a powerful tool for understan
1616
In this document, you:
1717

1818
> [!div class="checklist"]
19-
> - Learn which telemetry data is viewable using the Azure App Configuration provider libraries
20-
> - Learn which telemetry data is viewable using the Feature Management libraries
19+
> - Learn what telemetry data is available using the Azure App Configuration provider libraries
20+
> - Learn what telemetry data is available using the Feature Management libraries
2121
2222
## Viewing telemetry data
2323

@@ -42,7 +42,7 @@ When the Feature Management libraries and the provider libraries are used togeth
4242
- **Version**: The version of this schema.
4343
- **Reason**: The reason the feature flag was enabled or disabled.
4444
- **Variant**: The variant that was selected for the feature flag.
45-
- **VariantAssignmentPercentage** (preview): If a variant wasn't targeted specifically at the user, or one of the user's groups, this number is the Percentage chance of the user being assigned to the variant.
45+
- **VariantAssignmentPercentage**: Specifies the percentage of the user base the assigned variant is allocated for. This field is only present for percentile-based assignments.
4646
- **DefaultWhenEnabled** (preview): The default variant of the feature flag when it's enabled.
4747
- **AllocationID** (preview): A unique identifier for the feature flag in its current state.
4848
- **ETag**: The current ETag for the feature flag.

0 commit comments

Comments
 (0)