I need to create 500 Azure BLOB Containers for users to store their data on it.
Each user should have Contributor access to only their respective Container and not able to access other container in the same Storage account.
I have tested it manually with few users/containers by allowing BLOB contributor access at container level and users were not able to access other containers.
How can I do the same for 500 users using CLI/script, especially assigning Contributor access at container to the respective user ?