Blog

Microsoft Azure vs Amazon Web Services – Battle Field

It's been 12 years now, since Amazon Web Services or AWS was launched, almost 4 years before the actual launch of Microsoft Azure in 2010. Both the players in cloud have grown significantly in past few years. Despite a head…

Great news! Cloudavenue is placed #9 in the Global Top 100 Microsoft Azure Blogs and Websites on Feedspot.com

I am honored and happy to post that my blog: Cloudavenue.in is listed in the Feedspot Top 100 Microsoft Azure Blogs and Websites To Follow in 2022 as rank #9 next to other top Azure blogs and websites. I really encourage people…

Kubernetes | Deployments V/s StatefulSets

In Kubernetes, you don’t work with Pods directly, instead, you work with the deployments or Statefulsets, which is the blueprint of the Pod. You can think of it as one more layer of abstraction on containers and Pod. Working with deployments or Statefulsets makes the deployments, scaling and management of containers really easy.

Connect to Azure DevOps with Power BI Connectors to create rich and interactive dashboards

Power BI connectors allow you to connect to your Azure DevOps Project and visualize the Work Items data in your reports. This helps you create rich and insightful reports that can make tracking and decision making much easier. The powerful…

Canary Releases on Azure App Service using the Deployment slots and Traffic Percentage Feature

Canary Deployment Strategy Canary deployment strategy allows the releases of an application incrementally to a subset of users. The applications are updated in small phases (e.g: 5%, 10%, 25%, 75%, 100%). It reduces the risk to a great extent as…