Skip to content

Commit 1d655b1

Browse files
Update resize-vm.md
added note for restart requirement
1 parent a1bc4f3 commit 1d655b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ Update-AzVM -ResourceGroupName $resourceGroup -VM $vm
140140
```
141141
As an alternative to running the script in Azure Cloud Shell, you can also execute it locally on your machine. This local version of the PowerShell script includes additional steps to import the Azure module and authenticate your Azure account.
142142

143+
> [!NOTE]
144+
> The local PowerShell may require the VM to restart to take effect.
145+
146+
143147
```powershell
144148
# Import the Azure module
145149
Import-Module Az

0 commit comments

Comments
 (0)