Skip to content
jayharris edited this page Nov 11, 2014 · 4 revisions

Azure Websites Workshop

This repository contains the code used to show how to manipulate deployment to Azure Websites and WebJobs. Topics covered include:

  1. Performing gulp based builds for stand-alone client side components.
  2. Integrating client side components to a WebAPI and SignalR backend.
  3. Adding a WebJob to perform background tasks and notify WebAPI of changes.

Learning how to customize deployment using Kudu is the primary focus exercise.

Clone this wiki locally