Azure Lighthouse and CAF / ESLZ

DaZzLa 61 Reputation points
2022-05-17T14:34:03.19+00:00

Hi guys,

i'm working for a MSP who is setting up customers based on the CAF/ Enterprise Scale Landing Zone concept.

Therefore we are setting up some core subscriptions like a Management Sub, Connectivity Sub and so on.
The workloads and services have their own landing zone subscriptions.

We are currently leveraging Azure Lighthouse to get rid off guest invites and inefficient and insecure user management.

My plan is to set up different Lighthouse templates for the app/product teams, which are then onboarded to the specific landing zone subscriptions (least privilege).
Now it gets tricky: I want to make sure that app teams cannot modify the core subscriptions like the Connectivity sub. But at the same time they need Read access on it, e.g. to use the Azure Bastion host to jump onto VMs. I can't use the same template as for the landing zone subscription, because it contains Contributor access.

I thought about creating a special "Reader" template which contains all app/service groups from managing tenant. But that would give certain groups read access to some customers where they might not even provide their service.

Any suggestions on this? It feels like Lighthouse shows it's limits in terms of CAF subscription setup.

BR

Azure Lighthouse
Azure Lighthouse
An Azure service that provides secure managed services and access control for partners and customers.
66 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. tbgangav-MSFT 10,386 Reputation points
    2022-05-27T14:07:21.613+00:00

    Hi @DaZzLa ,

    As currently Azure Lighthouse provide granular level access until Resource Group level but not at Resource level so I believe you should design something around Lighthouse template with multiple Resource Group deployment delegations or authorizations. If you already haven't checked, then I would recommend checking these templates, especially Resource Group related templates and this Azure Lighthouse video.

    0 comments No comments