Skip to content

Commit dcb46c5

Browse files
authored
Merge pull request #108967 from vhorne/fw-faq
add more info about scaling
2 parents 7c63ea2 + 4af270c commit dcb46c5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/firewall/firewall-faq.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: firewall
55
author: vhorne
66
ms.service: firewall
77
ms.topic: conceptual
8-
ms.date: 03/23/2020
8+
ms.date: 03/25/2020
99
ms.author: victorh
1010
---
1111

@@ -173,13 +173,19 @@ Azure Firewall's initial throughput capacity is 2.5 - 3 Gbps and it scales out t
173173

174174
It takes from five to seven minutes for Azure Firewall to scale out. Contact Support to increase your firewall's initial throughput capacity if you have bursts that require a faster autoscale.
175175

176+
The following points should be taken into account when you test the firewall autoscale:
177+
178+
- Single TCP flow performance is limited to 1.4 Gbps. So, a performance test needs to establish multiple TCP flows.
179+
- Performance tools must continuously establish new connections for them to connect with the scaled-up backend Firewall instances. If the test establishes connections once at the start, then those will only connect with the initial backend instances. Even though the firewall scales up, you won't see any increased performance because the connections are associated with the initial instances.
180+
181+
176182
## Does Azure Firewall allow access to Active Directory by default?
177183

178184
No. Azure Firewall blocks Active Directory access by default. To allow access, configure the AzureActiveDirectory service tag. For more information, see [Azure Firewall service tags](service-tags.md).
179185

180186
## Can I exclude a FQDN or an IP address from Azure Firewall Threat Intelligence based filtering?
181187

182-
Yes, you can use Azure PowerShell to do this:
188+
Yes, you can use Azure PowerShell to do it:
183189

184190
```azurepowershell
185191
# Add a Threat Intelligence Whitelist to an Existing Azure Firewall

0 commit comments

Comments
 (0)