What permission do we need to set lifecycle management policy

Rohit Boddu 466 Reputation points
2021-06-14T16:31:59.147+00:00

Hi Team,

What permission do we need to set up lifecycle management policies on our blobs.. we dont want to give contributor access to developer's who set up this policies so is there any way available ..like proving custom role to them .. if yes then what permission should go in custom role.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,466 questions
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,462 Reputation points Microsoft Employee
    2021-06-16T18:33:52.263+00:00

    Hi @Rohit Boddu ,

    If you do not want to use the default Contributor role, then you can create new role definitions (custom role) with following permission to CRUD Life Cycle Management policies and assign to users as needed:

    1. Microsoft.Storage/storageAccounts/managementPolicies/write
    2. Microsoft.Storage/storageAccounts/managementPolicies/delete

    106270-image.png

    To explore the list of operations for Azure resource providers, which are used in built-in roles, please refer to this doc: Azure resource provider operation

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Rohit Boddu 466 Reputation points
    2021-06-22T07:15:13.27+00:00

    Hi @KranthiPakala-MSFT Apologies for late repsonse .. thanks for providing answer ..

    0 comments No comments

Your answer

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