Skip to content

Commit fa18222

Browse files
authored
Merge pull request #295492 from ankitaduttaMSFT/2802
EEE PBIs 30653792
2 parents 0a86bc0 + 3a78edd commit fa18222

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/site-recovery/site-recovery-faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ sections:
124124
- question: |
125125
Is there a cost associated to perform disaster recovery drills/test failover?
126126
answer: |
127-
There isn't any separate cost for disaster recovery drill. There is compute charges after the virtual machine is created after the test failover.
127+
There isn't any separate cost for disaster recovery drill. There are compute charges after the virtual machine is created after the test failover.
128128
129129
130130
- name: Security
@@ -331,10 +331,10 @@ sections:
331331
echo "Usage: $0 [--pre | --post]"
332332
exit 1
333333
elif [ "$1" == "--pre" ]; then
334-
echo "Freezing app IO"
335-
exit 0
334+
echo "Freezing app IO" ##command to freeze the application
335+
exit 0
336336
elif [ "$1" == "--post" ]; then
337-
echo "Thawed app IO"
337+
echo "Thawed app IO" ##command to unfreeze the application
338338
exit 0
339339
fi
340340
```

0 commit comments

Comments
 (0)