Perform the following steps:
- Navigate to the Integrate tab of the RegisterUser HTTP trigger function.
- Click on the New Output button, select Azure Queue Storage, and then click on the Select button.
- Provide the following parameters in the Azure Queue Storage output settings:
- Message parameter name: Set the name of the parameter to objUserProfileQueueItem, which will be used in the Run method
- Queue name: Set the value of the Queue name to userprofileimagesqueue
- Storage account connection: Make sure that you select the right storage account in the Storage account connection field
- Click on Save to create the new output binding.
- Navigate back to the code editor by clicking on the function name (RegisterUser, in this example) ...