Perform the following steps:
- Create a new function using one of the default templates named Azure Blob Storage Trigger.
- Next, you need to provide the name of the Azure Function, along with the Path and Storage account connection. We will upload a picture to the Azure Blob Storage trigger (image) container (mentioned in the Path parameter in the following screenshot) at the end of this section:
Note that while creating the function, the template creates one Blob Storage Table output binding and allows us to provide the name of the Table name parameter. However, we cannot assign the name of the parameter while creating the ...