I was wondering if it was possible to set the Physical Path of a virtual directory in a service definition file to azure storage (blob etc).
<VirtualDirectory name="Content" physicalDirectory="{azure storage}" />
Currently i have some image content that i have have in blob storage which i would like to be accessed via the virtual directory.
Is this possible? Any examples would be appreciated.