From the course: Learning Azure Durable Functions

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Publish the project to Azure

Publish the project to Azure - Azure Tutorial

From the course: Learning Azure Durable Functions

Publish the project to Azure

- In our last video, we've verified that the durable function works locally. Now we'll publish the project to Azure so that the durable function can be hosted publicly and accessed more easily. Before publishing a project, a function app must already exist in the Azure subscription you're intending to publish the project to. Let's go through it together. First, head to the Azure portal and log into your Azure account. As you can see, I'm already logged in and I'm on my Azure portal homepage. Once here, there will be a search bar at the top. Click here and search for function app. In the search results, find Function App under the Services section, and click on that. You'll be taken to your list of function apps. You may not have any that exist yet, so the list may be empty. Click on the Create button towards the left. You'll now be guided through the Create Function App process. This is where you'll fill in the…

Contents