I have already set firewall rules for Azure Postgresql and it works fine。
But i was told that in local Postgresql server,we can allow some users access in some clients by editting pg_hba.conf like this:
hostssl <databaseName> <userName> <clientIP> md5
I cannot find the way to edit the pg_hba.conf in Azure Portal.
So i want to confirm that is it possible in Azure Postgresql ? if yes,how to set?
Thank you!