Create Azure Inbound Rules

This article covers the configuration of Azure Inbound Rules to allow access to the required Zetaris ports.

Introduction

In Azure, a security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For Zetaris running on Azure, you will need to add inbound rules that allow access to the following ports:

  • Web Application GUI port - default 9001

  • JDBC Driver port - default 10000

Configure Azure 

  1. Sign in to the Azure portal at https://portal.azure.com.

  2. Select your new network security group.

  3. Select Inbound security rules from the left menu, then select Add.

  4. Specify the following values for the GUI port:
    Source port ranges: leave the default of Any
    Service: select Custom from the drop down list
    Destination port ranges, 9001
    Protocol: TCP
    Action: Allow
    Priority: specify a numeric value (e.g. 100)
    Name: GUI_9001 (you can assign any value to this)

    Confirm your values as per screenshot, then click Add to create the rule.

    Screen Shot 2021-09-09 at 9.01.31 am
  5. Specify the following values for the JDBC port:
    Source port ranges: leave the default of Any
    Service: select Custom from the drop down list
    Destination port ranges, 10000
    Protocol: TCP
    Action: Allow
    Priority: specify a numeric value (e.g. 101)
    Name: JDBC_1000 (you can assign any value to this)

    Confirm your values as per screenshot, then click Add to create the rule.
    Screen Shot 2021-09-09 at 10.22.13 am
  6. Click Refresh to view your newly created inbound rules
    Screen Shot 2021-09-09 at 10.27.26 am