简体   繁体   中英

Convert a Cloud service web role to Azure App service(Web app)

My subscription has been moved over to CSP subscription and i can no longer can use cloud services within it. For that matter, i guess i need to convert to Azure App services/Service fabric. The application is .NET MVC type and trying to convert to Service Fabric involves converting to .NET Core application which is more difficult i guess.

Is there a way i can convert to Azure App service (Web app) ? How would that go? How do we convert service config settings, service definitions ?

If you want to convert Web Roles to Service Fabric , you could refer to this doc .

And if your app is .net MVC , yes, you need to upgrade it to .net core MVC. If you don't know how to upgrade, here is the reference .

If you still have questions, please let me know.

直接的答案是将 serviceconfig 连接字符串转换为 mvc Web 应用程序的 web.config 中的 。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM