- Create a new Azure Function by choosing the Samples in the Scenario drop-down as shown in the following screenshot:
- Select the ImageResizer-CSharp template as shown in the preceding screenshot.
- Once you have selected the template, the portal prompts you to choose the following parameters:
- Name your Function: Provide a meaningful name. For this example, I have provided CropProfilePictures.
- Azure Blob Storage trigger (image):
- Path: Provide the path of the container (in our case userprofileimagecontainer) which contains all the blobs that are created by the Queue trigger. CreateProfilePictures in the previous recipe
- Storage ...