Skip to content

Commit fa9f0c1

Browse files
Update oracle-create-upload-vhd.md
1 parent a450040 commit fa9f0c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/virtual-machines/linux/oracle-create-upload-vhd.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
308308
309309
15. Run the following commands to deprovision the virtual machine and prepare it for provisioning on Azure:
310310
311-
**Note:** if you are migrating a specific virtual machine and do not wish to create a generalized image, skip the deprovision step.
312-
313311
```bash
314312
sudo cloud-init clean
315313
sudo rm -f /var/log/waagent.log
@@ -318,6 +316,9 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
318316
sudo export HISTSIZE=0
319317
```
320318
319+
> [!NOTE]
320+
> if you are migrating a specific virtual machine and do not wish to create a generalized image, skip the deprovision step.
321+
321322
16. Click **Action -> Shut Down** in Hyper-V Manager. Your Linux VHD is now ready to be [**uploaded to Azure**](./upload-vhd.md#option-1-upload-a-vhd).
322323
323324
## Next steps

0 commit comments

Comments
 (0)