Skip to content

Commit c5b25dd

Browse files
committed
minor updates
1 parent bcb3f24 commit c5b25dd

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

articles/active-directory-b2c/azure-monitor.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.topic: how-to
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
14-
ms.date: 06/03/2022
14+
ms.date: 07/12/2022
1515
---
1616

1717
# Monitor Azure AD B2C with Azure Monitor
@@ -173,18 +173,21 @@ You're ready to [create diagnostic settings](../active-directory/reports-monitor
173173
To configure monitoring settings for Azure AD B2C activity logs:
174174

175175
1. Sign in to the [Azure portal](https://portal.azure.com/) with your Azure AD B2C administrative account. This account must be a member of the security group you specified in the [Select a security group](#32-select-a-security-group) step.
176-
1. Make sure you're using the directory that contains your Azure AD B2C tenant. Select the **Directories + subscriptions** icon in the portal toolbar.
177-
1. On the **Portal settings | Directories + subscriptions** page, find your Azure AD B2C directory in the **Directory name** list, and then select **Switch**.
176+
1. Make sure you're using the directory that contains your Azure AD B2C tenant:
177+
1. Select the **Directories + subscriptions** icon in the portal toolbar.
178+
2. On the **Portal settings | Directories + subscriptions** page, find your Azure AD B2C directory in the **Directory name** list, and then select **Switch**.
178179
1. Select **Azure Active Directory**
179180
1. Under **Monitoring**, select **Diagnostic settings**.
180-
1. If there are existing settings for the resource, you'll see a list of settings already configured. Either select **Add diagnostic setting** to add a new setting, or select **Edit** to edit an existing setting. Each setting can have no more than one of each of the destination types.
181+
1. If there are existing settings for the resource, you'll see a list of settings already configured. Either select **Add diagnostic setting** to add a new setting, or select **Edit settings** to edit an existing setting. Each setting can have no more than one of each of the destination types.
181182

182-
![Diagnostics settings pane in Azure portal](./media/azure-monitor/azure-monitor-portal-05-diagnostic-settings-pane-enabled.png)
183+
![Screenshot of diagnostics settings pane in Azure portal](./media/azure-monitor/azure-monitor-portal-05-diagnostic-settings-pane-enabled.png)
183184

184185
1. Give your setting a name if it doesn't already have one.
185-
1. Check the box for each destination to send the logs. Select **Configure** to specify their settings **as described in the following table**.
186-
1. Select **Send to Log Analytics**, and then select the **Name of workspace** you created earlier (`AzureAdB2C`).
187186
1. Select **AuditLogs** and **SignInLogs**.
187+
1. Select **Send to Log Analytics Workspace**, and then:
188+
1. Under **Subscription**, select your subscription.
189+
2. Under **Log Analytics Workspace**, select the name of the workspace you created earlier such as `AzureAdB2C`.
190+
188191

189192
> [!NOTE]
190193
> Only the **AuditLogs** and **SignInLogs** diagnostic settings are currently supported for Azure AD B2C tenants.
@@ -204,7 +207,7 @@ Now you can configure your Log Analytics workspace to visualize your data and co
204207

205208
Log queries help you to fully use the value of the data collected in Azure Monitor Logs. A powerful query language allows you to join data from multiple tables, aggregate large sets of data, and perform complex operations with minimal code. Virtually any question can be answered and analysis performed as long as the supporting data has been collected, and you understand how to construct the right query. For more information, see [Get started with log queries in Azure Monitor](../azure-monitor/logs/get-started-queries.md).
206209

207-
1. From **Log Analytics workspace**, select **Logs**
210+
1. From **Log Analytics workspace** window, select **Logs**
208211
1. In the query editor, paste the following [Kusto Query Language](/azure/data-explorer/kusto/query/) query. This query shows policy usage by operation over the past x days. The default duration is set to 90 days (90d). Notice that the query is focused only on the operation where a token/code is issued by policy.
209212

210213
```kusto
@@ -253,7 +256,7 @@ Workbooks provide a flexible canvas for data analysis and the creation of rich v
253256

254257
Follow the instructions below to create a new workbook using a JSON Gallery Template. This workbook provides a **User Insights** and **Authentication** dashboard for Azure AD B2C tenant.
255258

256-
1. From the **Log Analytics workspace**, select **Workbooks**.
259+
1. From the **Log Analytics workspace** window, select **Workbooks**.
257260
1. From the toolbar, select **+ New** option to create a new workbook.
258261
1. On the **New workbook** page, select the **Advanced Editor** using the **</>** option on the toolbar.
259262

133 KB
Loading
-9.98 KB
Loading

articles/active-directory-b2c/tutorial-create-tenant.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: tutorial
11-
ms.date: 10/29/2021
11+
ms.date: 07/12/2022
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
ms.custom: "b2c-support"
@@ -43,14 +43,15 @@ You learn how to register an application in the next tutorial.
4343

4444
1. Sign in to the [Azure portal](https://portal.azure.com/).
4545

46-
1. Switch to the directory that contains your subscription:
46+
1. Make sure you're using the directory that contains your subscription:
47+
4748
1. In the Azure portal toolbar, select the **Directories + subscriptions** filter icon.
4849

4950
![Directories + subscriptions filter icon](media/tutorial-create-tenant/directories-subscription-filter-icon.png)
5051

51-
1. Find the directory that contains your subscription and select the **Switch** button next to it. Switching a directory reloads the portal.
52+
1. Find the directory that contains your subscription and select the **Switch** button next to it. Switching a directory reloads the portal. If the directory that contains your subscription has the **Current** label next to it, you don't need to do anything.
5253

53-
![Directories + subscriptions with Switch button](media/tutorial-create-tenant/switch-directory.png)
54+
![Screenshot of Directories + subscriptions window](media/tutorial-create-tenant/switch-directory.png)
5455

5556
1. Add **Microsoft.AzureActiveDirectory** as a resource provider for the Azure subscription you're using ([learn more](../azure-resource-manager/management/resource-providers-and-types.md?WT.mc_id=Portal-Microsoft_Azure_Support#register-resource-provider-1)):
5657

0 commit comments

Comments
 (0)