So I have a PostgresDB hosted in Azure and I wanted to make an scheduled Update (since Postgres does not support cronjobs) from the Azure Logic Apps. I filled all the information including the gateway (I don't really know what they mean with the "connection
name" though) and I couldn't create it, everytime I clicked on create, this error pops out:
Compruebe la información y/o los permisos de su cuenta e inténtelo de nuevo. Detalles: Credentials are missing or not valid. inner exception: The credentials provided for the PostgreSQL source are invalid.
(Source at talkit.postgres.database.azure.com;talkit.) clientRequestId: A2A5A508-F848-4A23-8279-559B037397D0
(The first part says: Check the information and/or the permissions of your account and then try again)
Do I have to register the IP of azure to grant access to the DB I have hosted?