Vaccano
Vaccano

Reputation: 82507

Azure Web Service Options that are "Legacy"

I am looking at possibly running some of our business on Azure.

I am trying to pick the services that would work best for my company, but I am getting mixed signals.

Because I am starting a new system, I want to pick the offerings that are not "legacy" (aka "current"). But there seems to be no way straight forward way to know that.

For example, this page of the Microsoft Documentation says

Cloud Services is similar to Service Fabric in degree of control versus ease of use, but it’s now a legacy service and Service Fabric is recommended for new development.

This page clearly states that Cloud Services is "legacy". However, you would never know this by going to the Cloud Services overview page. It has great marketing material that sells Cloud Services as a great option. But if I picked it, then I would be starting out on a platform that is in a legacy status.

Now I know that about Cloud Services vs Service Fabric. But there are tons offerings on Azure. I am trying to research them one by one to find out which ones are the most recent incarnation, but I feel like I am wasting my time.

Another example is storage. Lucky for me an Azure MVP answered my question on this one. Apparently, there is "older storage account" based disks and "managed" disks. Turns out managed disks are the new, easy way to do things. The storage account is harder. Still available, but not really what a new user should be picking. But again, this is very hard to find out unless someone who has been working with this stuff for a long time tells you.

I was about to start in on App Services and Web Apps, but I thought I would ask first to see if I am doing research that is already done and posted out there.

Is there somewhere that shows the current list of Azure services that you should look at if you are starting a new project?

Upvotes: 1

Views: 629

Answers (2)

Win
Win

Reputation: 62300

I asked the similar question almost a year ago, and I even spoke with Azure Support Team after that. At that time, Microsoft did not officially state Cloud Service is legacy.

Does Azure App Service/Web App replace Azure Cloud Service?

We have been hosting our enterprise applications in Cloud Service since 2013, and a couple of them are in App Service. Here is my thought -

4 years ago we only have Cloud Service - Web Role and Worker Role,and App Service (formally named as Web App) is not fully ready for enterprise applications yet. Since App Service came up, Microsoft heavily promote App Service compare to Cloud Service. In addition, what I notice is Cloud Service did not get new features like App Service.

Service Fabric is quite new, and it doesn't have all the belts and whistles like App Service, so we might have to wait a bit for enterprise applications.

Only advantage of Cloud Service is you can remote desktop to a role instance, after the application is deployed.

If I host a new application in Azure today, I'll definitely use App Service.

Upvotes: 2

Rob Reagan
Rob Reagan

Reputation: 7696

Microsoft has published a list of Azure reference architectures. It was last updated in November 2016. You can browse it here, and there is some guidance given. But for example, you mentioned using Service Fabric (which is a great way to go for a robust app that really needs to scale), but Service Fabric isn't mentioned in the aforementioned resource.

I spend a lot of time running down Azure resources in relation to web applications (not to be confused with App Service Web Apps), and I have not found a definitive source of the type of info you're looking for personally.

Upvotes: 1

Related Questions