I would like to download a blob from my Azure stockage to the virtual machine which host my cloud service. The problem is, it seems that every disks/folders in that machine is restricted. I got an access denied error to the directory where I want to put the blob. I use blob.downloadToStream method.
That's why I've taken my virtual machine on remote desktop and have set a directory in a disk with fullcontrol/read/write rights to "Everyone". It did not solve the problem.
Next, I've put "Runtime executionContext="elevated" " to my csdef file. Same problem.
Now my idea is, if possible, to put admin rights to the service which host my worker : WaWorkerHost (I think), but I didn't find it in the service list of my virtual machine.
My question is, how to solve this access problem ? Is my idea correct ?
Aucun commentaire:
Enregistrer un commentaire