Migrate from Windows Azure Pack Websites to Azure App Service

3 minute read • By Andrew Westgarth • January 6, 2021

As Windows Azure Pack Web Sites v2 heads towards the end of extended support in 2022, it is important for customers to plan to migrate their workloads from the platform. Windows Azure Pack Web Sites V2 is an on-premises, high density, multi-tenant web hosting for service providers and enterprise IT and provides an experience similar to the predecessor to Azure App Service, Azure Web Sites. The product is deployed on top of Windows Server 2012 R2 and is an optional add-on to Windows Azure Pack.

Windows Azure Pack Web Sites to Azure App Service

Benefits of migrating to Azure App Service

Azure App Service is a rich, fully managed enterprise grade service built for hosting web applications, REST APIs and mobile back ends. Azure App Service builds on the capabilities within Windows Azure Pack Web Sites. Developers can develop in your favorite language, for example .NET, .NET Core, Java, Node.js, PHP or Python; deploy code or containers; can run and scale with ease of both Windows AND Linux based environments.

App Service is a managed platform powered by Microsoft Azure, offering security, load balancing, automated management, rich DevOps capabilities - continuous deployment from Azure Dev Ops. GitHubs, Container registries such as Docker Hub, staging environments, custom domains and TLS/SSL Certificates.

App Service also provides many networking options for enabling hybrid workloads and isolation for both the multi-tenant service and also the single tenant App Service Environment product offering.

In addition to App Service once workloads have been migrated to Azure, customers can also take advantage of a whole plethora of services such as Azure Functions, Azure Logic Apps and Azure Monitor to name just a few, all of which are not available on Windows Azure Pack.

Migrating from Windows Azure Pack Web Sites

Azure App Service is a natural option for customers operating Windows Azure Pack Web Sites and for tenants who have deployed workloads to Windows Azure Pack Web Sites. There are no automated procedures for migrating workloads from WAP Web Sites to Azure App Service.

Customers should assess their workloads for migration to Azure App Service and plan to create new Apps in Microsoft Azure, configure and deploy their application content to the new Web App in Azure App Service. Applications can be created using the Azure Portal, CLI or ARM Template. Application content can be deployed using FTP, Zip or Continuous Deployment from Source Control, Container Registries or using GitHub Actions.

Key Considerations when migrating from Windows Azure Pack Web Sites to Azure App Service

Supported Authentication Methods

Windows Azure Pack Web Sites allows customers to use Windows Authentication to restrict access to applications and to secure access from their applications to other resources such as SQL Server, customers were able to define custom application pool identities and choose to use this authentication method within their applications. This was possible as Windows Azure Pack Web Sites is deployed inside a customer’s own organization, network and all underlying infrastructure could be domain joined.

Azure App Service does ot support Windows Authentication, therefore Customers need to look to alternative authentication methods to authenticate access to other resources, for example SQL Authentication when connecting to SQL Server Databases on-premises or Managed Identity when connecting to Azure SQL DB instances.

For application developers looking to authenticate users, they can make use of App Service authentication capabilities targeting multiple identity providers such as:

Hosting Options

Windows Azure Pack Web Sites offers two different hosting options - shared and dedicated; Azure App Service expands on this and offers few categories of pricing tiers each with different capabilities and limits:

  • Shared compute - Free and Shared;
  • Dedicated compute - Basic, Standard, Premium, PremiumV2 and PremiumV3;
  • Isolated compute

App Service Plans

All applications in Azure App Service always run in an App Service Plan. The App Service Plan defines the Azure Region in which the app is deployed, number of worker instances the plan is scaled out to, the size of the instances and the pricing tier.

The wider range of options provided in Azure App Service enable customers to run a wider range of workloads, achieve differing levels of density and isolation dependent on their specific needs.