Build a custom HTTP API using Azure Functions and Cosmos DB - Episode 2

The objectives of session three are:
To avoid the complexity of managing and using a client SDK, we connect the API to a CosmosDB database using bindings. Bindings allow us to declaratively access database content and result in a cleaner, better maintainable code.
Once our API can read "real" data, we protect it from being accessed by malicious people, and we present options to improve security further.