I have an azure subscription 1 in which I manage the labs I set up. I have four labs which I can see when I am in https://portal,azure.com, but I cannot access the lab owner/creater panel when I go to https://labs.azure.com

Robert 20 Reputation points
2025-04-17T19:13:03.95+00:00

I have an azure subscription 1 in which I manage the labs I set up. I have four labs which I can see when I am in https://portal.azure.com, but I cannot access the lab owner/creater panel when I go to https://labs.azure.com. When I go to https://labs.azure.com, its states "we can't find anything that belongs to you". Normally I see my labs, and tabs to modify a template, add users, etc.

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
{count} votes

Answer accepted by question author
  1. ArkoSen-6842 4,165 Reputation points Moderator
    2025-04-22T11:15:59.99+00:00

    Hello Robert, I think this is due to role assignment scope in Azure Role-Based Access Control. Although you have the Lab Creator role, it’s important to note that where the role is assigned matters significantly.

    According to Microsoft documentation

    Labs don’t inherit any roles assignments from the lab plan. However, role assignments from the resource group are inherited by lab plans and labs in that resource group.

    enter image description here

    So even if you are a Lab Creator on the Lab Plan, that does not automatically grant access to individual labs, unless your role is scoped to the lab itself or to the resource group that contains the labs.

    To resolve this issue and see your labs on labs.azure.com, in your Azure portal, navigate to the resource group that contains your lab. Open Access control (IAM). Click view my access and check if your role (e.g. Lab Creator) is scoped at the resource group or lab level. If it's only assigned at the subscription or lab plan level, it will not propagate to the individual lab. You can either re-assign the Lab Creator role at the resource group level, or assign yourself as Lab Owner/Contributor on each individual lab.

    Microsoft’s guide explicitly states-

    Grant permission to create or manage your own labs for all lab plans within a resource group which clearly says the role must be scoped at the resource group or lab plan, and not just the subscription

    Grant permission to create or manage your own labs for all lab plans within a resource group.

    enter image description here

    Relevant Microsoft Document for your reference-

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.