How to do it...

  1. Open the FunctionAppInVisualStudio Azure Function app in Visual Studio and add a new function named BlobTriggerCSharp, as shown in the following screenshot:
  1. In the storage account connection, provide AzureWebJobsStorage as the name of the connection string and also provide the name of the Blob container (in my case, it is cookbookfiles) in the Path input field and click on the Create button to create the new Blob trigger function.
  2. A new Blob trigger function gets created, as shown in the following screenshot:
  1. If you remember ...

Get Azure Serverless Computing Cookbook 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.