An open API service indexing awesome lists of open source software.

https://github.com/aranasoft/todo-azurewebsites

Starter code for learning to customize Azure Website deployment with Kudu
https://github.com/aranasoft/todo-azurewebsites

Last synced: 10 months ago
JSON representation

Starter code for learning to customize Azure Website deployment with Kudu

Awesome Lists containing this project

README

          

# 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.
1. Integrating client side components to a WebAPI and SignalR backend.
1. Adding a WebJob to peform background tasks and notify WebAPI of changes.

Learning how to customize deployment using [Kudu](https://github.com/projectkudu/kudu) is the primary focus exercise.