Hello all, I am currently writing a Java program that creates a VM and wants to download a file from a storage into the VM. Therefore I need to assign access to the VM with role Storage blob data contributor. However, I cannot seem to be able to find how this is possible with the Java SDK (I found the RoleAssignment Documentation, but there are no examples). Can someone point me to the right direction or provide me with an example code snippet?