At my current PC setup I have an SSD and a normal hard drive installed. The SSD only has a capacity of 120GB and since I'm developing a large application which stores allot of files in azure blob storage I whish to specify to which hard drive the microsoft azure storage emulator has to store my files.
I am using the latest storage emulator (3.0).
Thx
Storage emulator keeps this setting in a file called
WAStorageEmulator.5.2.config
which can be found inC:\Users\{Your Current User Name}\AppData\Local\AzureStorageEmulator
folder. Open up this file and change the settings forPageBlobRoot
andBlockBlobRoot
elements in that configuration file. For example, in the XML below, I changed the settings so that the files are written inD:\
for block blobs instead ofC:\
.You may need to restart the storage emulator for the settings to take effect.