Skip to content

Commit 603fcbb

Browse files
authored
Merge pull request #206576 from JnHs/jh-lh-monroles
add info about roles becoming unavailable; update command
2 parents 7badbf4 + b28b882 commit 603fcbb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/lighthouse/concepts/tenants-users-roles.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tenants, users, and roles in Azure Lighthouse scenarios
33
description: Understand how Azure Active Directory tenants, users, and roles can be used in Azure Lighthouse scenarios.
4-
ms.date: 06/09/2022
4+
ms.date: 08/02/2022
55
ms.topic: conceptual
66
---
77

@@ -40,8 +40,10 @@ All [built-in roles](../../role-based-access-control/built-in-roles.md) are curr
4040
- Any built-in roles with [`DataActions`](../../role-based-access-control/role-definitions.md#dataactions) permission are not supported.
4141
- The [User Access Administrator](../../role-based-access-control/built-in-roles.md#user-access-administrator) built-in role is supported, but only for the limited purpose of [assigning roles to a managed identity in the customer tenant](../how-to/deploy-policy-remediation.md#create-a-user-who-can-assign-roles-to-a-managed-identity-in-the-customer-tenant). No other permissions typically granted by this role will apply. If you define a user with this role, you must also specify the built-in role(s) that this user can assign to managed identities.
4242

43+
In some cases, a role that had previously been supported with Azure Lighthouse may become unavailable. For example, if the [`DataActions`](../../role-based-access-control/role-definitions.md#dataactions) permission is added to a role that previously didn't have that permission, that role can no longer be used when onboarding new delegations. Users who had already been assigned the role will still be able to work on previously delegated resources, but they won't be able to perform tasks that use the [`DataActions`](../../role-based-access-control/role-definitions.md#dataactions) permission.
44+
4345
> [!NOTE]
44-
> Once a new applicable built-in role is added to Azure, it can be assigned when [onboarding a customer using Azure Resource Manager templates](../how-to/onboard-customer.md). There may be a delay before the newly-added role becomes available in Partner Center when [publishing a managed service offer](../how-to/publish-managed-services-offers.md).
46+
> As soon as a new applicable built-in role is added to Azure, it can be assigned when [onboarding a customer using Azure Resource Manager templates](../how-to/onboard-customer.md). There may be a delay before the newly-added role becomes available in Partner Center when [publishing a managed service offer](../how-to/publish-managed-services-offers.md). Similarly, if a role becomes unavailable, you may still see it in Partner Center for a period of time; however, you won't be able to publish new offers using such roles.
4547
4648
## Transferring delegated subscriptions between Azure AD tenants
4749

articles/lighthouse/how-to/monitor-at-scale.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor delegated resources at scale
33
description: Azure Lighthouse helps you use Azure Monitor Logs in a scalable way across customer tenants.
4-
ms.date: 06/20/2022
4+
ms.date: 08/02/2022
55
ms.topic: how-to
66
ms.custom: devx-track-azurepowershell
77
---
@@ -38,6 +38,7 @@ You can create a Log Analytics workspace by using the [Azure portal](../../azure
3838
> # Register the Microsoft.Insights resource providers Application Ids
3939
> New-AzADServicePrincipal -ApplicationId 1215fb39-1d15-4c05-b2e3-d519ac3feab4 -Role Contributor
4040
> New-AzADServicePrincipal -ApplicationId 6da94f3c-0d67-4092-a408-bb5d1cb08d2d -Role Contributor
41+
> New-AzADServicePrincipal -ApplicationId ca7f3f0b-7d91-482c-8e09-c5d840d0eac5 -Role Contributor
4142
> ```
4243
4344
## Deploy policies that log data

0 commit comments

Comments
 (0)