Connect to external MySql database
Hello all,
I finally convinced to write here after an hour of pointless searching.
I have an App written in .net framework, that uses MysqlConnector to connect to external database, hosted on Aiven.
The app does not work in Azure App service, since it complains that it cannot connect to the database.
The documentation tells about configuring Vnet I’m order to open the necessary tcp ports for the app to connect to the external database. Is this really necessary? App network configuration reports there’s no limitations.
Thanks
Hello all,I finally convinced to write here after an hour of pointless searching.I have an App written in .net framework, that uses MysqlConnector to connect to external database, hosted on Aiven.The app does not work in Azure App service, since it complains that it cannot connect to the database.The documentation tells about configuring Vnet I’m order to open the necessary tcp ports for the app to connect to the external database. Is this really necessary? App network configuration reports there’s no limitations. Thanks Read More