AmericanRedCross / damage-assessment-bot

Chatbot for immediate damage and needs assessments
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Full app environment deployment script #120

Closed maxnorth closed 5 years ago

maxnorth commented 5 years ago

This adds a deployment script to the travis build that deploys all resources in the application and can build a new environment from an empty resource group. The resulting application includes a hosted frontend web app, the chat bot, and the api, plus dependency services such as azure storage, cosmos db, luis, and the channels registration service.

This does not yet include putting the luis definition in source control and the deployment of the luis definition to the provisioned luis app.

maxnorth commented 5 years ago

Closing, these changes were collapsed into #131