Getting a 404 error trying to create a Linux Image from a VHD located in a container

Raymond Z 1 Reputation point
2020-07-01T19:06:30.627+00:00

A fixed sized VHD was uploaded to a storage container but when I try to create a Image with said VHD image, the only error I get back is a 404 error messaage saying it could not create the image.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,185 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Raymond Z 1 Reputation point
    2020-07-01T19:09:33.053+00:00

    11201-azure2-blocked.png

    Actual error message.

    0 comments No comments

  2. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2020-07-03T09:21:22.267+00:00

    @RaymondZ-8166 Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

    There is a similar thread discussion over here, refer to the troubleshooting steps and let me know the status.

    az vm create -g MyResourceGroup -n MyVm --attach-os-disk MyOsDisk --os-type linux

    doc link: https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-create

    Understand common error messages when you manage virtual machines in Azure

    Troubleshoot Resource Manager deployment issues with creating a new Linux virtual machine in Azure

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


  3. Raymond Z 1 Reputation point
    2020-07-15T17:45:14.56+00:00

    Sorry for the late reponse. All the the configuration was done via the web interface and not via the cli. The VHD worked after I did a resize operation on Hyper-V.