Skip to content

Commit f04e7da

Browse files
authored
Merge pull request #216204 from timwarner-msft/timwarner-af
Clarify Azure Firewall HTTPS support
2 parents bf495c6 + 257c9b7 commit f04e7da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/firewall/firewall-faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: vhorne
77
ms.service: firewall
88
ms.topic: conceptual
9-
ms.date: 10/07/2022
9+
ms.date: 10/27/2022
1010
ms.author: victorh
1111

1212
title: Azure Firewall FAQ
@@ -44,7 +44,7 @@ sections:
4444
4545
- question: Does Azure Firewall support inbound traffic filtering?
4646
answer: |
47-
Azure Firewall supports inbound and outbound filtering. Inbound protection is typically used for non-HTTP/S protocols. For example RDP, SSH, and FTP protocols. For best inbound HTTP/S protection, use a web application firewall such as [Azure Web Application Firewall (WAF)](../web-application-firewall/overview.md).
47+
Azure Firewall supports inbound and outbound filtering. Inbound protection is typically used for non-HTTP protocols like RDP, SSH, and FTP protocols. For inbound HTTP and HTTPS protection, use a web application firewall such as [Azure Web Application Firewall (WAF)](../web-application-firewall/overview.md) or the TLS offload and deep packet inspection capabilities of [Azure Firewall Premium](./premium-features.md).
4848
4949
- question: Which logging and analytics services are supported by the Azure Firewall?
5050
answer: |
@@ -212,9 +212,9 @@ sections:
212212
answer: |
213213
When a connection has an idle timeout (four minutes of no activity), Azure Firewall gracefully terminates the connection by sending a TCP RST packet.
214214
215-
- question: How does Azure Firewall handle VM instance shutdowns during virtual machine scale set scale in (scale down) or fleet software upgrades?
215+
- question: How does Azure Firewall handle VM instance shutdowns during Virtual Machine Scale Set scale in (scale down) or fleet software upgrades?
216216
answer: |
217-
An Azure Firewall VM instance shutdown may occur during virtual machine scale set scale in (scale down) or during fleet software upgrade. In these cases, new incoming connections are load balanced to the remaining firewall instances and are not forwarded to the down firewall instance. After 45 seconds the firewall starts rejecting existing connections by sending TCP RST packets. After an additional 45 seconds the firewall VM shuts down. For more information, see [Load Balancer TCP Reset and Idle Timeout](../load-balancer/load-balancer-tcp-reset.md).
217+
An Azure Firewall VM instance shutdown may occur during Virtual Machine Scale Set scale in (scale down) or during fleet software upgrade. In these cases, new incoming connections are load balanced to the remaining firewall instances and are not forwarded to the down firewall instance. After 45 seconds the firewall starts rejecting existing connections by sending TCP RST packets. After an additional 45 seconds the firewall VM shuts down. For more information, see [Load Balancer TCP Reset and Idle Timeout](../load-balancer/load-balancer-tcp-reset.md).
218218
219219
- question: Does Azure Firewall allow access to Active Directory by default?
220220
answer: |

0 commit comments

Comments
 (0)