Skip to content

Commit 367b006

Browse files
authored
Update windows-in-place-upgrade.md
1 parent 0064763 commit 367b006

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/virtual-machines/windows-in-place-upgrade.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ To start an in-place upgrade the upgrade media must be attached to the VM as a M
5757
| diskName | Name of the Managed Disk that will contain the upgrade media |
5858
| sku | Windows Server upgrade media version. This must be either: `server2016Upgrade` or `server2019Upgrade` or `server2022Upgrade` or `server2012Upgrade` |
5959

60+
If you have more than one subscription, you should run `Set-AzsSubscription -SubscriptionId <String>` to specify which subscription to use.
61+
6062
### PowerShell script
6163

6264
```azurepowershell-interactive
6365
#
64-
# Customer specific parameters
66+
# Customer specific parameters
67+
6568
6669
# Resource group of the source VM
6770
$resourceGroup = "WindowsServerUpgrades"

0 commit comments

Comments
 (0)