Skip to content

Commit 933242e

Browse files
committed
Update howto-telemetry.md
1 parent 02da26e commit 933242e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/howto-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When telemetry is enabled, the Azure App Configuration provider libraries add mo
4343

4444
- **AllocationID**: A unique identifier for the feature flag in its current state.
4545
- **ETag**: The current ETag for the feature flag.
46-
- **FeatureFlagReference**: A reference to the feature flag in the format of `<your-store-endpoint>kv/<feature_flag_key>`, it also includes the label if one is present, `<your-store-endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
46+
- **FeatureFlagReference**: A reference to the feature flag in the format of `<your_store_endpoint>kv/<feature_flag_key>`, it also includes the label if one is present, `<your_store_endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
4747
- **FeatureFlagId**: A unique identifier for the feature flag.
4848

4949
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/tree/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEventWithAzureAppConfiguration.v1.0.0.schema.json).
@@ -59,7 +59,7 @@ When feature flags with telemetry enabled are used with the Feature Management l
5959
- **DefaultWhenEnabled**: The default variant of the feature flag when it's enabled.
6060
- **AllocationID**: A unique identifier for the feature flag in its current state.
6161
- **ETag**: The current ETag for the feature flag.
62-
- **FeatureFlagReference**: A reference to the feature flag in the format of `<your-store-endpoint>kv/<feature_flag_key>`, it also includes the label if one is present, `<your-store-endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
62+
- **FeatureFlagReference**: A reference to the feature flag in the format of `<your_store_endpoint>kv/<feature_flag_key>`, it also includes the label if one is present, `<your_store_endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
6363
- **FeatureFlagId**: A unique identifier for the feature flag.
6464
- **TargetingId**: The ID of the user that was assigned to the variant.
6565

0 commit comments

Comments
 (0)