MerryFairyTalesAD440 / API

1 stars 2 forks source link

Added PUT books and POST books now connects to DB and creates container #76

Closed Fremonster closed 5 years ago

Fremonster commented 5 years ago

Added PUT books which updates an existing book. The POST books function now connects to Cosmos DB and adds a new book. It also now creates a new container on the blob storage for the book. Brad's create container function is used as a Util that I call in my function. These functions are connected to the dev cosmos database and dev storage via the application settings in Azure Functions. I still need to get key vault working correctly. I will do that for the next sprint.