- Open the FunctionAppInVisualStudio Azure Function app in Visual Studio and add a new function named BlobTriggerCSharp, as shown in the following screenshot:
- 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.
- A new Blob trigger function gets created, as shown in the following screenshot:
- If you remember ...