Recently I came across a situation wherein we need to apply tags (multiple tags) to many resoruces. When I say … More
Category: Azure
Deploying SQL server Always on Availability Group on Azure Kubernetes Services(AKS).
In previous blog (How to deploy SQL Server containers to a Kubernetes cluster for high availability? – Beyond the Horizon… … More
How to deploy SQL Server containers to a Kubernetes cluster for high availability?
In this blog we will learn how to deploy the SQL server container on Azure Kubernetes services with High availability.We … More
Retrieve Azure VM details by using PowerShell.
Recently I built a large environment in Azure with more than 1000 Virtul machines. Now we need to provide the … More
How to deploy Databricks in your private VNet without exposing public IP address (VNet Injection)?
Recently I came across a situation where customer wanted to deploy databricks into their own private network due to security … More
How to Deploy SQL server on Azure Container Services?
In this blog we will learn about Azure container services and how to deploy SQL server 2019 on Azure Container … More
How to choose Right data distribution strategy for Azure Synapse?
Azure Synapse (Azure SQL Data Warehouse) is a massively parallel processing (MPP) database system. The data within each synapse instance … More
Remote Software Deployment on multiple Azure Linux and Windows VMs.
In this blog we will discuss a real time scenario of deploying software on multiple Linux and Windows Virtual machines … More
Retrieve Azure Resource Inventory by using PowerShell.
In this blog I will share the script to retrieve the Azure resources inside Azure subscription. This script iterates through … More
How to mount Azure Storage Account to Databricks with SAS key?
This blog discusses the step by step approach to mount the storage account to Azure Databricks.