Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 527 Bytes

File metadata and controls

13 lines (9 loc) · 527 Bytes

Azure Chaos Web App Start and Stop

This is the extension for azure-chaos that starts and stops a Logic App.

This is meant to be deployed as an Azure Function.

Setup

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