Company
Date Published
Author
Brett Hoyer
Word count
881
Language
English
Hacker News points
None

Summary

You'll develop an Azure Function that connects to a YugabyteDB cluster, reads the current inventory of a shoe store, and returns it as JSON. The function is deployed to Azure using the Azure CLI and verified by making a GET request to its API endpoint. You'll also learn how to add data to the YugabyteDB cluster using provided schema.sql and data.sql files, and how to configure application settings for the Function App before publishing it to Azure.