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
- Host: GitHub
- URL: https://github.com/trstringer/platform-chaos-fn-startstop
- Owner: trstringer
- Created: 2018-02-08T00:30:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T15:59:17.000Z (over 7 years ago)
- Last Synced: 2024-10-11T15:11:16.311Z (over 1 year ago)
- Topics: azure, chaos, nodejs
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`