You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firewall/firewall-faq.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
7
7
ms.topic: conceptual
8
-
ms.date: 5/3/2019
8
+
ms.date: 5/30/2019
9
9
ms.author: victorh
10
10
---
11
11
12
12
# Azure Firewall FAQ
13
13
14
14
## What is Azure Firewall?
15
15
16
-
Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. It is a fully stateful firewall-as-a-service with built-in high availability and unrestricted cloud scalability. You can centrally create, enforce, and log application and network connectivity policies across subscriptions and virtual networks.
16
+
Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. It's a fully stateful firewall-as-a-service with built-in high availability and unrestricted cloud scalability. You can centrally create, enforce, and log application and network connectivity policies across subscriptions and virtual networks.
17
17
18
18
## What capabilities are supported in Azure Firewall?
19
19
@@ -29,7 +29,7 @@ Azure Firewall is a managed, cloud-based network security service that protects
29
29
30
30
## What is the typical deployment model for Azure Firewall?
31
31
32
-
You can deploy Azure Firewall on any virtual network, but customers typically deploy it on a central virtual network and peer other virtual networks to it in a hub-and-spoke model. You can then set the default route from the peered virtual networks to point to this central firewall virtual network. Global VNet peering is supported, but it is not recommended due to potential performance and latency issues across regions. For best performance, deploy one firewall per region.
32
+
You can deploy Azure Firewall on any virtual network, but customers typically deploy it on a central virtual network and peer other virtual networks to it in a hub-and-spoke model. You can then set the default route from the peered virtual networks to point to this central firewall virtual network. Global VNet peering is supported, but it isn't recommended because of potential performance and latency issues across regions. For best performance, deploy one firewall per region.
33
33
34
34
The advantage of this model is the ability to centrally exert control on multiple spoke VNETs across different subscriptions. There are also cost savings as you don't need to deploy a firewall in each VNet separately. The cost savings should be measured versus the associate peering cost based on the customer traffic patterns.
35
35
@@ -57,7 +57,7 @@ Azure Firewall is integrated with Azure Monitor for viewing and analyzing firewa
57
57
58
58
## How does Azure Firewall work differently from existing services such as NVAs in the marketplace?
59
59
60
-
Azure Firewall is a basic firewall service that can address certain customer scenarios. It's expected that you will have a mix of third-party NVAs and Azure Firewall. Working better together is a core priority.
60
+
Azure Firewall is a basic firewall service that can address certain customer scenarios. It's expected that you'll have a mix of third-party NVAs and Azure Firewall. Working better together is a core priority.
61
61
62
62
## What is the difference between Application Gateway WAF and Azure Firewall?
63
63
@@ -67,6 +67,11 @@ The Web Application Firewall (WAF) is a feature of Application Gateway that prov
67
67
68
68
The Azure Firewall service complements network security group functionality. Together, they provide better "defense-in-depth" network security. Network security groups provide distributed network layer traffic filtering to limit traffic to resources within virtual networks in each subscription. Azure Firewall is a fully stateful, centralized network firewall as-a-service, which provides network- and application-level protection across different subscriptions and virtual networks.
69
69
70
+
## Are Network Security Groups (NSGs) supported on the Azure Firewall subnet?
71
+
72
+
Azure Firewall is a managed service with multiple protection layers, including platform protection with NIC level NSGs (not viewable). Subnet level NSGs aren't required on the Azure Firewall subnet, and are disabled to ensure no service interruption.
73
+
74
+
70
75
## How do I set up Azure Firewall with my service endpoints?
71
76
72
77
For secure access to PaaS services, we recommend service endpoints. You can choose to enable service endpoints in the Azure Firewall subnet and disable them on the connected spoke virtual networks. This way you benefit from both features-- service endpoint security and central logging for all traffic.
@@ -116,11 +121,11 @@ Yes. However, configuring the UDRs to redirect traffic between subnets in the sa
116
121
117
122
## Is forced tunneling/chaining to a Network Virtual Appliance supported?
118
123
119
-
Forced tunneling is not supported by default, but it can be enabled with help from Support.
124
+
Forced tunneling isn't supported by default, but it can be enabled with help from Support.
120
125
121
126
Azure Firewall must have direct Internet connectivity. If your AzureFirewallSubnet learns a default route to your on-premises network via BGP, you must override this with a 0.0.0.0/0 UDR with the **NextHopType** value set as **Internet** to maintain direct Internet connectivity. By default, Azure Firewall doesn't support forced tunneling to an on-premises network.
122
127
123
-
However, if your configuration requires forced tunneling to an on-premises network, Microsoft will support it on a case by case basis. Contact Support so that we can review your case. If accepted, we'll whitelist your subscription and ensure the required firewall Internet connectivity is maintained.
128
+
However, if your configuration requires forced tunneling to an on-premises network, Microsoft will support it on a case by case basis. Contact Support so that we can review your case. If accepted, we'll allow your subscription and ensure the required firewall Internet connectivity is maintained.
124
129
125
130
## Are there any firewall resource group restrictions?
0 commit comments