Recipe for creating your own Miniblog website with Visual Studio and Azure. This post explains how to create your GitHub repository, create the Azure resources needed for the website, adapt miniblog.core for your needs and publish it to Azure. It also explains how to create a domain name, bind it to your Azure Webapp and then secure it with a SSL certificate.

Miniblog.core by Mads Kristensen is an ASP.NET Core 3.1 Web App that allows you to create, manage and publish posts for a personal blog website. This post focuses on what Miniblog does, its hosting requirements, its architecture (MVC), the support it provides for Google indexing and SEO as well as for Facebook, Twitter, Atom, RSS and RSD. It also explains how its support of the MetaWeblog API means you can import and export your blog using tools like Open Live Writer.