Installing NGINX Plus on Microsoft Azure

Install NGINX Plus as a virtual machine image on Microsoft Azure, to provide sophisticated Layer 7 load balancing for your apps.

NGINX Plus, the high-performance application delivery platform, load balancer, and web server, is available at the Microsoft Azure Marketplace as a virtual machine (VM) image.

The VM image contains the latest version of NGINX Plus, optimized for use with Azure.

Installing the NGINX Plus VM

To quickly set up an NGINX Plus environment on Microsoft Azure:

  1. Follow the instructions in Create a Virtual Machine Running Linux to sign up on Azure and get more information about Azure itself.

  2. Search for “NGINX Plus” in the Azure Marketplace, open the VM image, and follow the installation instructions.

  3. Create an Azure availability set of two or more NGINX Plus virtual machines, which adds redundancy to your NGINX Plus setup by ensuring that at least one virtual machine remains available during a planned or unplanned maintenance event on the Azure platform. For more information, see Manage the availability of Linux virtual machines in the Azure documentation.

  4. Create endpoints to enable clients outside the NGINX Plus virtual machine’s cloud or virtual network to access it. Sign in to the Azure Management Portal and add endpoints manually to handle the inbound network traffic on port 80 (HTTP) and port 443 (HTTPS). For more information, see How to set up endpoints on a Linux classic virtual machine in Azure in the Azure documentation.

  5. As soon as the new virtual machine launches, NGINX Plus starts automatically and serves a default index.html page. To verify that NGINX Plus is working properly, use a web browser to access the public DNS name of the new virtual machine and view the page. You can also check the status of the NGINX Plus server by logging into the virtual machine and running this command:

    /etc/init.d/nginx status
    

What If I Need Help?

If you encounter any problems with NGINX Plus configuration, documentation is available at nginx.org and in the NGINX Plus Admin Guide.

Customers who purchase an NGINX Plus VM image at the Azure Marketplace are eligible for the Azure VM support provided by the NGINX, Inc. engineering team. To activate support, submit the Azure support activation form (you need your Azure subscription ID). When you request support, we’ll ask you to provide the Azure subscription ID that you registered, along with the deployment IDs of your Azure virtual machines in some cases.