简体   繁体   English

在Azure中的Docker中运行SQL Server的最佳方法

[英]Best way to run SQL Server in Docker in Azure

Trying to find article or solution page in Azure but I am not successful yet. 试图在Azure中查找文章或解决方案页面,但我还没有成功。

The title is pretty much self explanatory. 标题几乎可以自我解释。 I am looking for a known best practice or solution with steps to follow to run docker with SQL Server in Azure. 我正在寻找一种已知的最佳实践或解决方案,并提供在Azure中使用SQL Server运行Docker的步骤。

I have Docker with SQL Server Express, Docker for Windows, running locally and my expectation is simply deploying this to Azure. 我有带SQL Server Express的Docker,有Windows的Docker,在本地运行,我的期望只是将其部署到Azure。

Based on my short experience with Azure, I probably need to set up some Azure service where I can deploy my docker image and run, not sure what that Azure product should be (probably more of Azure Container than Azure SQL) 基于我对Azure的短暂经验,我可能需要设置一些Azure服务,以便在其中部署我的docker映像并运行,不确定该Azure产品应该是什么(可能比Azure SQL更多的Azure容器)

well, given your requirement of windows containers (why?), you can use either Azure Container Instances (but be mindful of base images they support) or AKS engine. 好了,鉴于您对Windows容器的要求(为什么?),您可以使用Azure容器实例(但要注意它们支持的基本映像)或AKS引擎。 I'd discard webapps. 我会丢弃webapp。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将表从 SQL Server 传输到 Azure SQL 的最佳方法? - best way to transfer tables from SQL Server to Azure SQL? 从SQL服务器将数据同步到Azure的最佳方法是什么 - What is the best way to sync data into Azure from a SQL server 将本地 SQL Server 数据库同步到 Azure Windows Server SQL Server 的最佳方法是什么 - What's the best way to Sync on premise SQL Server database to Azure Windows Server SQL Server 从SQL Server(或SQL Azure)数据库检索大量数据的最佳方法 - The best way to retrieve large amounts of data from a SQL Server (or SQL Azure) database 将.NET Core桌面应用程序连接到Azure SQL Server的最佳方法是什么 - What is the best way to connect a .NET Core desktop application to a Azure SQL Server 运行夜间过程的最佳方法,该过程可处理数据并通过SQL Server 2005发送电子邮件 - Best way to run a nightly process that manipulates data and sends email via SQL Server 2005 Docker 组合与使用 SQL Server 容器运行 - Docker compose vs run with SQL Server container 在 SQL Server 中自动生成 ID 的最佳方法 - Best Way to Auto Generate Id in SQL Server 将XML传输到SQL Server的最佳方法? - Best way to transfer an xml to SQL Server? 在SQL Server中存储旧日期的最佳方法 - Best way to store old dates in SQL Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM