My development manager needs to be able to set up apps and wants to configure blob and kubernetes, how do i grant him access to do this

James Kelly 0 Reputation points
2024-05-16T15:02:35.55+00:00

I want to set my developer up to be able to create new apps, upload code and add any services needed and am unsure how to do this

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
709 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 17,186 Reputation points MVP
    2024-05-16T15:21:44.6533333+00:00

    You should need to create custom role with the necessary permissions to allow the developer to setup apps with Kubernetes and blobs

    Following link will help you to create a custom role:

    https://video2.skills-academy.com/en-us/azure/role-based-access-control/custom-roles-portal#step-4-permissions

    From the Azure builtin roles details, select the necessary roles and add to the custom role

    https://video2.skills-academy.com/en-us/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor

    0 comments No comments