File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
articles/azure-resource-manager/management Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -199,19 +199,19 @@ Deploy the template to create a new Azure Firewall in the target region.
199
199
200
200
1. Obtain the subscription ID where you want to deploy the target public IP by running the following command:
201
201
202
- ```azurepowershell
203
- Get-AzSubscription
204
- ```
202
+ ```azurepowershell
203
+ Get-AzSubscription
204
+ ```
205
205
206
206
1. Run the following commands to deploy your template:
207
207
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
+ ```
215
215
216
216
1. The Azure Firewall is now deployed with the adopted configuration to reflect the needed changes in the target region.
217
217
1. Verify configuration and functionality.
Original file line number Diff line number Diff line change 147
147
href : ./relocation/relocation-site-recovery.md
148
148
- name : Networking
149
149
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
151
152
href : ./relocation/relocation-app-gateway.md
152
153
- name : Azure Load Balancer
153
154
href : ../../load-balancer/move-across-regions-external-load-balancer-portal.md?toc=/azure/azure-resource-manager/management/toc.json
261
262
- name : Resource group insights
262
263
href : resource-group-insights.md
263
264
- name : Configure data boundary
265
+ displayName : eudb
264
266
href : manage-data-boundary.md
265
267
- name : Reference
266
268
items :
You can’t perform that action at this time.
0 commit comments