Skip to content

Commit 74f955e

Browse files
committed
Minor chnages
1 parent 5d729c7 commit 74f955e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/application-insights-technical-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following example shows the common application insights technical profile. O
4343

4444
## Input claims
4545

46-
The **InputClaims** element contains a list of claims to send to the Application Insights. You can also map the name of your claim to the a name you prefer to appear in Application Insights. Following example shows the how to send telemetries to Application Insights. Properties of an event are added through the syntax `{property:NAME}`, where NAME is property being added to the event. DefaultValue can be either a static value or a value that's resolved by one of the supported [claim resolvers](claim-resolver-overview.md).
46+
The **InputClaims** element contains a list of claims to send to the Application Insights. You can also map the name of your claim to a name you prefer to appear in Application Insights. Following example shows how to send telemetries to Application Insights. Properties of an event are added through the syntax `{property:NAME}`, where NAME is property being added to the event. DefaultValue can be either a static value or a value that's resolved by one of the supported [claim resolvers](claim-resolver-overview.md).
4747

4848
```XML
4949
<InputClaims>
@@ -74,7 +74,7 @@ The CryptographicKeys element is not used.
7474
| Attribute | Required | Description |
7575
| --------- | -------- | ----------- |
7676
| InstrumentationKey| Yes | The Application Insights [instrumentation key](../azure-monitor/app/create-new-resource.md#copy-the-instrumentation-key), which will be used for logging the events. |
77-
| DeveloperMode| No | A Boolean that indicates whether developer mode is enabled. Possible values: `true`, or `false` (default). This controls how events are buffered. In a development environment with minimal event volume, enabling developer mode results in events being sent immediately to Application Insights.|
77+
| DeveloperMode| No | A Boolean that indicates whether developer mode is enabled. Possible values: `true`, or `false` (default). This metadata controls how events are buffered. In a development environment with minimal event volume, enabling developer mode results in events being sent immediately to Application Insights.|
7878
|DisableTelemetry |No |A Boolean that indicates whether telemetry should be enabled or not. Possible values: `true`, or `false` (default).|
7979

8080

0 commit comments

Comments
 (0)