I have a public mysql db that is exposed via an IP (dev server)
I would like to access it from my app .net core that is deployed as an azure web App
I am currently not able to do so.
I can access this DB from any PC I tried so far (so db is accessible for sure).
The Web app error:
Unable to connect to any of the specified MySQL hosts
Is there any configuration needed on the web app to access the db?
I added the connection string to the web-app config
I would tear the db down after using it






