Skip to content

Commit 1e5f4ca

Browse files
committed
Fix: remove code-workspace from PR, global Azure terminology
1 parent c659f90 commit 1e5f4ca

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

articles/extended-zones/deploy-azure-firewall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/27/2026
1212

1313
In this article, you learn how to deploy **Azure Firewall** in **Azure Extended Zones** using ARM templates. It provides setup instructions, including ARM template snippets and deployment validation steps.
1414

15-
Azure Firewall in Azure Extended Zones behaves the same as Azure Firewall in public Azure regions — same SKUs (Standard and Premium), Firewall Policy and rule collections, autoscaling, and availability. The difference is in the setup and deployment. The firewall and its associated resources are created with an `extendedLocation` property, which places them in the extended zone.
15+
Azure Firewall in Azure Extended Zones behaves the same as Azure Firewall in global Azure regions — same SKUs (Standard and Premium), Firewall Policy and rule collections, autoscaling, and availability. The difference is in the setup and deployment. The firewall and its associated resources are created with an `extendedLocation` property, which places them in the extended zone.
1616

1717
> [!IMPORTANT]
1818
> Do **not** create the **AzureFirewallSubnet** manually. It is created automatically by the Azure Firewall service during deployment.
@@ -46,7 +46,7 @@ Use the following ARM template snippets for your own deployments. All Azure Exte
4646
}
4747
```
4848

49-
### Create a Virtual network
49+
### Create a virtual network
5050

5151
With the virtual network, create workload subnets only.
5252
> [!NOTE]
@@ -78,7 +78,7 @@ With the virtual network, create workload subnets only.
7878
}
7979
```
8080

81-
### Create a Standard public IP
81+
### Create a standard public IP
8282

8383
The IP should be Standard SKU with Static allocation method.
8484

@@ -99,7 +99,7 @@ The IP should be Standard SKU with Static allocation method.
9999
}
100100
```
101101

102-
### Create an Azure Firewall
102+
### Create Azure Firewall
103103

104104
Firewall SKU can be either Standard or Premium, depending on your needs. Make sure to associate the public IP created in the previous step, and to attach the Firewall Policy (if applicable) correctly in the ARM template.
105105

azure-docs-pr.code-workspace

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)