Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Architectue : Overview

...

Azure Function & VNet Integration

It allows the function app to access resources in a VNet without exposing them to the internet. It’s useful for securing outbound traffic from the function app.

image-20240809-135517.png

  • Subnet : We need to deploy a NAT Gateway in a subnet of a VNet. It will be associated with one or more subnets within the VNet to provide outbound connectivity for the resources in those subnets.

  • NSG : While it is not mandatory when deploying a NAT gateway in a subnet, it is highly recommended for enhancing security.