- Home
- How to route Network traffic in Azure?
Network
TagHow to route Network traffic in Azure?
In this blog, we will learn how Azure manages network traffic by using system routes and user-defined routes. Let’s dive in.
How to configure Azure Load balancer with Azure CLI?
In this blog, we will learn how to set up and configure the Azure load balancer in the quickest possible way and test some Azure features. We will develop an Azure CLI script for the same. I have also created a video to showcase the Azure Load balancer functionality.
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. After Apache Server Installation we will create an SSL certificate creation request to generate the certificates from Certificate Authority and then deploy the SSL certificates on Apache Web Server. We will also learn how to modify browser settings to make the certificate works in case the site is accessed from outside the corporate intranet where Root certificates are not installed on the machine.