Azure Well-Architected Framework – Performance Efficiency

After a really long break, I have decided to resume the posts on my blog. This is something that I enjoy doing. Also, it helps to truly solidify the knowledge I get in my learning process. Last time, I was writing about the Azure Well-Architected Framework. In this post, I am going to write about … Continue reading Azure Well-Architected Framework – Performance Efficiency

Azure Well-Architected Framework – Operational Excellence

azure-operational-excellence

On my previous post, I wrote about Cost Optimization based on the Azure Well-Architected Framework. If you want to take a look at that post, go to the following link: Azure Well-Architected Framework – Cost Optimization Continuing with my series of post about the Azure Well-Architected Framework (I know, it's been a while since my … Continue reading Azure Well-Architected Framework – Operational Excellence

Azure Well-Architected Framework – Cost Optimization

Azure-Cost-Optimization

I just recently finished the Microsoft Learn course "Build great solutions with the Microsoft Azure Well-Architected Framework" (https://docs.microsoft.com/en-ca/learn/paths/azure-well-architected-framework/). It definitely worth it. The content is quite good and useful, not only for Azure based solutions but for, I would say, almost any architectural solution you need to design.  I will share some of my notes and summary of the learning content, … Continue reading Azure Well-Architected Framework – Cost Optimization

Implement Health Check in ASP.NET Core services

Given the nature of distributed applications, such as microservices, we as developers, devops engineers or software architects must implement tools and policies that enable us to monitor how good or bad our services are performing. It is the essence of a well established solution to have a very good understanding and monitor of all pieces … Continue reading Implement Health Check in ASP.NET Core services

Microservices: Architecture for Containerized .NET Applications notes

blank-business-composition-computer-373076

Recently I finished the book ".NET Microservices: Architecture for Containerized .NET Applications". I have to admit that it was a quite impressive content. It covers, not only the Microsoft products details offer when developing and architecting microservices with containers and deploying them in Azure. It also expand to technology-agnostic details about patterns and practices when … Continue reading Microservices: Architecture for Containerized .NET Applications notes

Retry and Circuit Breaker pattern in ASP.NET Core

The nature of distributed applications brought the fact that we must embrace failure. No matter how good you plan, architect or develop your applications, failures are always very likely to happen. A clear example is when a web application needs to communicate to an external service through HTTP. Let's say that for some reason, there … Continue reading Retry and Circuit Breaker pattern in ASP.NET Core

Free materials about Azure and Cloud Architecture Patterns and Practices

If you are looking for free and up-to-date information about Azure Architecture tips and practices, Microsoft has a site dedicated to this matter. It includes very much information about Azure environment, available resources and tools, but it is not limited to that. It also has very good best practices, guidelines and patterns that are cloud … Continue reading Free materials about Azure and Cloud Architecture Patterns and Practices