File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ schedules:
34
34
jobs :
35
35
- job : deploy_destroy
36
36
displayName : ' Deploy & Destroy'
37
+ timeoutInMinutes : 120
37
38
pool :
38
39
name : Default
39
40
demands :
Original file line number Diff line number Diff line change @@ -188,8 +188,12 @@ Listing up various things from different domain/view angles:
188
188
- Include prerequisite validation check
189
189
- Change from LUIS CLI to API calls in order to overcome Azure Shell restriction on npm executable packages
190
190
- 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~~
193
193
- Include scripts to simulate different type of failures
194
194
- Create a containerized version where AppService will be replaced with Azure Kubernetes Service or Azure Container Instances
195
195
- 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