How to create custom role in Azure Data Lake Analytics (ADLA) only for monitoring scenarios

Weiyi Wang 1 Reputation point
2022-06-29T09:02:01.017+00:00

From official doc about role-based access control in ADLA, the Data Lake Analytics Developer role could:

  1. Submit jobs.
  2. Monitor job status and the progress of jobs submitted by any user.
  3. See the U-SQL scripts from jobs submitted by any user.
  4. Cancel only you own jobs.

In our scenario, we want to let some SPI could use ADLA SDK to "Monitor job status and the progress of jobs submitted by any user.", but due to customer concerns, these SPI shouldn't have permission to submit jobs in ADLA. So, we can't add these SPI into the Data Lake Analytics Developer role directly.

My question is, how do I get a custom role that meet my scenario, I have checked the basic operations here, but not found the relevant permissions. Or is there any other solution I could try?

Appreciate your help, thanks!

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.
666 questions
Azure Data Lake Analytics
{count} votes