I have an account and a starter kit that prototyped the project over a year ago. Since the evaluation period has passed, the environment on the cloud was once deleted. With the increased version of the SDK, it's easier to do what I wanted to achieve, so I'm trying to resume development.
Is there a way to know the tenant name associated with the starter kit used for development?
Is there a way to rebuild the tenant on the cloud?
-------->8---------------->8--------
> azsphere tenant list
warn: You don't have access to any Azure Sphere tenants.
warn: Type 'azsphere tenant create --name <name>' or, if you have used Azure Sphere before, type 'azsphere tenant migrate'.
warn: No tenants found. Use 'azsphere login' to change user, or create a new Azure Sphere tenant using 'azsphere tenant create'.
error: You do not have access to any Azure Sphere tenants.
> azsphere tenant create -name foo
warn: You have logged in with the following account:
warn: ****@**** (********-****-****-****-************)
warn: Do you want to use this account to create a new Azure Sphere tenant using the attached device?
warn: You cannot change the tenant name 'foo' once it has been created.
Enter 'yes' to continue. Enter anything else to exit.
> yes
error: Failed to create an Azure Sphere tenant with your device, this may be because it was already claimed to a different Azure Sphere tenant.
-------->8---------------->8--------