Azure Code Samples
Learn to interact with Azure services through code
299 code samples match your filter
An ASP.NET Core web app with Azure AD B2C
An ASP.NET Core web application that signs-in users with Microsoft Accounts and Azure AD Accounts from multiple Azure AD directories
Demo - To-do list reimagined iOS app
A demo iOS app that uses Azure AD for sign up & sign in and calls the Azure AD Graph API to search for users
Calling a web API in an ASP.NET Core web application using Azure AD
An ASP.NET Core web application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
To Do List Azure API App Sample
A simple Todo list application built using Web API and Azure API Apps
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
Getting Started with Azure Table Storage in .NET
The getting started sample demonstrates how to perform common tasks using the Azure Table Service in .NET including creating a table, CRUD operations, batch operations and different querying techniques.
Azure Storage Service - Photo Uploader Sample for Android
Getting started sample for Adroid that show how to upload and retrieve photos/images from the Azure Blob Storage
Integrate Azure AD into a web application using OpenID Connect
A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
Integrating Azure AD into a Windows desktop application
A .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
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.
Securing a web API with Azure AD
A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
Media Services: Live Monitoring Dashboard
A live event telemetry dashboard for monitoring the health of Azure media services
Azure Storage Queue Service - Quick Sample using Pop Receipt and Face API
Azure Queue Service Pop Receipt Sample with Image Upload and Face Recognition using Face API from Azure Cognitive Services
C# Azure Function for generating SAS tokens
C# Azure Function for getting a Storage blob- or container-level SAS token
Getting Started with Azure Queue Service in .NET
The getting started sample demonstrates how to perform common tasks using the Azure Queue Service in .NET including inserting, peeking, getting and deleting queue messages, as well as creating and deleting queues.
Calling a web api using an application identity
A .NET 4.5 MVC web app that uses Azure AD for sign-in and calls a web API under the application's identity, instead of the user's identity
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
Integrating a Windows Universal application with Azure AD
A Windows Store 8.1 application that uses Azure AD and the ADAL library to authenticate the user and call a web API using OAuth 2.0 access tokens.