I have a drupal 7 hosted on windows azure as web app.
When I upload an image into a content, my original image is stored in the files folder but its corresponding image styles are not stored (example in the thumbnail folder).
I tried this:
- Permissions 777/775
- Comment the following lines in the htaccess located in the files folder:
#Options None
#Options + FollowSymLinks
I have the impression that it is Azure which blocks the writing of the files because the htaccess can be changed only in its own editor and not in my ftp.