Skip to content

Commit d2c4cc1

Browse files
Merge pull request #267675 from vhorne/fw-faq-fresh
freshness and acrofixes
2 parents c6df79c + 3defe8e commit d2c4cc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/firewall/firewall-faq.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.service: firewall
88
ms.custom: devx-track-azurepowershell
99
ms.topic: conceptual
10-
ms.date: 01/04/2023
10+
ms.date: 02/29/2024
1111
ms.author: victorh
1212
title: Azure Firewall FAQ
1313
summary: |
@@ -52,7 +52,7 @@ sections:
5252
answer: |
5353
Yes, Azure Firewall Basic supports forced tunneling.
5454
55-
- question: Which logging and analytics services are supported by the Azure Firewall?
55+
- question: Which logging and analytics services does Azure Firewall support?
5656
answer: |
5757
Azure Firewall is integrated with Azure Monitor for viewing and analyzing firewall logs. Logs can be sent to Log Analytics, Azure Storage, or Event Hubs. They can be analyzed in Log Analytics or by different tools such as Excel and Power BI. For more information, see [Tutorial: Monitor Azure Firewall logs](./firewall-diagnostics.md).
5858
@@ -198,12 +198,12 @@ sections:
198198
answer: |
199199
- **URL** - Asterisks work when placed on the right-most or left-most side. If it is on the left, it can't be part of the FQDN.
200200
- **FQDN** - Asterisks work when placed on the left-most side.
201-
- **GENERAL** - Asterisks on the left-most side mean literally _anything_ to the left matches, meaning multiple subdomains and/or potentially unwanted domain name variations are matched - see examples below.
201+
- **GENERAL** - Asterisks on the left-most side mean literally _anything_ to the left matches, meaning multiple subdomains and/or potentially unwanted domain name variations are matched - see the following examples.
202202
203203
Examples:
204204
205205
206-
|Type |Rule |Supported? |Positive examples |
206+
|Type |Rule |Supported?|Positive examples |
207207
|---------|---------|---------|---------|
208208
|TargetURL |`www.contoso.com` |Yes|`www.contoso.com`<br>`www.contoso.com/`|
209209
|TargetURL |`*.contoso.com` |Yes|`any.contoso.com/`<br>`sub1.any.contoso.com`|
@@ -259,7 +259,7 @@ sections:
259259
260260
- question: How does Azure Firewall handle VM instance shutdowns during Virtual Machine Scale Set scale in (scale down) or fleet software upgrades?
261261
answer: |
262-
An Azure Firewall VM instance shutdown might 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 aren't forwarded to the down firewall instance. After 45 seconds the firewall starts rejecting existing connections by sending TCP RST packets. After another 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).
262+
An Azure Firewall VM instance shutdown might 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 aren't forwarded to the down firewall instance. After 45 seconds, the firewall starts rejecting existing connections by sending TCP RST packets. After another 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).
263263
264264
- question: Does Azure Firewall allow access to Active Directory by default?
265265
answer: |

0 commit comments

Comments
 (0)