Azure App Service, Cloud Services, Virtual Machines, and Service Fabric Comparison

[vc_row][vc_column][vc_column_text]

Azure offers several ways to host web sites: Azure App Service, Cloud Services, Virtual Machines, and Service Fabric. This article helps you understand the options and make the right choice for your web application.
Azure App Service is the best choice for most web apps. Deployment and management are integrated into the platform, sites can scale quickly to handle high traffic loads, and the built-in load balancing and traffic manager provide high availability. You can move existing sites to Azure App Service easily with an online migration tool, use an open-source app from the Web Application Gallery, or create a new site using the framework and tools of your choice. The WebJobs feature makes it easy to add background job processing to your App Service web app.
If you need more control over the web server environment, such as the ability to remote into your server or configure server startup tasks, Azure Cloud Services is typically the best option.
If you have an existing application that would require substantial modifications to run in Azure App Service or Azure Cloud Services, you could choose Azure Virtual Machines in order to simplify migrating to the cloud. However, correctly configuring, securing, and maintaining VMs requires much more time and IT expertise compared to Azure App Service and Cloud Services. If you are considering Azure Virtual Machines, make sure you take into account the ongoing maintenance effort required to patch, update, and manage your VM environment.
The following diagram illustrates the relative degree of control versus ease of use for each of these web hosting options on Azure.

websites_cloudservices_vms_3

Scenarios and Recommendations

Here are some common application scenarios with recommendations as to which Azure web hosting option might be most appropriate for each:

I need a web front end with background processing and database backend to run business applications integrated with on premise assets.

Azure App Service is a great solution for complex business applications. It lets you develop apps that scale automatically on a load balanced platform, are secured with Active Directory, and connect to your on-premises resources. It makes managing those apps easy through a world-class portal and APIs, and allows you to gain insight into how customers are using them with app insight tools. The Webjobs feature lets you run background processes and tasks as part of your web tier, while hybrid connectivity and VNET features make it easy to connect back to on-premises resources. Azure App Service provides three 9's SLA for web apps and enables you to:
•Run your applications reliably on a self-healing, auto-patching cloud platform.
•Scale automatically across a global network of datacenters.
•Back up and restore for disaster recovery.
•Be ISO, SOC2, and PCI compliant.
•Integrate with Active Directory

I need a reliable way to host my corporate website that scales well and offers global reach.

Azure App Service is a great solution for hosting corporate websites. It enables web apps to scale quickly and easily to meet demand across a global network of datacenters. It offers local reach, fault tolerance, and intelligent traffic management. All on a platform that provides world-class management tools, allowing you to gain insight into site health and site traffic quickly and easily. Azure App Service provides three 9's SLA for web apps and enables you to:
•Run your websites reliably on a self-healing, auto-patching cloud platform.
•Scale automatically across a global network of datacenters.
•Back up and restore for disaster recovery.
•Manage logs and traffic with integrated tools.
•Be ISO, SOC2, and PCI compliant.
•Integrate with Active Directory

I have an IIS6 application running on Windows Server 2003.

Azure App Service makes it easy to avoid the infrastructure costs associated with migrating older IIS6 applications. Microsoft has created easy to use migration tools and detailed migration guidance that enable you to check compatibility and identify any changes that need to be made. Integration with Visual Studio, TFS, and common CMS tools makes it easy to deploy IIS6 applications directly to the cloud. Once deployed, the Azur Portal provides robust management tools that enable you to scale down to manage costs and up to meet demand as necessary. With the migration tool you can:
•Quickly and easily migrate your legacy Windows Server 2003 web application to the cloud.
•Opt to leave your attached SQL database on-premise to create a hybrid application.
•Automatically move your SQL database along with your legacy application.

I'm a small business owner, and I need an inexpensive way to host my site but with future growth in mind.

Azure App Service is a great solution for this scenario, because you can start using it for free and then add more capabilities when you need them. Each free web app comes with a domain provided by Azure (your_company.azurewebsites.net), and the platform includes integrated deployment and management tools as well as an application gallery that make it easy to get started. There are many other services and scaling options that allow the site to evolve with increased user demand. With Azure App Service, you can:
•Begin with the free tier and then scale up as needed.
•Use the Application Gallery to quickly set up popular web applications, such as WordPress.
•Add additional Azure services and features to your application as needed.
•Secure your web app with HTTPS.

I'm a web or graphic designer, and I want to design and build websites for my customers.

For web developers and designers, Azure App Service integrates easily with a variety of frameworks and tools, includes deployment support for Git and FTP, and offers tight integration with tools and services such as Visual Studio and SQL Database. With App Service, you can:
•Use command-line tools for automated tasks.
•Work with popular languages such as .Net, PHP, Node.js, and Python.
•Select three different scaling levels for scaling up to very high capacities.
•Integrate with other Azure services, such as SQL Database, Service Bus and Storage, or partner offerings from the Azure Store, such as MySQL and MongoDB.
•Integrate with tools such as Visual Studio, Git, WebMatrix, WebDeploy, TFS, and FTP.

I'm migrating my multi-tier application with a web front-end to the Cloud.

If you’re running a multi-tier application, such as a web server that connects to a database, Azure App Service is a good option that offers tight integration with Azure SQL Database. And you can use the WebJobs feature for running backend processes.
Choose Cloud Service for one or more of your tiers if you need more control over the server environment, such as the ability to remote into your server or configure server startup tasks.
Choose Virtual Machines for one or more of your tiers if you want to use your own machine image or run server software or services that you can't configure on Cloud Services.

My application depends on highly customized Windows or Linux environments and I want to move it to the cloud.

If your application requires complex installation or configuration of software and the operating system, Virtual Machines is probably the best solution. With Virtual Machines, you can:
•Use the Virtual Machine gallery to start with an operating system, such as Windows or Linux, and then customize it for your application requirements.
•Create and upload a custom image of an existing on-premises server to run on a virtual machine in Azure.

My site uses open source software, and I want to host it in Azure.

If your open source framework is supported on App Service, the languages and frameworks needed by your application are configured for you automatically. App Service enables you to:
•Use many popular open source languages, such as .NET, PHP, Node.js, and Python.
•Set up WordPress, Drupal, Umbraco, DNN, and many other third-party web applications.
•Migrate an existing application or create a new one from the Application Gallery.
If your open source framework is not supported on App Service, you can run it on either of the other two Azure web hosting options. With Cloud Services, you use startup tasks to install and configure any required open source software that runs on Windows. With Virtual Machines, you install and configure the software on the machine image, which can be Windows or Linux-based.

I have a line-of-business application that needs to connect to the corporate network.

If you want to create a line-of-business application, your website might require direct access to services or data on the corporate network. This is possible on App Service, Cloud Services, and Virtual Machines using the Azure Virtual Network service. On App Service you can use the VNET integration feature, which allows your Azure applications to run as if they were on your corporate network.

I want to host a REST API or web service for mobile clients.

HTTP-based web services enable you to support a wide variety of clients, including mobile clients. Frameworks like ASP.NET Web API integrate with Visual Studio to make it easier to create and consume REST services. These services are exposed from a web endpoint, so it is possible to use any web hosting technique on Azure to support this scenario. However, App Service is a great choice for hosting REST APIs. With App Service, you can:
•Quickly create a web app to host the HTTP web service in one of Azure’s globally distributed datacenters.
•Migrate existing services or create new ones.
•Achieve SLA for availability with a single instance, or scale out to multiple dedicated machines.
•Use the published site to provide REST APIs to any HTTP clients, including mobile clients.
Source: https://azure.microsoft.com/en-us/documentation/articles/choose-web-site-cloud-service-vm/

Managed Solution’s Team has the experience and expertise to architect Azure solutions tailored for your environment. Call us at 800- 313-2109 or fill out the contact form and someone with get back to you shortly!

[/vc_column_text][vc_raw_js]JTNDJTIxLS0lNUJpZiUyMGx0ZSUyMElFJTIwOCU1RCUzRSUwQSUzQ3NjcmlwdCUyMGNoYXJzZXQlM0QlMjJ1dGYtOCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMiUyRiUyRmpzLmhzZm9ybXMubmV0JTJGZm9ybXMlMkZ2Mi1sZWdhY3kuanMlMjIlM0UlM0MlMkZzY3JpcHQlM0UlMEElM0MlMjElNUJlbmRpZiU1RC0tJTNFJTBBJTNDc2NyaXB0JTIwY2hhcnNldCUzRCUyMnV0Zi04JTIyJTIwdHlwZSUzRCUyMnRleHQlMkZqYXZhc2NyaXB0JTIyJTIwc3JjJTNEJTIyJTJGJTJGanMuaHNmb3Jtcy5uZXQlMkZmb3JtcyUyRnYyLmpzJTIyJTNFJTNDJTJGc2NyaXB0JTNFJTBBJTNDc2NyaXB0JTNFJTBBJTIwJTIwaGJzcHQuZm9ybXMuY3JlYXRlJTI4JTdCJTBBJTA5cG9ydGFsSWQlM0ElMjAlMjIzNzg1ODY5JTIyJTJDJTBBJTA5Zm9ybUlkJTNBJTIwJTIyNTc4NjFiZjMtZTIxNS00OTQyLWJhOTgtZDRiZTRkM2E4MzVmJTIyJTJDJTBBJTA5Y3NzJTNBJTIwJTIyJTIyJTBBJTdEJTI5JTNCJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_js][/vc_column][/vc_row]

Continued Reading

Derrick Ho Player of the Month (February 2016)

[vc_row][vc_column width="2/3"][vc_column_text] Congratulations to Derrick Ho, Technical Support Specialist, for […]

LEARN MORE
Mitch Kohlbecker Jewish Family Services

Whitepaper: Cloud the Great Equalizer for Business Continuity

[vc_row][vc_column][vc_column_text] Small and midsize business can now get back up […]

LEARN MORE

Contact us Today!

Chat with an expert about your business’s technology needs.