if you are not an expert go with
visual studio publish option is easy and simple
but if you have a complex application
you can use Azure DevOps to automate the deployment process
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which is the recommended way to deploy a .net application through Azure App Service?
Can I use Visual Studio Publish option to deploy the app through App Service or is there another better and easier option to deploy to Azure?
if you are not an expert go with
visual studio publish option is easy and simple
but if you have a complex application
you can use Azure DevOps to automate the deployment process
Hi,
You can use "publish profile".
Download publish profile from your respective app service.
Click on Publish in Visual Studio and Import the publish profile which ever we have downloaded from App service.
@82104614 Thank you for reaching out to Microsoft Q&A.
Which is the recommended way to deploy a .net application through Azure App Service?
Looks like, you have already raised another thread #1193541 in Microsoft Q&A to know about the recommended/approaches to migrate a .NET application from on-prem to Azure App Service.
Yes, you can use the visual studio publish option to deploy your .NET applications through the below Microsoft learn tutorials to publish application code from on-prem to Azure App service:
Alternatively, you can also use other deployment options, such as deploying from source control or using the Azure CLI or Azure PowerShell(using FTP or Zip deploy) to deploy your application.
Feel free to reach back to me if you have any further questions on this.