First, add the following property to your control:
Storage="azure"
<rmg:xile Storage="azure" Id="Files" AzureAccount="Account Name" AzureKey="Secret Key" AzureContainer="UserUploads" AzurePath='[[Join("SomePath/{0}", [[User:ID]])]]' SaveOriginal="True" AzureSaveOriginalContainer="Originals" AzureSaveOriginalPath='[[Join("SomePath/{0}", [[User:ID]])]]' DataField="Files" UploadMode="Multiple" AutoUpload="True" AcceptFileTypes="jpg,png" AllowedRoles="Registered Users"> </rmg:xile>
The following table illustrates the property attributes that are required with the red border to the left as well as all extended options.