Skip to content

Commit 3a0c98b

Browse files
[Doc-A-THon] Adding code block Bash for Linux
1 parent 4bcbb84 commit 3a0c98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ While the application is paused, open a command prompt on Windows as an administ
5151

5252
Get information about the storage account primary endpoint domain by entering the following command on a command prompt or terminal, replacing `STORAGEACCOUNTNAME` with the name of your storage account.
5353

54-
```
54+
```bash
5555
nslookup STORAGEACCOUNTNAME.blob.core.windows.net
5656
```
5757

@@ -63,7 +63,7 @@ To add a static route for a destination host, type the following command on a Wi
6363

6464
#### Linux
6565

66-
```
66+
```bash
6767
route add <destination_ip> gw <gateway_ip>
6868
```
6969

0 commit comments

Comments
 (0)