Not sure it's the case, but only few default ports is opened in Azure by default, user need to configure inbound security rule in order for the specific ports to be opened.
Jul 9, 2020
1
Level 3
Remote DB user denied access.
I have a laravel application that we are hosting with Azure using Docker. We are trying to do a scheduled task in laravel and have a seperate docker that runs the CRON. It seems to connect and call the task as expected but we get a PDOException :SQLSTATE[HY000] [1045] Access denied for user 'user'@'seconddockerip' (using password: YES)
We've set the user up on the database with ip of the second docker instance and flushed privileges but still get this error. We have double and triple checked the credentials with no issues. Anyone ran into this before?
Level 54
Please or to participate in this conversation.