本文介绍了将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 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应用服务,虚拟机,服务架构和云服务比较
有关此主题的更多详情,根据您的要求,您可以选择最佳平台。

您可以使用  。你可以参考

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

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

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

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

For SSRS you could use PowerBI, refer thedocument 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.

免责声明:
此回复包含对第三方万维网站点的引用。  .Microsoft不控制这些网站,也没有测试在这些网站上找到的任何软件或信息;因此,Microsoft无法对此进行任何陈述。任何
软件或其中发现的信息的质量,安全性或适用性。


这篇关于将Web应用程序迁移到Azure的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-26 18:46
查看更多