Procedure

To configure DNS on Azure:

  1. In the Azure web console, navigate to HomeDNS zones.

    dns zone in microsoft azure
  2. Create a new zone.

    1. In the Resource group drop-down list, click eclipseCheResourceGroup.

      selecting the resource group
    2. In the Instance details section, in the Name field, type the name of the domain (azr.my-ide.cloud, in this case).

    3. Click the Review + create button.

      entering the name fo the domain
  3. Click the Create button.

    completing the creation of the zone

    The created zone and the list of name servers (NS) are displayed in the DNS Zones section.

    list of created zones and NS

    These servers must be configured with the registrar of the domain.

  4. Navigate to the Azure DNS zone, and click the + Record set button (record set button).

  5. To add a record set:

    1. In the Name field, type *.

    2. In the IP Address field, select the external IP of Ingress-nginx controller that the user had obtained in the [installing-ingress-on-azure] section (40.89.129.194, in this case).

      adding a record set

      The following is an example of an added DNS zone:

      example of an added dns zone