Installation of the filtering node from DEB or RPM packages on Azure¶
This quick guide provides the steps to install the filtering node from the source packages on a separate Azure instance. By following this guide, you will create an instance from the supported operating system image and install the Wallarm filtering node on this operating system.
The instructions limitations
These instructions do not cover the configuration of load balancing and node autoscaling. If setting up these components yourself, we recommend that you review the Azure instructions.
Requirements¶
-
Active Azure subscription
-
Access to the account with the Administrator role in Wallarm Console for the US Cloud or EU Cloud
Filtering node installation options¶
Since the filtering node operates as the web server or API gateway module, web server or API gateway packages should be installed on the operating system along with the filtering node packages.
You can select the web server or API gateway that is the most suitable for your application architecture from the following list:
Installing the filtering node as the NGINX Stable module¶
To install the filtering node as the NGINX Stable module in the Azure instance:
-
Create an Azure instance from the operating system image supported by Wallarm following the Azure instructions:
- Debian 11.x Bullseye
- Ubuntu 18.04 Bionic
- Ubuntu 20.04 Focal
- Ubuntu 22.04 Jammy
- AlmaLinux
- Rocky Linux
- Oracle Linux 8.x
-
Connect to the created instance following the Azure instructions.
-
In the instance, install the packages of NGINX Stable and Wallarm filtering node following the Wallarm instructions.
To install the postanalytics module in a separate instance, please repeat steps 1-2 and install the postanalytics module following the Wallarm instructions.
Installing the filtering node as the NGINX Plus module¶
To install the filtering node as the NGINX Plus module in the Azure instance:
-
Create an Azure instance from the operating system image supported by Wallarm following the Azure instructions:
- Debian 11.x Bullseye
- Ubuntu 18.04 Bionic
- Ubuntu 20.04 Focal
- Ubuntu 22.04 Jammy
- CentOS 7.x
- AlmaLinux
- Rocky Linux
- Oracle Linux 8.x
-
Connect to the created instance following the Azure instructions.
-
In the instance, install the packages of NGINX Plus and Wallarm filtering node following the Wallarm instructions.
To install the postanalytics module in a separate instance, please repeat steps 1-2 and install the postanalytics module following the Wallarm instructions.