This repository contains the code used to show how to manipulate deployment to Azure Websites and WebJobs. Topics covered include:
- Performing
gulp
based builds for stand-alone client side components. - Integrating client side components to a WebAPI and SignalR backend.
- Adding a WebJob to peform background tasks and notify WebAPI of changes.
Learning how to customize deployment using Kudu is the primary focus exercise.