【Azure 应用服务】在创建Web App Service的时候,选Linux系统后无法使用Mysql in App
问题描述
如图上,是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
当在复杂的环境中面临问题,格物之道需:浊而静之徐清,安以动之徐生。 云中,恰是如此!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?