File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,6 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
308
308
309
309
15. Run the following commands to deprovision the virtual machine and prepare it for provisioning on Azure:
310
310
311
- ** Note:** if you are migrating a specific virtual machine and do not wish to create a generalized image, skip the deprovision step.
312
-
313
311
` ` ` bash
314
312
sudo cloud-init clean
315
313
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
318
316
sudo export HISTSIZE=0
319
317
` ` `
320
318
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
+
321
322
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).
322
323
323
324
# # Next steps
You can’t perform that action at this time.
0 commit comments