Cloud
- Azure Functions Labs – Information and setup instructions (Bbenjamin Perkins) - Excellent post that explains how works Azure functions and why they works like that.
- Azure Functions: Choosing between queues and event hubs (Jeff Hollan) - Very interesting post that describes very well different possibilities of architecture.
- Deploying and Managing Containers on Azure (Mark Heath) - This post lists the topics covered in the tons of incredible course available on Plurasing... For free.
- How I built a dashboard in Azure Portal to track Gitflow feature branches (Utkarsh Shigihalli) - Pretty clever way to create dashboard in the Azure Portal.
Programming
- When and why to clean up your code: now, later, never (Itamar Turner-Trauring) - This is an interesting post that shares rules to improve or code management. Or at lease feel better with it.
- You might not need Kubernetes (Jessie Frazelle) - Nice quick post. Yep Kubernetes are great tool but not the tool for everything.
Data
- Best practices for alerting on metrics with Azure Database for PostgreSQL monitoring (Harini Gupta) - Nice post that covers the most important point to cover when monitoring a database (not only PostgreSQL).
~