While upgrading ubuntu standard image to ubuntu pro image using azure cli

Sandip Khadka 40 Reputation points
2026-07-15T06:46:28.1166667+00:00

While upgrading ubuntu standard image to ubuntu pro image using azure cli, I use the command which was provided by Microsoft: az vm update -g myResourceGroup -n myVmName --license-type UBUNTU_PRO but when I use this command, I got this error: User's image

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author
TP 163.4K Reputation points Volunteer Moderator
2026-07-15T07:07:41.6733333+00:00

Hi,

This was identified as a bug. Please see GitHub issue below:

az vm update failed with 'Enabling zone movement' with unrelated action #33500

https://github.com/Azure/azure-cli/issues/33500

Please update Azure CLI to latest version 2.88 and then test again. You may use below command to upgrade:

az upgrade

How to install the Azure CLI

https://learn.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest

Please click Accept Answer and upvote if the above was helpful.

Thanks.

-TP

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Newest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.