Skip to content

Azure: Support for Accelerated networking #276

@xlr-8

Description

@xlr-8

Abstract

With accelerated networking, network traffic arrives at the VM's network interface (NIC) and is then forwarded to the VM. All network policies that the virtual switch applies are now offloaded and applied in hardware. Because policy is applied in hardware, the NIC can forward network traffic directly to the VM. The NIC bypasses the host and the virtual switch, while it maintains all the policy it applied in the host.

Based on the documentation there are 2 notes to take care of:

  1. Only certain Virtual Machine sizes are supported for Accelerated Networking - more information can be found in this document.
  2. To use Accelerated Networking in an Availability Set, the Availability Set must be deployed onto an Accelerated Networking enabled cluster.

Documentation:
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_interface#enable_accelerated_networking
https://docs.microsoft.com/en-us/azure/virtual-network/create-vm-accelerated-networking-cli

Proposal

Implementation

Open issues (if applicable)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions