Exercise - Create a Linux virtual machine with the Azure portal

Lucas Silverio 1 Reputation point
2021-05-10T20:33:01.617+00:00

Hi, I am currently working my way through the az-204 learning modules andup to

https://learn.microsoft.com/en-us/learn/modules/create-linux-virtual-machine-in-azure/4-exercise-create-a-vm

In this module, I need to create a Linux VM and after following the guides and creating the sandbox I am unable to create the VM. Azure returns this error:

Organization is in deleted state

This is the raw error json:

{

"code": "MarketplacePurchaseEligibilityFailed",

"message": "Marketplace purchase eligibilty check returned errors. See inner errors for details. ",

"details": [

{  

  "code": "BadRequest",  

  "message": "{\"error\":{\"code\":\"BadRequest\",\"message\":\"Organization is in deleted state\"}}"  

}  

]

}

I have gone over it several times but am unable to create the vm. Any help would be appreciated

Regards

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

Your answer

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