My first Azure website is a simple test site I\'ve had for a while that makes ajax calls back to the server for JSON data. All the data files have .json extensions. Azure
have you tried adding the specific MIME type to your server's config file?
http://www.iis.net/configreference/system.webserver/staticcontent/mimemap
If you add the mime type as application/json; charset=utf that should work.
application/json; charset=utf