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.
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.