Category: Azure CLI

Private Kubernetes cluster in AKS with Azure Private Link

Posted on 5 min read

Today, we’ll take a look at a new feature in AKS called Azure Private Link, which allows you to connect to AKS securely and privately over the Microsoft Azure backbone network. In the past, connecting to AKS from an on-premises network or other virtual network required using a public IP address, which posed potential security… Continue reading

Azure Cosmos DB–Multi Master

Posted on 3 min read

During the Ignite 2018, Microsoft has announced the general availability of Multi-Master feature being introduced to Azure Cosmos DB to provide more control into data redundancy and elastic scalability for your data from different regions with multiple writes and read instances. What is Multi-Master essentially? Multi-master is a capability that provided as part of Cosmos… Continue reading

Getting Started with Azure CLI 2.0

Posted on 2 min read

Older days we used to manage azure resources through AzureRM PowerShell modules . This was very much flexible for any Azure Administrator or Developers to run Automated Deployments to Azure Resource Manager resources. Azure CLI  is the next improved version with simplified cmdlets to make life easier and it is cross-platform. You can use Azure… Continue reading