arnaudmaichac / devday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beers Reviews App with Cognitive Services and Azure Functions

The sample showcases the new Azure Functions tooling. It has a website where customers submit beers reviews, stored in Azure storage blobs and CosmosDB; and an Azure Function to perform automated moderation of the beers reviews using Microsoft Cognitive Services. It uses an Azure storage queue to decouple the website from the function.

Sample Architecture

View of the architecture of the sample

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

License:MIT License


Languages

Language:C# 45.4%Language:HTML 28.1%Language:PowerShell 14.9%Language:CSS 11.6%