knife azure image list doesn't return User image

Posted by TooLSHeD on Server Fault See other posts from Server Fault or by TooLSHeD
Published on 2014-05-14T12:03:40Z Indexed on 2014/06/04 15:29 UTC
Read the original article Hit count: 226

Filed under:
|
|

I'm trying to create and bootstrap a Windows VM in Azure using knife-azure. I initially tried using a Public Win 2008 r2 image, but quickly found out that winrm needs to be configured before this can work. So, I created a VM from that image, configured winrm as per these instructions and captured the VM.

The problem is that the image does not show up when executing knife azure image list. When I try creating the server with the image name from the Azure portal, it complains that it does not exist. I'm running Ubuntu, so I tried the Azure cli tools and it doesn't show there either. I installed Azure PS in a Win 8 VM and then it shows up. Feeling encouraged, I installed Chef and knife-azure in the Win 8 VM, but it doesn't show up there either.

How do I get my User image to show in knife azure?

© Server Fault or respective owner

Related posts about Azure

Related posts about chef