Configure networking

Create a Microsoft Azure virtual machine, a security group, and inbound security rules, then associate the security rules with the virtual machine.

Create a security group

  1. Sign in to the Microsoft Azure Portal.
  2. From the menu, select All Services and search for Resource Groups. Alternatively, select Resource Groups from the favorites list.
  3. Click the name of the resource group where you want to add the network security rule set.
  4. Click Add.
  5. Search and select Network security group.
  6. Select Create.
  7. Name the security group.
  8. Click Create and Review.
  9. Click Create.

Create inbound security rules

  1. In Settings, click Inbound security rules.
  2. Click Add.
  3. Enter the following values:
    • Destination port range: 80/443
    • Protocol: TCP
    • Name: Port80/Port443 Rule
    • Priority: 100/101

    Port 80 is optional.

  4. Click Add.
  5. Repeat these steps to create rules for ports 80 and 443.

Associate security rules

  1. Go to HOMEVM.
  2. Click the name of Access Gateway virtual machine.
  3. In Settings, select Subnets.
  4. Click Associate.
  5. Search for the security group that you created earlier and associate it with the virtual machine.