Skip to content

Commit f4ff3df

Browse files
committed
Fix indentation
1 parent 8491c51 commit f4ff3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-testing/how-to-move-between-regions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ To move the resource to the target Azure region, modify the ARM template, create
9999
"apiVersion": "2021-12-01-preview",
100100
"name": "[parameters('loadtest_name')]",
101101
"location": "eastus",
102-
```
102+
```
103103

104-
To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/data-residency/). The code for a region is the region name with no spaces. For example, East US = eastus.
104+
To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/data-residency/). The code for a region is the region name with no spaces. For example, East US = eastus.
105105

106106
1. Select **Save**.
107107

0 commit comments

Comments
 (0)