An Azure service that is used to provision Windows and Linux virtual machines.
You may check if the selected sku is available in the region you selected by running the below PowerShell script
Get-AzVmSize -Location southindia
If not, select a different region in which the sku is available and try again
----------
--please don't forget to upvote and Accept as answer if the reply is helpful--