Skip to content

Commit e413da0

Browse files
VM PIP Mig: Fix bad parameter for Recovering section command (#148)
1 parent 3638de5 commit e413da0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AzureVMBasicPublicIPUpgrade/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ The Azure Powershell module must be installed. See [Install the latest Az PowerS
6666

6767
When a migration fails due to a transient issue, such as a network outage or client system crash, the migration can be re-run to configure the VM and Public IPs in the goal state. At execution, the script outputs a recovery log file which is used to ensure the VM is properly reconfigured. Review the log file `PublicIPUpgrade.log` created in the location where the script was executed.
6868

69-
To recover from a failed upgrade, pass the recovery log file path to the script with the `-recoverFromFile` parameter and identify the VM to recover with the `-VMName` and `-VMResourceGroup` or `-VMResourceID` parameters.
69+
To recover from a failed upgrade, pass the recovery log file path to the script with the `-recoverFromFile` parameter and identify the VM to recover with the `-VMName` and `-ResourceGroupName` or `-VMResourceID` parameters.
7070

7171
**EXAMPLE: Recover from a failed migration, passing the name and resource group of the VM to recover, along with the recovery log file**
7272

7373
```powershell
74-
Start-VMPublicIPUpgrade -RecoverFromFile ./PublicIPUpgrade_Recovery_2020-01-01-00-00.csv -VMName myVM -VMResourceGroup -rg-myrg
74+
Start-VMPublicIPUpgrade -RecoverFromFile ./PublicIPUpgrade_Recovery_2020-01-01-00-00.csv -VMName 'myVM' -ResourceGroupName 'myRG'
7575
```
7676

7777
## Frequently Asked Questions
@@ -90,4 +90,4 @@ There is no way to evaluate upgrading a Public IP without completing the action.
9090

9191
### Does this script support Zonal Basic SKU Public IPs?
9292

93-
Yes, the process of upgrading a Zonal Basic SKU Public IP to a Zonal Standard SKU Public IP is the same as a Regional Public IP.
93+
Yes, the process of upgrading a Zonal Basic SKU Public IP to a Zonal Standard SKU Public IP is the same as a Regional Public IP.

0 commit comments

Comments
 (0)