PaaS

Azure Kubernetes Service (AKS) – Managed Identity

Azure Kubernetes Service (AKS) is a fully managed Kubernetes container orchestration service provided by Microsoft Azure. It allows users to quickly and easily deploy, manage, and scale containerized applications on Azure. AKS has been a popular choice among developers and…
Read more

Azure Cosmos DB – Connection Policy – Setting Connection Mode and Connection Protocol

Recently I have been trying multiple ways to optimize CosmosDb SQL.NET SDK integration calls from my web application that sits within a VNET. After carefully analyzing different options available within Cosmos Db SQL APIā€™s have realized there are different aspects…
Read more

Introduction to Kubernetes

What is Kubernetes? Kubernetes (a.k.a K8s) is an open-source system for automating deployment, scaling and management of containerized applications that was originally designed by Google and now maintained by the Cloud Native Computing Foundation. What Kubernetes can do? Kubernetes has…
Read more

What’s Azure Container Service (ACS/AKS)

I will start with history:Ā Sometime around 2016, Microsoft launched an IaaS service called Azure Container Service a.k.an ACS serves as a bridge between Azure Ecosystem and existing container ecosystem being used widely by the developer community around the world. It…
Read more

Managed Azure Database for MySQL and PostgreSQL

During Microsoft Build 2017(May 10th 2017) conference in Seattle, Scott Guthrie (EVP of Cloud and Enterprise Group) announced two new offerings to the Azure Database Services Platform, Azure Database for MySQL and Azure Database for PostgreSQL. I was happy that…
Read more