- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 70字
- 2021-06-10 18:55:55
How it works…
In this recipe, we added Queue message output binding and made the following changes to the code:
- Added a new parameter named out string objUserProfileQueueItem, which is used to bind the URL of the profile picture as a Queue message content
- Used the AddAsync method of IAsyncCollector to use the Run method, which saves the profile URL to the Queue as a Queue message