We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d4085 commit de33635Copy full SHA for de33635
src/vm-repair/README.md
@@ -1,6 +1,7 @@
1
# Azure CLI VM Repair Extension #
2
This is an extension for repairing VMs. Usually this is used to repair VMs that cannot boot by copying the
3
OS Disk to a separate repair VM copy and run [repair scripts](https://github.com/Azure/repair-script-library) against it.
4
+VM Repair can also run repair scripts against the source VM itself.
5
You can also create then run your own custom repair scripts, seen in the `--custom-script-file` parameter in the `az vm repair run` command.
6
7
### How to use ###
0 commit comments