Hi Ramanujam Mahadevan Srinivasan
You may check the availability of the SKU Standard_D8pds_v6
by using the azure cli command as below
az vm list-skus --location eastus --size Standard_D8pds_v6 --all --output table
For me, it reports as below:
Have a look from your subscription also and see if you have the sku available.
If the SKU isn't available for your subscription, you can submit a SKU request to Azure Support.
If the SKU is available, please check, if the compute resource has registered in your subscription something like see below:
If you see that the resource is unregistered, you can register and try creating the resource again
Another check point is to verify the quota availability in your subscription. Check, if sufficient quota is available for the sku as below
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--