How to solve error "Can not perform requested operation on nested resource. Parent resource not found" az sql db import throws How to solve error "Can not perform requested operation on nested resource. Parent resource not found" az sql db import throws azure azure

How to solve error "Can not perform requested operation on nested resource. Parent resource not found" az sql db import throws


.database.windows.net should not be there. myprod.database.windows.net is the server's fully qualified DNS name, but in the API the server's "name" is just myprod.

Hope this helps.