Cloud
- Building an Azure Analysis Services Model on Top of Azure Blob Storage (Kay Unkroth) - A very detailed and interesting series that explains at every step the reasons behind it choices and how to do them.
- Step-By-Step: Configuring a site-to-site VPN Gateway between Azure and On-Premise (Dishan Francis) - Most cloud solutions are hybrid or use resources on-premise. For those, a VPN is often the best solution to stay secure, and this post explains how to do it and clearly identify what you need before getting started.
- Why Docker Can’t Solve All Your Problems in the Cloud (Chris Gervais) - Definitely a good post to read when thinking about going all in with containers.
Programming
- 10 Myths About Docker That Stop Developers Cold (Derick Bailey) - This post is a must. With Docker being more and more popular, it's a good idea to have a little education before those conversations reach you.
- Keep your ASP.NET Core secrets safe in production using Azure Application Settings. (Jon Hilton) - To every secret his solution.