by Johan Åhlén - Updated
Can you host a blog in an Azure Data Lake? Yes, absolutely! In fact, this website is an example of that. In this article, I will describe how you can host your website in Azure Data Lake and handle dynamic things such as a contact page.
by Johan Åhlén - Updated
Azure Blob Storage can be used for publishing files to the web. Actually, this website is using Azure Blog Storage for publishing images and other resources. They each get an URL for direct access from any web browser. However, it is good practice and good for performance to setup caching on images and web resources. Here I will describe how.