Skip to content

Commit befcc25

Browse files
author
Florian Wagner
authored
Merge pull request #45 from h2floh/h2floh/update
Doc update & Increased Timeout for Pipeline
2 parents f35fddd + b9bd3e1 commit befcc25

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

AzureDevOps/oneclickdeploytest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ schedules:
3434
jobs:
3535
- job: deploy_destroy
3636
displayName: 'Deploy & Destroy'
37+
timeoutInMinutes: 120
3738
pool:
3839
name: Default
3940
demands:

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)