# Azure App Service

This topic explains how to deploy (publish) a web project to Azure by using the Visual Studio.

## Content



ActiveReports can be deployed to Azure - it can be Virtual Machine, Azure Function, or Azure App Service. This page explains how to deploy (publish) a web project by using the Visual Studio. To deploy your web app, you must first create and configure a new App Service that you can publish your app to. See the [MSDN documentation](https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs).

## See Also

[Deploy on Azure using a Windows Environment](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-applications-to-cloud-services/deploy-to-azure/deploy-on-azure-using-windows-env)

[Deploy on Azure using a Linux Environment](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-applications-to-cloud-services/deploy-to-azure/deploy-on-azure-using-linux-env)