Skip to content

Commit 20117ee

Browse files
committed
integrate yoelhor review comments
1 parent 6fa2abe commit 20117ee

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

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

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.topic: conceptual
1212
ms.author: marsma
1313
ms.subservice: B2C
14-
ms.date: 02/01/2020
14+
ms.date: 02/03/2020
1515
---
1616

1717
# Monitor Azure AD B2C with Azure Monitor
@@ -20,9 +20,9 @@ Use Azure Monitor to route Azure Active Directory B2C (Azure AD B2C) usage activ
2020

2121
You can route log events to:
2222

23-
- An Azure storage account.
24-
- An Azure event hub (and integrate with your Splunk and Sumo Logic instances).
25-
- An Azure Log Analytics workspace (to analyze data, create dashboards, and alert on specific events).
23+
* An Azure storage account.
24+
* An Azure event hub (and integrate with your Splunk and Sumo Logic instances).
25+
* An Azure Log Analytics workspace (to analyze data, create dashboards, and alert on specific events).
2626

2727
![Azure Monitor](./media/azure-monitor/azure-monitor-flow.png)
2828

@@ -44,9 +44,9 @@ You authorize a user in your Azure AD B2C directory (the **Service Provider**) t
4444

4545
In the Azure Active Directory (Azure AD) tenant that contains your Azure subscription (*not* the directory that contains your Azure AD B2C tenant), [create a resource group](../azure-resource-manager/management/manage-resource-groups-portal.md#create-resource-groups). Use the following values:
4646

47-
- **Subscription**: Select your Azure subscription.
48-
- **Resource group**: Enter name for the resource group. For example, *azure-ad-b2c-monitor*.
49-
- **Region**: Select an Azure location. For example, *Central US*.
47+
* **Subscription**: Select your Azure subscription.
48+
* **Resource group**: Enter name for the resource group. For example, *azure-ad-b2c-monitor*.
49+
* **Region**: Select an Azure location. For example, *Central US*.
5050

5151
## Delegate resource management
5252

@@ -59,7 +59,9 @@ Next, gather the following information:
5959
1. Select **Azure Active Directory**, select **Properties**.
6060
1. Record the **Directory ID**.
6161

62-
**Object ID** of the Azure AD B2C user you want to give contributor permission to the resource group you created earlier in the directory containing your subscription.
62+
**Object ID** of the Azure AD B2C group or user you want to give *Contributor* permission to the resource group you created earlier in the directory containing your subscription.
63+
64+
To make management easier, we recommend using Azure AD user *groups* for each role, allowing you to add or remove individual users to the group rather than assigning permissions directly to that user. In this walkthrough, you add a user.
6365

6466
1. With **Azure Active Directory** still selected in the Azure portal, select **Users**, and then select a user.
6567
1. Record the user's **Object ID**.
@@ -74,7 +76,7 @@ To onboard your Azure AD tenant (the **Customer**), create an [Azure Resource Ma
7476
| `mspOfferDescription` | A brief description of your offer. For example, *Enables Azure Monitor in Azure AD B2C*.|
7577
| `rgName` | The name of the resource group you create earlier in your Azure AD tenant. For example, *azure-ad-b2c-monitor*. |
7678
| `managedByTenantId` | The **Directory ID** of your Azure AD B2C tenant (also known as the tenant ID). |
77-
| `authorizations.value.principalId` | The **Object ID** of the B2C user you recorded earlier that will have access to resources in this Azure subscription. |
79+
| `authorizations.value.principalId` | The **Object ID** of the B2C group or user that will have access to resources in this Azure subscription. For this walkthrough, specify the user's Object ID that you recorded earlier. |
7880

7981
Download the Azure Resource Manager template and parameter files:
8082

@@ -185,19 +187,21 @@ Parameters :
185187
...
186188
```
187189

190+
After you deploy the template, it can take a few minutes for the resource projection to complete. You may need to wait a few minutes (typically no more than five) before moving on to the next section to select the subscription.
191+
188192
## Select your subscription
189193

190-
Once you've deployed the template, associate your subscription to your Azure AD B2C directory by following these steps:
194+
Once you've deployed the template and have waited a few minutes for the resource projection to complete, associate your subscription to your Azure AD B2C directory with the following steps.
191195

192-
1. Sign in to the Azure portal with your Azure AD B2C administrative account.
196+
1. **Sign out** of the Azure portal if you're currently signed in. This and the following step are done to refresh your credentials in the portal session.
197+
1. Sign in to the [Azure portal](https://portal.azure.com) with your Azure AD B2C administrative account.
193198
1. Select the **Directory + Subscription** icon in the portal toolbar.
194199
1. Select the directory that contains your subscription.
195200

196201
![Switch directory](./media/azure-monitor/azure-monitor-portal-03-select-subscription.png)
197202
1. Verify that you've selected the correct directory and subscription. In this example, all directories and subscriptions are selected.
198203

199204
![All directories selected in Directory & Subscription filter](./media/azure-monitor/azure-monitor-portal-04-subscriptions-selected.png)
200-
1. Close the **Directory + Subscription** filter, **Sign out** of the Azure portal, and then **sign in** again to refresh your credentials.
201205

202206
## Configure diagnostic settings
203207

0 commit comments

Comments
 (0)