Hello sunil cherukuri,
Thanks for your question.
You will need to verify the current address prefixes allocated to the gateway subnet as The gateway subnet needs two or more address prefixes for migration.
To verify you can use the Azure CLI:
az network vnet subnet show -g MyResourceGroup -n MySubnet --vnet-name MyVNet -n <GatewaySubnet>
To add this See:
Please let me know if you have further questions
You can mark it 'Accept Answer' if this helped.