nauzadk / app-service-api-dotnet-contact-list

A simple contact list application built using Web API and Azure API Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services platforms author
app-service\api
dotnet
bradygaster

Contact List Azure API app Sample

The Contact List sample is used by several tutorials that show how to create, deploy, consume, and debug API apps in Azure App Service.

For the simplest scenario without authentication the example includes a Web API back end and two simple clients, one HTML/AngularJS and one ASP.NET MVC 5.

For the authentication scenario the example includes an AngularJS client configured for Azure Active Directory and an additional Web API back-end. The Angular.AAD client calls the ContactsList.API backend using a token for an individual user, and the ContactsList.API backend calls the AzureADUsers.API backend using a service principal token.

More Information

About

A simple contact list application built using Web API and Azure API Apps

License:MIT License


Languages

Language:C# 58.0%Language:JavaScript 32.2%Language:HTML 9.3%Language:CSS 0.3%Language:ASP 0.1%