Hi @sunghwan.Heo
Teams tag is mainly focused on the general issue of Microsoft Teams troubleshooting. According to your description, your question is not in our support scope.The following suggestion is just for your reference:
There is limitation of 4vCPU on free trial.
Resource Manager vCPU quotas for virtual machines and virtual machine scale sets are enforced at two tiers for each subscription, in each region.
The first tier is the Total Regional vCPUs limit across all VM series. The second tier is the per VM series vCPUs limit, such as the D-series vCPUs. Anytime a new virtual machine is to be deployed, the sum of new and existing vCPUs usage for that VM series must not exceed the vCPU quota approved for that particular VM series. Further, the total new and existing vCPU count deployed across all VM series shouldn't exceed the Total Regional vCPUs quota approved for the subscription. If either of those quotas are exceeded, the VM deployment won't be allowed. You can request an increase of the vCPUs quota limit for the VM series from Azure portal. An increase in the VM series quota automatically increases the Total Regional vCPUs limit by the same amount but quota increase option is not available for Free trial.
You can read more about it here.
You can even check vCPU quota using below command:
Get-AzVMUsage -Location <location>
More info here.
You can switch to the PAY-As-You Go at anytime to remove that. you still get the $200 of services for the first 30 days, but switching means as soon as you hit that $200 you will be charged after that. You can put a spending limit on your subscription to make sure it is under control.
This article is beneficial as well to understand service provided in Free trial.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.