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
- Host: GitHub
- URL: https://github.com/aranasoft/todo-azurewebsites
- Owner: aranasoft
- License: bsd-3-clause
- Created: 2014-03-27T17:07:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T04:12:49.000Z (over 11 years ago)
- Last Synced: 2025-04-01T18:10:06.328Z (over 1 year ago)
- Language: C#
- Size: 2.65 MB
- Stars: 9
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.