Skip to content

Commit 672e855

Browse files
authored
Merge pull request #105848 from iskandersierra/patch-1
Update insertion order of element <UserJourneyBehaviors>
2 parents 7d8eb85 + 0e1b3eb commit 672e855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/troubleshoot-with-application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To create an instance of Application Insights in your subscription, follow these
7272
UserJourneyRecorderEndpoint="urn:journeyrecorder:applicationinsights"
7373
```
7474

75-
1. If it doesn't already exist, add a `<UserJourneyBehaviors>` child node to the `<RelyingParty>` node. It must be located after `<Endpoints><Endpoint Id="Token" UserJourneyReferenceId="RedeemRefreshToken" /></Endpoints>`.
75+
1. If it doesn't already exist, add a `<UserJourneyBehaviors>` child node to the `<RelyingParty>` node. It must be located after `<DefaultUserJourney ReferenceId="UserJourney Id" from your extensions policy, or equivalent (for example:SignUpOrSigninWithAAD" />`. See [RelyingParty schema reference](./relyingparty.md) for a complete order of the **RelyingParty** child elements.
7676
1. Add the following node as a child of the `<UserJourneyBehaviors>` element. Make sure to replace `{Your Application Insights Key}` with the Application Insights **Instrumentation Key** that you recorded earlier.
7777

7878
```xml

0 commit comments

Comments
 (0)