File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ schedules:
3434jobs :
3535- job : deploy_destroy
3636 displayName : ' Deploy & Destroy'
37+ timeoutInMinutes : 120
3738 pool :
3839 name : Default
3940 demands :
Original file line number Diff line number Diff line change @@ -188,8 +188,12 @@ Listing up various things from different domain/view angles:
188188- Include prerequisite validation check
189189- Change from LUIS CLI to API calls in order to overcome Azure Shell restriction on npm executable packages
190190- Create additional documentation for all scripts and their options / deployment flow
191- ~~ - Update scripts and Terraform to use remote state store based on Blob Storage~~
192- - Extend Bot with Geo distributed Speech service
191+ - ~~ Update scripts and Terraform to use remote state store based on Blob Storage~~
192+ - ~~ Extend Bot with Geo distributed Speech service~~
193193- Include scripts to simulate different type of failures
194194- Create a containerized version where AppService will be replaced with Azure Kubernetes Service or Azure Container Instances
195195- Create a version where LUIS and Speech service runs on the same AKS as the bot
196+
197+ ## Related Work and references
198+
199+ - Active/Passive Failover approach for Azure Bots - [ Blog] ( https://www.sowmyancs.com/2019/03/25/business-continuity-with-azure-chatbot-ai-solution/ ) by Sowmyan Soman Chullikkattil
You can’t perform that action at this time.
0 commit comments