2.3 KiB
Investigate function bindings
Instructions
Function bindings enable your code to save blobs to blob storage by returning them from the main
function. The Azure Storage account, collection, and other details are set up in the function.json
file.
When working with Azure or other Microsoft technologies, the best source of information is the Microsoft documentation at docs.com. For this assignment, you will need to review the Azure Functions binding documentation to learn how to configure the output binding.
Some useful pages to get started include:
- Azure Functions triggers and bindings concepts
- Azure Blob storage bindings for Azure Functions overview
- Azure Blob storage output binding for Azure Functions
Rubric
Criteria | Exemplary | Adequate | Needs Improvement |
---|---|---|---|
Configure the blob storage output binding | Successfully configured the output binding, returned the blob, and stored it in blob storage | Configured the output binding or returned the blob, but was unable to store it in blob storage | Unable to configure the output binding |
Disclaimer:
This document has been translated using the AI translation service Co-op Translator. While we aim for accuracy, please note that automated translations may include errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is advised. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.