You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,9 +44,9 @@ You authorize a user in your Azure AD B2C directory (the **Service Provider**) t
44
44
45
45
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:
46
46
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*.
50
50
51
51
## Delegate resource management
52
52
@@ -59,7 +59,9 @@ Next, gather the following information:
59
59
1. Select **Azure Active Directory**, select **Properties**.
60
60
1. Record the **Directory ID**.
61
61
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.
63
65
64
66
1. With **Azure Active Directory** still selected in the Azure portal, select **Users**, and then select a user.
65
67
1. Record the user's **Object ID**.
@@ -74,7 +76,7 @@ To onboard your Azure AD tenant (the **Customer**), create an [Azure Resource Ma
74
76
|`mspOfferDescription`| A brief description of your offer. For example, *Enables Azure Monitor in Azure AD B2C*.|
75
77
|`rgName`| The name of the resource group you create earlier in your Azure AD tenant. For example, *azure-ad-b2c-monitor*. |
76
78
|`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. |
78
80
79
81
Download the Azure Resource Manager template and parameter files:
80
82
@@ -185,19 +187,21 @@ Parameters :
185
187
...
186
188
```
187
189
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
+
188
192
## Select your subscription
189
193
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.
191
195
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.
193
198
1. Select the **Directory + Subscription** icon in the portal toolbar.
194
199
1. Select the directory that contains your subscription.
0 commit comments