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: src/Network/Network/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
## Upcoming Release
22
22
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
23
23
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
24
+
* Support Azure Firewall Policy on VNet Firewalls
25
+
- No new cmdlets are added. Relaxing the restriction for firewall policy on VNet firewalls
24
26
25
27
## Version 2.3.0
26
28
* New example added to Set-AzNetworkWatcherConfigFlowLog.md to demonstrate Traffic Analytics disable scenario.
Copy file name to clipboardExpand all lines: src/Network/Network/help/New-AzFirewall.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,18 @@ Threat Intel will also run in default mode - Alert - which means malicious traff
199
199
200
200
To support "forced tunneling" scenarios, this firewall will use the subnet "AzureFirewallManagementSubnet" and the management public IP address for its management traffic
201
201
202
+
### 13: Create a Firewall with Firewall Policy attached to a virtual network
0 commit comments