如何发布到azure

时间:2018-05-01 16:51:37

标签: asp.net-mvc azure azure-sql-database

我有一个使用存储库模式构建的mvc应用程序。我的数据库位于if not border_rect.contains(player.rect): player.rect.clamp_ip(border_rect) player.position = pygame.math.Vector2(player.rect.center) 文件夹中。我已将网站发布到azure。在启动时,用户必须将其登录重定向到Products表。但是我收到以下错误。

enter image description here

enter image description here

3 个答案:

答案 0 :(得分:2)

当您的Web应用程序发布到Azure时,不允许连接到本地数据库。

您应该创建一个Azure sql数据库并连接到它。这是你要引用的tutorial

答案 1 :(得分:0)

您需要使用Visual Studio Web应用程序创建Azure资源组部署项目,以便Visual Studio知道将代码发布到何处。请看一下:

Creating and deploying Azure resource groups through Visual Studio

虽然您使用的是“发布到Azure”功能,但我在右侧的“解决方案资源管理器”窗格中看不到资源组配置(基于您提供的屏幕截图)。

遵循此文档将指导您完成Web应用程序到Azure的设置,配置和发布。

答案 2 :(得分:0)

我创建了app service + sql,在我的visual studio中,我连接到Azure上创建的app服务。我的配置文件中的连接字符串不是Azure sql db的连接字符串