Azure / Azure-Orbital-Analytics-Samples

Sample solution that demonstrates how to deploy and analyze spaceborne data using Azure Synapse Analytics
https://aka.ms/synapse-geospatial-analytics
MIT License
30 stars 24 forks source link

Use restrictive permissions for batch account rather than Contributor access #23

Open sushilkm opened 2 years ago

sushilkm commented 2 years ago

Problem Currently we are grant the managed-identities the contributor access on batch account. This access is very open ended and could be a security issue.

Proposed Solution Lets make use of custom-roles to create a custom role with selective permissions on batch account and assign the custom-role to managed-identities as required.