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

https://github.com/trstringer/platform-chaos-fn-startstop

azure-chaos extension to trigger start/stop events against an Azure web app
https://github.com/trstringer/platform-chaos-fn-startstop

azure chaos nodejs

Last synced: 12 months ago
JSON representation

azure-chaos extension to trigger start/stop events against an Azure web app

Awesome Lists containing this project

README

          

# Platform Chaos Start and Stop Web App

This is the extension for [platform-chaos](https://github.com/azure/platform-chaos) that starts and stops a web app.

This is meant to be deployed as an Azure Function.

## Setup

1. Clone this repository to your localhost
1. Create an Azure Function App in your subscription
1. Setup deployment from a local git repository
1. Add the remote Azure repository to your local git repository (`git remote add azure `)
1. Push to the remote: `git push azure master`