Azure Firewall in existing Azure subscription

Swebhi 21 Reputation points
2022-09-08T17:25:43.107+00:00

Hi,

We have Azure subscription and resources under that is all working fine. But we want to implement firewall as we had an attack from unknown malicious IP addresses.

Currently we have

ResourcegroupUAT

• Network Interface
• Virtual machine
• Public IP address
• Disk
• Data collection rule

ResourcegroupLive

• Network Interface
• Virtual machine
• Public IP address
• Disk
• Recovery Services vault
• Data collection rule
• Bastion
• Virtual network
• Public IP address

Sharedresoucegroup

• SQL server
• Network security group
• SQL database
• SQL database
• SQL database
• Storage account
• Storage account
• Storage account

So when creating a firewall there is an options of selecting resourcegroup and Vnet.

So wondering

  1. Do we have to create a new resource group and vnet or can we use from existing from above
  2. If we need to use existing which one to use? we have nsg under Sharedresoucegroup.

Hope this is clear to understand what we are trying to achieve.

Thanks

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
570 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,159 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
{count} votes

Accepted answer
  1. JimmySalian-2011 41,921 Reputation points
    2022-09-08T17:42:14.7+00:00

    Hi @Swebhi ,

    I think you need to follow the Hub-Spoke design for deploying the Azure Firewall, you can have a look at the design over here. I will split the VNET and have it specific for FW but depends on your requirements and options you have.

    There is Azure FW Standard and Azure FW Premium both has different features and pricing so have at that.azure-firewall

    239139-image.png

    Or you can have it in Hub VNET and let the traffic pass through it for internal network

    239224-image.png

    Azure Firewall is best deployed using a hub and spoke network topology with the following characteristics:

    A virtual network that acts as the central connectivity point. This network is the hub virtual network.
    One or more virtual networks that are peered to the hub. These peers are the spoke virtual networks and are used to provision workload servers.
    You deploy the firewall instance in a subnet of the hub virtual network and then configure all inbound and outbound traffic to go through the firewall.

    Use the following general steps to set up an instance of Azure Firewall:

    Create a hub virtual network that includes a subnet for the firewall deployment.
    Create the spoke virtual networks and their subnets and servers.
    Peer the hub and spoke networks.
    Deploy the firewall to the hub's subnet.
    For outbound traffic, create a default route that sends traffic from all subnets to the firewall's private IP address.
    Configure the firewall with rules to filter inbound and outbound traffic.

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful