Skip to content

Commit dfa338c

Browse files
committed
Adding borders to the screenshots
1 parent bd2b70d commit dfa338c

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed
296 Bytes
Loading
471 Bytes
Loading
731 Bytes
Loading
-75 Bytes
Loading
-21 Bytes
Loading

articles/active-directory-b2c/troubleshoot-custom-policies.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,14 @@ You can include the correlation ID in your Azure AD B2C tokens. To include the c
8181

8282
To diagnose problems with your custom policies, use [Application Insights](troubleshoot-with-application-insights.md). Application Insights traces the activity of your custom policy user journey. It provides a way to diagnose exceptions and observe the exchange of claims between Azure AD B2C and the various claims providers that are defined by technical profiles, such as identity providers, API-based services, the Azure AD B2C user directory, and other services.
8383

84-
We recommend installing the [Azure AD B2C extension](https://marketplace.visualstudio.com/items?itemName=AzureADB2CTools.aadb2c) for [VS Code](https://code.visualstudio.com/). With the Azure AD B2C extension, the logs are organized for you by policy name, correlation ID (Application Insights presents the first digit of the correlation ID), and the log timestamp. This feature helps you find the relevant log based on the local timestamp and see the user journey as executed by Azure AD B2C.
84+
We recommend installing the [Azure AD B2C extension](https://marketplace.visualstudio.com/items?itemName=AzureADB2CTools.aadb2c) for [VS Code](https://code.visualstudio.com/). With the Azure AD B2C extension, the logs are organized for you by policy name, correlation ID (Application Insights presents the first digit of the correlation ID), and the log timestamp. This feature helps you find the relevant log based on the local timestamp and see the user journey as executed by Azure AD B2C.
8585

8686
> [!NOTE]
87-
> The community has developed the Visual Studio Code extension for Azure AD B2C to help identity developers. The extension is not supported by Microsoft and is made available strictly as-is.
87+
> - There is a short delay, typically less than five minutes, before you can see new logs in Application Insights.
88+
> - The community has developed the Visual Studio Code extension for Azure AD B2C to help identity developers. The extension is not supported by Microsoft and is made available strictly as-is.
8889

8990
A single sign-in flow can issue more than one Azure Application Insights trace. In the following screenshot, the *B2C_1A_signup_signin* policy has three logs. Each log represents part of the sign-in flow.
9091

91-
There is a short delay, typically less than five minutes, before you can see new logs in Application Insights.
92-
9392
The following screenshot shows the Azure AD B2C extension for VS Code with Azure Application Insights trace explorer.
9493

9594
![Screenshot of Azure AD B2C extension for VS Code with Azure Application Insights trace.](./media/troubleshoot-custom-policies/vscode-extension-application-insights-trace.png)

0 commit comments

Comments
 (0)