We have Azure Storage account Genv2 enabled with Datalake Genv2 feature and would need to create blobs inside the containers as per the timely requirement and assign set of "access control lists" for a set of service principles with different level of accesses. Looking for a solution with terraform and couldnt find any helpful article on this.
Requirement is as below.
The Storage account is enabled with Datalake Gen v2 feature and requirement is to create and manage access control list of the blob containers inside them. I modified the question above with the same information. Will terraform will help on the above, if not, ARM can help ?
It is not possible with Terraform or ARM template to set/get ACL's
. You can use Azure SDK's which are mentioned in this Microsoft Documentation as per your requirement.