Integrating Azure AD into an AngularJS single page app
An AngularJS based single page app, implemented with an ASP.NET Web API backend, that signs in users and calls web APIs using Azure AD
Service Fabric Web Reference Application
An end-to-end Service Fabric application that demonstrates patterns and features in a web application scenario.
Azure Networking Log Converter
Code for downloading network monitoring logs and converting them to .CSV files to be uploaded to Power BI for analysis.
Learn how to write a service that uses Service Fabric's built-in Chaos Test to exercise your code's fault tolerance by putting a little chaos in your cluster.
Service Fabric Predictive Backend Sample
A Service Fabric back-end real-time data streaming and analysis system using WebSockets and Azure ML.
Getting Started with Resources - Manage Resource Group - in .Net
Getting started on managing resource groups in C#
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
MyDriving - An Azure IOT and Mobile Sample Application
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
Build a multi-tenant SaaS web application that calls a web API using Azure AD
A sample .NET 4.5 MVC SaaS web app that signs-up and signs-in users from any Azure AD tenant, and calls the Azure AD Graph API.
Call an Azure AD protected Web API in an AngularJS Single Page App
An AngularJS single page app, implemented with an ASP.NET Web API backend, that signs users in using Azure AD and calls another web API using OAuth 2.0 access tokens.
Build a multi-tenant SaaS web application using Azure AD & OpenID Connect
A sample .NET 4.5 MVC web app that signs-up and signs-in users from any Azure AD tenant using OpenID Connect.
Calling a web API in a web app using Azure AD and OpenID Connect
A .NET 4.5 MVC web app that signs Azure AD users in with OpenID Connect and calls a web api using OAuth 2.0 access tokens.
Calling the Azure AD Graph API in a web application
A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
Azure Data Lake Store: Getting Started
This sample Java application shows you how to use the Java SDK to upload and download files to Azure Data Lake Store, and do other filesystem operations.
Service Fabric Getting Started Samples
Get started with Service Fabric with these simple introductory sample projects.
Integrating a web app with Azure AD using WS-Federation
A .NET MVC web application that uses WS-Federation to sign-in users from a single Azure Active Directory tenant, using the ASP.Net WS-Federation OWIN middleware.
Python sample for Azure App Service - Django
This Python (Django) sample app is used by the getting started content to demonstrate how easy it is to develop a web app and deploy it to Azure App Service.
Authorization in a web app using Azure AD application roles & role claims
A .NET 4.5 MVC web app that uses Azure AD application roles for authorization.