将Web应用程序迁移到Azure

将Web应用程序迁移到Azure

问题描述:

我们有一个我们想要迁移到云的Web应用程序。该应用程序是一个基于AngularJS的单页面应用程序。除了是一个带有.net后端的Web应用程序,  SQL服务器数据库有两个特定部分:SQL SSRS报告
和紧密集成到应用程序中的图表包。如果我想将其迁移到云端,并且我想使用更适合云环境的开发工具对其进行重新设计,那么新应用程序的潜在架构可能是什么?我应该在报告和图表中使用哪些具体的
工具?有没有可用的例子/白皮书?

We have a web application that we want to migrate to the cloud. The app is a single page application heavily based on AngularJS. Besides being a web application with .net back-end and  an SQL server database it has two specific parts: SQL SSRS reports and a charting package tightly integrated into the app. If I want to move it to the cloud and I want to re-engineer it using development tools that are more appropriate to the cloud environment what a potential architecture for the new app might be? What specific tools should I use regarding reports and charts? Any examples/white papers available?

谢谢

为了让您更好地了解Azure上的托管网站。首先,我想强调
Azure提供了多种托管网站的方式: Azure App Service WebApps ,虚拟机,Service Fabric和云服务。

To give you a good understanding on hosting website on Azure. Firstly, I wish to highlight that Azure offers several ways to host websites: Azure App Service WebApps, Virtual Machines, Service Fabric, and Cloud Services.

Azure App Service(PAAS解决方案)是大多数Web应用程序的最佳选择。部署和管理集成到平台中,站点可以快速扩展以处理高流量
负载,内置负载平衡和流量管理器提供高可用性。

WebApp  是一个完全托管的计算平台,针对$ b进行了优化$ b托管网站和网络应用程序。

如果您希望在Azure VM(IAAS解决方案)上托管您的网站/应用程序,您通常会以与onprem类似的方式安装,设计和配置应用程序。

你可能采取与这些讨论主题中概述的类似方法:

thread1

thread2

You may take a similar approaches as outlined in these discussion threads: thread1 and thread2.

因此,请参阅文档
Azure应用服务,虚拟机,服务架构和云服务比较
有关此主题的更多详情,根据您的要求,您可以选择最佳平台。

您可以使用  online
migration工具
。你可以参考

链接
用于部署步骤并遵循类似的方法。

You can move existing sites to Azure App Service easily with an online migration tool. You could just refer the link for deployment steps and follow a similar approach.

对于SSRS,你可以使用PowerBI,参考

文档
,它提供了一个列出SQL Server主要功能的表,并提供有关是否部分或完全支持该功能的信息。 B
在开始将报表,仪表板或磁贴嵌入到应用程序中之前,您需要确保您的环境允许嵌入Power BI。 参见,

https:/ /docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers

For SSRS you could use PowerBI, refer the document which provides a table that lists the major features of SQL Server and provides information about whether the feature is partially or fully supported. Before you start embedding reports, dashboard, or tiles into your application, you need to make sure your environment allows for embedding with Power BI. See, https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers.

免责声明:
此回复包含对第三方万维网站点的引用。