Skip to content

jhueppauff/ServerlessBlog

Repository files navigation

ServerlessBlog

Quality Gate Status

Serverless blog engine running https://blog.hueppauff.com. This Engine use Azure Functions and Azure Platform Services to host a blog as cost efficent as possible. All Services used are consumption-based, meaning you'll only pay for the usage of the blog. Learn more about serverless

Components used

  • Azure Functions
  • Azure Storage (Blob, Table and Queues)
  • Azure CDN
  • Application Insights

How to run

Deploy to Azure

How to customize

Currently the Blog has some static assets sitting in the Frontend and Engine Function. If you like to change HTML, CSS you need to update the html files in the statics Folder.