New to Microsoft Azure. I have added a PostgreSQL DB instance to my Azure resource group.
How do I:
Connect to the newly created PostgreSQL instance? On my local windows machine I'm using pgAdmin. How do I connect to the instance through pgAdmin? Do I need to do something with firewall rules?
I have a small sample PostgreSQL database on my local windows machine. How do I migrate both the schema and associated data to the instance on Azure? I looked at a couple posts, but they didn't make sense to me.
Is there an Azure service which will help make migration easier?