问题描述
如图上,是App Services在Windows环境中,系统自带了MySQL In App功能。而在,Linux环境中,没有发现Mysql in App功能,是不是无法在Linux中使用呢?
问题解答
Linux环境中的Mysql In App 功能与windows是不一样的,它需要在Docker容器中自建Mysql。
Source:https://azure.github.io/AppService/2016/08/18/Announcing-MySQL-in-app-for-Web-Apps-(Windows).html
MySQL in-app feature enables running MySql natively on Azure App Service platform.You don’t need to provision a database explicitly as during the creation of the web app when using this feature, we take care of enabling it if you select “MySQL in-app ” during creation or if the feature is turned ON for existing web app.
Note : This MySQL in-app is specific to Windows version of Azure app service. If you are looking for local mysql on Linux MySQL app service , click here.
而在Linux中使用MySQL的参考文章:https://azure.github.io/AppService/2017/06/07/MySQL-in-app-feature-for-Web-Apps-on-Linux.html
当在复杂的环境中面临问题,格物之道需:浊而静之徐清,安以动之徐生。 云中,恰是如此!