Skip to content

Commit a9e1fe5

Browse files
author
Igor Pagliai
committed
Added image of AZ properties
1 parent e94ab26 commit a9e1fe5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
39.1 KB
Loading

articles/firewall-manager/secure-cloud-network-powershell.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,11 @@ $AzFW = New-AzFirewall -Name $FirewallName -ResourceGroupName $RG -Location $Loc
317317
-SkuTier $FirewallTier `
318318
-Zone 1,2,3
319319
```
320-
Once executed the script above, procedure must be completed as described in the section *Deploy Azure Firewall and configure custom routing* above.
320+
Once executed the script above, Availability Zones should appear in the secured hub properties as shown in the screenshot below:
321+
322+
:::image type="content" source="./media/secure-cloud-network/vwan-firewall-hub-az-correct7.png" alt-text="Screenshot of Secured virtual hub availability zones" lightbox="./media/secure-cloud-network/vwan-firewall-hub-az-correct7.png":::
323+
324+
Once the Azure Firewall instance will be deployed, configuration procedure must be completed as described in the section *Deploy Azure Firewall and configure custom routing* above.
321325

322326
## Next steps
323327

0 commit comments

Comments
 (0)