Azure Synapse (Azure SQL Data Warehouse) is a massively parallel processing (MPP) database system. The data within each synapse instance…
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…
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…
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.
How to setup Service Chaining in Azure?
In this blog post, we will learn about VNet Peering, Hub and spoke Architecture and Service chaining in Azure. What…
How to route Network traffic in Azure?
Azure manages network traffic by using system routes and user defined routes. I have created this video to demonstrate the…
How to configure Azure Load balancer with Azure CLI?
Recently I have came across a situation where we were supposed to create Azure load balancer for our customer in…
How to host Python Flask API on Apache web Server?
In my earlier post we have gone thru step by step instructions to install Apache web server from scratch and…
How to resolving Mozilla Certificate error (SEC_ERROR_UNKNOWN_ISSUER ) while browsing Https site from Apache web server.
In my earlier post I provided the step by step instructions to host a website in Apache web server and…
Step by Step :How to install Apache Web Server and deploy SSL (HTTPS) enabled site?
In this post we will go thru step by step instructions for Apache Web server installation. Post Apache Server Installation…