Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 495 Bytes

todo-azurewebsites

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 peform background tasks and notify WebAPI of changes.

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