I created an Azure account which is promised to be able to use all the services in Azure for free for a month. However, I always failed to create a confidential computing VM in the verification phase. The error report I got is:
InvalidTemplateDeploymentThe template deployment failed with error: 'The resource with id: '/subscriptions/e3fa4d71-63b0-4f16-ae14-e741500dcbf7/resourceGroups/testSource/providers/Microsoft.Compute/virtualMachines/aaa' failed validation with message: 'The requested size for resource '/subscriptions/e3fa4d71-63b0-4f16-ae14-e741500dcbf7/resourceGroups/testSource/providers/Microsoft.Compute/virtualMachines/aaa' is currently not available in location 'eastus' zones '' for subscription 'e3fa4d71-63b0-4f16-ae14-e741500dcbf7'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'.
It seems no available resources exists to deploy the confidential computing VM (so strange since it contradicts to what they promise for free accounts). Changing configuration (limited configuration options) didn't work. I think it is related to configuration. According to the link provided by the Azure, this creation failure may be due to the error called 'SKUNotAvailable' and users can determin their available resources using command 'Get-AzComputeResourceSku | where {$_.Locations -icontains "centralus"}'
. Strangely, I've found that I have the resources available to deploy the confidentials for computing VM. In this case, it is not associated with the resources the Azure provided for free accounts.
I've found another guy posted a similar problem (Unable to create a VM on Azure Confidential Computing (ACC)) which is still unsovled. He succeed to create a normal VM but failed when tried to deploy the confidential computing.
Could anyone create the Azure confidential computing VM or provide any hints about a possible solution? Thanks so much!