How to start using recently uploaded Azure disk

After you uploaded a vhd and before you can start really using it you must mark it as a data disk or as an OS disk using the following command:

Add-AzureDisk -DiskName 'myvhd.vhd' -MediaLocation http://example.blob.core.windows.net/container/myvhd.vhd -OS Windows

This entry was posted in Infrastructure and tagged , . Bookmark the permalink.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.