Understand the Static Content Hosting Cloud Design Pattern
Understand the concept of Jamstack and how Static Site Generators like Hugo relate to the above pattern
Use the relevant Azure Services including Azure Storage or Azure Static Websites, Azure CDN and Azure DNS to implement the pattern
Static Content Hosting Pattern is useful when…
Wanting to minimise the cost of hosting static resources from expensive compute platforms (e.g. images for a dynamic website, or an entire website that is static in nature)
Making content accessible across geographical regions by using Content Delivery Networks (CDNs).
Static Content Hosting Pattern may not be useful when…
The content is dynamic in nature (e.g. needs to add some additional information before serving the result to client)
If using this alongside a compute platform and offloading a small amount of static content, is the work/re-architecture worth the reward?