Skip to content

Commit 12847b5

Browse files
authored
Update how-to-manage-ip-addresses-network-manager.md
1 parent cd43fd4 commit 12847b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/virtual-network-manager/how-to-manage-ip-addresses-network-manager.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In this step, you create a virtual network with a nonoverlapping CIDR range usin
176176
2. In the **Custom deployment** window, select **Build your own template in the editor**.
177177
3. Copy the following template into the editor:
178178

179-
```json
179+
```json
180180
{
181181
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
182182
"contentVersion": "1.0.0.0",
@@ -230,7 +230,8 @@ In this step, you create a virtual network with a nonoverlapping CIDR range usin
230230
}
231231
}
232232
]
233-
}
233+
}
234+
234235
```
235236

236237
1. In the **Custom deployment** windows, enter or select the following information::

0 commit comments

Comments
 (0)