Zoomtutorials
  • Tutorials
    • DevOps
      • Terraform
      • Git
      • GitHub
      • Jenkins
      • Docker
      • Kubernetes
      • Ansible
      • Python
      • Azure DevOps
      • AWS DevOps
    • Cloud
      • AWS
      • Azure
      • GCP
      • Oracle Cloud
      • Alibaba Cloud
      • IBM Cloud
      • DigitalOcean
      • Linode
    • Microsoft Dynamics ERP
      • Dynamics 365
        • D365 FnO
        • D365 BC
      • Dynamics AX
      • Dynamics NAV
      • Dynamics GP
      • Dynamics CRM
    • Azure DevOps
      • Azure Boards
      • Azure Repos
      • Azure Pipelines
      • Azure Test Plans
      • Azure Artifacts
      • Extensions Marketplace
    • AWS DevOps
      • CodeStar
      • CodeCommit
      • CodeBuild
      • CodeDeploy
      • CodePipeline
      • CodeArtifact
    • Web Server
      • IIS
      • Apache
      • NGINX
      • Tomcat
      • NodeJS
    • Microsoft
      • Office 365
      • Microsoft 365
      • SharePoint
      • MS Dynamics ERP
  • Development
    • Application
      • Magento 2
      • Magento
      • WordPress
      • PHP
      • .Net
      • .Net Core
      • NodeJS
      • JAVA
    • Database
      • Microsoft SQL Server
      • MySQL
      • MariaDB
      • Amazon Aurora
      • SQL Proxy
  • HowTos
    • Linux OS
      • RHEL
      • Ubuntu
      • CentOS
      • Fedora
      • Debian
    • Linux Tips
      • Linux Commands
      • Linux Tricks
      • Linux Cheatsheet
    • Windows OS
      • Server 2019
      • Server 2016
      • Server 2012
      • Server 2008
      • Windows 11
      • Windows 10
      • Windows 8
      • Windows 7
    • Windows Tips
      • Windows Commands
      • Windows Shortcuts
  • Tools
    • Monitoring
      • New Relic
      • ELK Stack
    • Security
      • Firewall
      • Internet Security
      • Antivirus
    • Backup
      • SQL Backup
      • Iperius Backup
  • Courses
  • News
  • More…
    • Services
    • Write For Us
    • Hire Us
    • Community
    • Donate ❤️
    • Contact Us
Facebook Twitter Instagram

Zoomtutorials

  • Tutorials
    • DevOps
      • Terraform
      • Git
      • GitHub
      • Jenkins
      • Docker
      • Kubernetes
      • Ansible
      • Python
      • Azure DevOps
      • AWS DevOps
    • Cloud
      • AWS
      • Azure
      • GCP
      • Oracle Cloud
      • Alibaba Cloud
      • IBM Cloud
      • DigitalOcean
      • Linode
    • Microsoft Dynamics ERP
      • Dynamics 365
        • D365 FnO
        • D365 BC
      • Dynamics AX
      • Dynamics NAV
      • Dynamics GP
      • Dynamics CRM
    • Azure DevOps
      • Azure Boards
      • Azure Repos
      • Azure Pipelines
      • Azure Test Plans
      • Azure Artifacts
      • Extensions Marketplace
    • AWS DevOps
      • CodeStar
      • CodeCommit
      • CodeBuild
      • CodeDeploy
      • CodePipeline
      • CodeArtifact
    • Web Server
      • IIS
      • Apache
      • NGINX
      • Tomcat
      • NodeJS
    • Microsoft
      • Office 365
      • Microsoft 365
      • SharePoint
      • MS Dynamics ERP
  • Development
    • Application
      • Magento 2
      • Magento
      • WordPress
      • PHP
      • .Net
      • .Net Core
      • NodeJS
      • JAVA
    • Database
      • Microsoft SQL Server
      • MySQL
      • MariaDB
      • Amazon Aurora
      • SQL Proxy
  • HowTos
    • Linux OS
      • RHEL
      • Ubuntu
      • CentOS
      • Fedora
      • Debian
    • Linux Tips
      • Linux Commands
      • Linux Tricks
      • Linux Cheatsheet
    • Windows OS
      • Server 2019
      • Server 2016
      • Server 2012
      • Server 2008
      • Windows 11
      • Windows 10
      • Windows 8
      • Windows 7
    • Windows Tips
      • Windows Commands
      • Windows Shortcuts
  • Tools
    • Monitoring
      • New Relic
      • ELK Stack
    • Security
      • Firewall
      • Internet Security
      • Antivirus
    • Backup
      • SQL Backup
      • Iperius Backup
  • Courses
  • News
  • More…
    • Services
    • Write For Us
    • Hire Us
    • Community
    • Donate ❤️
    • Contact Us
Facebook Twitter Instagram YouTube LinkedIn
Zoomtutorials
Azure

How to implement multi-website on single Azure Application Gateway WAF

By Choudhury SApril 9, 20203

How to implement multi-website on single Azure Application Gateway WAF The below architecture diagram describes how Application Gateway helps in…

Azure

How to Create and Deploy Azure Firewall

By Choudhury SMarch 28, 20200

What is Azure Firewall Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources.…

Azure

Azure Application Gateway Web Application Firewall (WAF)

By Choudhury SMarch 28, 20200

What is Azure Application Gateway Web Application Firewall (WAF)? Web applications are increasingly target of malicious attacks that exploit commonly…

Tips & Tricks

How to convert virtual machines from XVA (Xenserver) to VHD (Hypervisor)

By Choudhury SFebruary 14, 20201

Below, I am sharing my experience converting virtual machines from XVA (Xenserver) to VHD (Hypervisor). Please follow below steps to…

Azure

How to Create Azure VM Disk Snapshot

By Choudhury SDecember 21, 20190

In this tutorial, we will describe the steps required to create an Azure virtual machine disk snapshot. Snapshot is an…

Apache

How to implement HTTP Authentication/Password protect your website in Apache

By Choudhury SNovember 15, 20190

In this tutorial, we will describe the basics of password protecting a website using HTTP authentication. Step 1. First, we…

Linux

How To Install Composer on CentOS 7

By Choudhury SNovember 2, 20190

Composer is a dependency manager for PHP similar to npm for Node.js or pip for Python. Composer pulls all the required PHP dependency…

Linux

How to Install Pimcore CMS (Content Management System) on Centos 7

By Choudhury SNovember 2, 20190

Pimcore provides free and open source enterprise PHP software platform for product information management (PIM), master data management (MDM), customer…

DevOps

How to Install Python and PyCharm on Windows

By Choudhury SSeptember 27, 20190

In this tutorial, we will describe the steps to install Python and PyCharm on Windows. Installing Python Python is an…

AWS

How to create a new AWS Free Tier Account

By Choudhury SSeptember 8, 20190

In today’s tutorial, we will be describing the process to create an AWS Free Tier account which can be used…

AWS

How to create VPC and Subnets in AWS

By Choudhury SSeptember 7, 20191

Amazon VPC and Subnet Amazon Virtual Private Cloud is the networking layer for Amazon EC2.  This enable us to launch…

AWS

How to Migrate AWS EC2 instance to another Region

By Choudhury SAugust 11, 20190

In this tutorial, we will describe how to migrate AWS EC2 instance from one region to another. Step 1: Create…

Apache

How to Install Moodle LMS (Learning Management System) on CentOS 7

By Choudhury SJuly 27, 20190

Moodle is an open-source Learning Platform or Learning Management System (LMS) and it is one of the most popular LMS…

Exchange Server

How to backup Microsoft Exchange Server

By Choudhury SJuly 22, 20190

We can use Windows Server Backup to back up and restore Exchange server. Exchange includes a plug-in for Windows Server…

MySQL

How to install Percona MySQL 5.7 on CentOS 7

By Choudhury SJuly 20, 20191

The easiest way to install the Percona Yum repository is to install an RPM that configures yum and installs the Percona GPG key. Step 1: Install the…

Previous 1 2 3 4 Next

Buy Me a Coffee Plz...

Get our latest tutorials
Recent Posts
  • How to Use the slmgr Command in Windows
  • How To Extend Windows Server Evaluation after Trial Period Expiry
  • List of Useful Magento 2 Commands
  • Magento 2 Commands and the Use Cases
  • MySQL and MariaDB Performance Tuning and Optimization
  • Microsoft Dynamics AX End of Support/Life
  • Magento Community read/write splitting with Database Proxy
  • Git Commands for developers and sysadmins
  • Install the git credential-oskeychain
  • Install Git on Windows, Linux and Mac
May 2022
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Aug    
Archives
Site Statistics
  • Visitors today : 9
  • Page views today : 9
  • Total visitors : 10,118
  • Total page view: 10,823
svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMSAxJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjwvc3ZnPg== - How to implement multi-website on single Azure Application Gateway WAF
Facebook Twitter Instagram YouTube LinkedIn
  • Donation ❤️
  • About
  • Services
  • Contact Us
  • Privacy Policy
  • Terms of Use
Copyright © 2017- 2022 by Zoomtutorials.com. All Rights Reserved. Designed with ❤️ by CloudSols.com

Type above and press Enter to search. Press Esc to cancel.