Deploying Azure Functions online

Once the Function App is deployed, the Management Portal will redirect you to the "Functions Portal" page. Let's explore the following steps to deploy an Azure function online:

  1. When you navigate to Functions | Add (plus sign), it will open a Quickstart page. We will skip the Quickstart deployment so that we can drill into all the options available.
  2. On the bottom of the page, select Custom function under Get started on your own.
  3. Set Language as C#, and select Scenario as API & Webhooks.
  4. Choose the HttpTrigger - C# template, which will create a new function from an HTTP trigger template, with an automatically assigned HTTP endpoint.
  5. Choose a name for your function. This name will become a part of your function' ...

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.