Azure Network IP

This page shows how to write Terraform and Azure Resource Manager for Network IP and write them securely.

azurerm_virtual_hub_ip (Terraform)

The IP in Network can be configured in Terraform with the resource name azurerm_virtual_hub_ip. The following sections describe 4 examples of how to use the resource and its parameters.

Example Usage from GitHub

virtual_hub.tf#L94
resource "azurerm_virtual_hub_ip" "hub_ip" {
  for_each = try(var.virtual_hub_config.hub_ip, {})

  name                         = azurecaf_name.hub_ip[each.key].result
  virtual_hub_id               = azurerm_virtual_hub.vwan_hub.id
  private_ip_address           = each.value.private_ip_address
virtual_hub.tf#L94
resource "azurerm_virtual_hub_ip" "hub_ip" {
  for_each = try(var.virtual_hub_config.hub_ip, {})

  name                         = azurecaf_name.hub_ip[each.key].result
  virtual_hub_id               = azurerm_virtual_hub.vwan_hub.id
  private_ip_address           = each.value.private_ip_address
virtual_hub.tf#L94
resource "azurerm_virtual_hub_ip" "hub_ip" {
  for_each = try(var.virtual_hub_config.hub_ip, {})

  name                         = azurecaf_name.hub_ip[each.key].result
  virtual_hub_id               = azurerm_virtual_hub.vwan_hub.id
  private_ip_address           = each.value.private_ip_address
virtual_hub.tf#L94
resource "azurerm_virtual_hub_ip" "hub_ip" {
  for_each = try(var.virtual_hub_config.hub_ip, {})

  name                         = azurecaf_name.hub_ip[each.key].result
  virtual_hub_id               = azurerm_virtual_hub.vwan_hub.id
  private_ip_address           = each.value.private_ip_address

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a Virtual Hub IP.

NOTE Virtual Hub IP only supports Standard Virtual Hub without Virtual Wan.

Tips: Best Practices for The Other Azure Network Resources

In addition to the azurerm_network_security_group, Azure Network has the other resources that should be configured for security reasons. Please check some examples of those resources and precautions.

risk-label

azurerm_network_security_group

Ensure to disable RDP port from the Internet

It is better to disable the RDP port from the Internet. RDP access should not be accepted from the Internet (*, 0.0.0.0, /0, internet, any), and consider using the Azure Bastion Service.

risk-label

azurerm_network_security_rule

Ensure to set a more restrictive CIDR range for ingress from the internet

It is better to set a more restrictive CIDR range not to use very broad subnets. If possible, segments should be divided into smaller subnets.

risk-label

azurerm_network_watcher_flow_log

Ensure to enable Retention policy for flow logs and set it to enough duration

It is better to enable a retention policy for flow logs. Flow logs show us all network activity in the cloud environment and support us when we face critical incidents.

Review your Azure Network settings

In addition to the above, there are other security points you should be aware of making sure that your .tf files are protected in Shisho Cloud.

Microsoft.Network/virtualHubs/ipConfigurations (Azure Resource Manager)

The virtualHubs/ipConfigurations in Microsoft.Network can be configured in Azure Resource Manager with the resource name Microsoft.Network/virtualHubs/ipConfigurations. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • name required - string
  • type required - string
  • apiVersion required - string
  • properties required
      • privateIPAddress optional - string

        The private IP address of the IP configuration.

      • privateIPAllocationMethod optional - string

        The private IP address allocation method.

      • subnet optional
          • properties optional
              • addressPrefix required - string

                The address prefix for the subnet.

              • addressPrefixes optional - array

                List of address prefixes for the subnet.

              • networkSecurityGroup optional
                  • id required - string

                    Resource ID.

              • routeTable optional
                  • id required - string

                    Resource ID.

              • natGateway optional
                  • id required - string

                    Resource ID.

              • serviceEndpoints optional array
                  • service optional - string

                    The type of the endpoint service.

                  • locations optional - array

                    A list of locations.

              • serviceEndpointPolicies optional array
                  • id required - string

                    Resource ID.

              • ipAllocations optional array
                  • id required - string

                    Resource ID.

              • delegations optional array
                  • properties optional
                      • serviceName optional - string

                        The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).

                  • name required - string

                    The name of the resource that is unique within a subnet. This name can be used to access the resource.

              • privateEndpointNetworkPolicies optional - string

                Enable or Disable apply network policies on private end point in the subnet.

              • privateLinkServiceNetworkPolicies optional - string

                Enable or Disable apply network policies on private link service in the subnet.

          • name required - string

            The name of the resource that is unique within a resource group. This name can be used to access the resource.

      • publicIPAddress optional
          • location required - string

            Resource location.

          • tags optional - string

            Resource tags.

          • extendedLocation optional
              • name required - string

                The name of the extended location.

              • type required - string

                The type of the extended location.

          • sku optional
              • name optional - string

                Name of a public IP address SKU.

              • tier optional - string

                Tier of a public IP address SKU.

          • properties optional
              • publicIPAllocationMethod required - string

                The public IP address allocation method.

              • publicIPAddressVersion optional - string

                The public IP address version.

              • dnsSettings optional
                  • domainNameLabel required - string

                    The domain name label. The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system.

                  • fqdn optional - string

                    The Fully Qualified Domain Name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone.

                  • reverseFqdn optional - string

                    The reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN.

              • ddosSettings optional
                  • ddosCustomPolicy optional
                      • id required - string

                        Resource ID.

                  • protectionCoverage optional - string

                    The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.

                  • protectedIP optional - boolean

                    Enables DDoS protection on the public IP.

              • ipTags optional array
                  • ipTagType optional - string

                    The IP tag type. Example: FirstPartyUsage.

                  • tag optional - string

                    The value of the IP tag associated with the public IP. Example: SQL.

              • ipAddress optional - string

                The IP address associated with the public IP address resource.

              • publicIPPrefix optional
                  • id required - string

                    Resource ID.

              • idleTimeoutInMinutes optional - integer

                The idle timeout of the public IP address.

          • zones optional - array

            A list of availability zones denoting the IP allocated for the resource needs to come from.

Frequently asked questions

What is Azure Network IP?

Azure Network IP is a resource for Network of Microsoft Azure. Settings can be wrote in Terraform.

Where can I find the example code for the Azure Network IP?

For Terraform, the aztfmod/terraform-azurerm-caf, pkhuntia/aztfmod and anmoltoppo/Terraform source code examples are useful. See the Terraform Example section for further details.