You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IoT-For-Beginners/3-transport/lessons/2-store-location-data/assignment.md

1.6 KiB

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