Skip to content

Commit

Permalink
adding a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Jul 2, 2018
1 parent 054d0d6 commit 3140bdc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion AzureFunctionsTodo.sln
Expand Up @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunctionsTodo", "AzureFunctionsTodo\AzureFunctionsTodo.csproj", "{7937017B-18A1-4E56-B1DB-2308F535B784}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctionsTodo", "AzureFunctionsTodo\AzureFunctionsTodo.csproj", "{7937017B-18A1-4E56-B1DB-2308F535B784}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C20E1944-D3AE-45F2-8ED1-7DB85DA715C6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
10 changes: 10 additions & 0 deletions README.md
@@ -0,0 +1,10 @@
### Azure Functions C# Bindings Sample

A simple CRUD (Create, Read, Update, Delete) API is created to manage TODO items, using the following options as backing store:

- in memory implementation
- blob storage
- table storage
- CosmosDb

It's implemented using Azure Functions V2 in C#, and can be run against the local storage emulator for table storage, and the CosmosDb emulator.

0 comments on commit 3140bdc

Please sign in to comment.