I have a web role with 2 web application on it.( one is web application the other is wcf application). The static content in the web application is from azure cdn. I put my static content under cdn directory and on the html i refer to the cdn endpoint. my problem is that sometime see that the entire static content not getting from the cdn.and the entire web page is without css/images/javascript files and after 5-10 minutes everything up again.
Has anyone see this kind of behavior? - i always check the status in Microsoft web site and every time i see that the cdn is working properly.
How does the cdn react with 2 web role on the same instance. maybe that's what causing the problem that it switch back and forth?
thanks allot