Skip to content

Commit 618c128

Browse files
Update simulate-primary-region-failure.md
1 parent 3a0c98b commit 618c128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/simulate-primary-region-failure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ To add a static route for a destination host, type the following command on a Wi
6464
#### Linux
6565

6666
```bash
67-
route add <destination_ip> gw <gateway_ip>
67+
sudo route add <destination_ip> gw <gateway_ip>
6868
```
6969

7070
#### Windows
7171

72-
```
72+
```console
7373
route add <destination_ip> <gateway_ip>
7474
```
7575

@@ -82,7 +82,7 @@ To simulate the primary endpoint becoming functional again, delete the invalid s
8282
#### Linux
8383

8484
```bash
85-
route del <destination_ip> gw <gateway_ip>
85+
sudo route del <destination_ip> gw <gateway_ip>
8686
```
8787

8888
#### Windows

0 commit comments

Comments
 (0)