メインコンテンツまでスキップ

Investigate function bindings

Instructions

Function bindings allow your code to save blobs to blob storage by returning them from the main function. The Azure Storage account, collection and other details are configured 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. In this assignment you will need to read the Azure Functions binding documentation to work out how to set up the output binding.

Some pages to look at to get started are:

Rubric

CriteriaExemplaryAdequateNeeds Improvement
Configure the blob storage output bindingWas able to configure the output binding, return the blob and have it stored in blob storage successfullyWas able to configure the output binding, or return the blob but was unable to have it stored in blob storage successfullyWas unable to configure the output binding