Publishing to Azure

Now that we have a fully functional web application that we can run locally, we can also publish it to Azure. The publishing process is nearly identical to the publishing process of the Azure Functions App. That is because we are using the same process called “Web Publish”, and publishing to the same type of environment which is PaaS App Service.

Let's publish our web application by performing the following steps:

  1. To get started, right-click on project name and click on Publish… as shown in the following screenshot:

In the dialog that opens, you will notice that we are in the last stage of the publishing process. That ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.