I am following this exercise
Exercise - Create a Linux virtual machine with the Azure portal
When I try to create the VM using Nginx on Ubuntu Server 18.04, the wizard fails on Review + Create while validating configuration. Preferred phone number input is empty and I cannot proceed even after entering the phone number as Create button is greyed out.
I get the following error:
{
"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'll appreciate the help on this.