Skip to content

Commit 2d13d0a

Browse files
Fix build issues
Updated localized and absolute link to relative link. Still need to check if it is correct
1 parent af42c8d commit 2d13d0a

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 `<DefaultUserJourney ReferenceId="UserJourney Id" from your extensions policy, or equivalent (for example:SignUpOrSigninWithAAD" />`. If optional child node `<Endpoints>` is present, it must be before `<UserJourneyBehaviors>`. See [RelyingParty schema reference](https://learn.microsoft.com/en-us/azure/active-directory-b2c/relyingparty) for the complete order of elements inside it.
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" />`. If optional child node `<Endpoints>` is present, it must be before `<UserJourneyBehaviors>`. See [RelyingParty schema reference](./relyingparty) for the complete order of elements inside it.
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)