Skip to content

Commit b71cc97

Browse files
committed
fix list indent
1 parent 7973c95 commit b71cc97

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

articles/azure-resource-manager/management/relocation/relocation-firewall.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,19 @@ Deploy the template to create a new Azure Firewall in the target region.
199199
200200
1. Obtain the subscription ID where you want to deploy the target public IP by running the following command:
201201
202-
```azurepowershell
203-
Get-AzSubscription
204-
```
202+
```azurepowershell
203+
Get-AzSubscription
204+
```
205205
206206
1. Run the following commands to deploy your template:
207207
208-
```azurepowershell
209-
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
210-
$location = Read-Host -Prompt "Enter the location (i.e. eastus)"
211-
212-
New-AzResourceGroup -Name $resourceGroupName -Location "$location"
213-
New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri "<name of your local template file>"
214-
```
208+
```azurepowershell
209+
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
210+
$location = Read-Host -Prompt "Enter the location (i.e. eastus)"
211+
212+
New-AzResourceGroup -Name $resourceGroupName -Location "$location"
213+
New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri "<name of your local template file>"
214+
```
215215
216216
1. The Azure Firewall is now deployed with the adopted configuration to reflect the needed changes in the target region.
217217
1. Verify configuration and functionality.

articles/azure-resource-manager/management/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
href: ./relocation/relocation-site-recovery.md
148148
- name: Networking
149149
items:
150-
- name: Azure Application Gateway and Web Application Firewall
150+
- name: Azure App Gateway and Web App Firewall
151+
displayname: Azure Application Gateway, Web Application Firewall
151152
href: ./relocation/relocation-app-gateway.md
152153
- name: Azure Load Balancer
153154
href: ../../load-balancer/move-across-regions-external-load-balancer-portal.md?toc=/azure/azure-resource-manager/management/toc.json
@@ -261,6 +262,7 @@
261262
- name: Resource group insights
262263
href: resource-group-insights.md
263264
- name: Configure data boundary
265+
displayName: eudb
264266
href: manage-data-boundary.md
265267
- name: Reference
266268
items:

0 commit comments

Comments
 (0)