Exercise - Create a Linux virtual machine with the Azure portal

Hi, I am currently working my way through the az-204 learning modules andup to
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