Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.57 KB

File metadata and controls

19 lines (12 loc) · 1.57 KB

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

Criteria Exemplary Adequate Needs Improvement
Configure the blob storage output binding Was able to configure the output binding, return the blob and have it stored in blob storage successfully Was able to configure the output binding, or return the blob but was unable to have it stored in blob storage successfully Was unable to configure the output binding