How to release access to MySQL in-app on Azure?

1

I have a web application on the Azure platform, this application has a MySQL "built-in", ie including within the application itself.

I wonder if I can release an external connection to this bank in any way. Reference: link

    
asked by anonymous 29.05.2017 / 23:02

1 answer

1

NO.

You can not directly access a MySQL In App. This is a service to create prototypes, offering you a simple and cheap hosting service - because it does not charge surpluses by the bank. The Microsoft says that it is not recommended for production applications .

To manage this database, only using PhpMyAdmin, which can be accessed via Azure Portal / WebApp / MySQL In App / Manage.

    
30.05.2017 / 09:37