This is the extension for azure-chaos that starts and stops a Logic App.
This is meant to be deployed as an Azure Function.
- Clone this repository to your localhost
- Create an Azure Function App in your subscription
- Setup deployment from a local git repository
- Add the remote Azure repository to your local git repository (
git remote add azure <git_repo_url_from_portal>
) - Push to the remote:
git push azure master