Run this cmd - az group list --output table
to check the resource groups.
and then run these cmds to delete NIC and VMSS:
az network nic delete --name vmcc-ic --resource-group my-client-rg
az vmss delete --name client-vmss --resource-group my-client-rg
Hope this helps!
Please Let me know if you have any queries.