Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

AB#647 v0.1.1 updates #66

Closed AndyCW closed 4 years ago

AndyCW commented 4 years ago

Closes #65 - Implemented checks on first ops with LUIS to flag 'silent' failures Closes #64 docs updates for Next Steps Closes #62 Uses fixed bf luis:application:publish

For #65 and #62 - successful runs shown here: PR: https://github.com/AndyCW/AndyLUISDevOpsSample/actions/runs/122719420 . CI/CD: https://github.com/AndyCW/AndyLUISDevOpsSample/actions/runs/122731505 For #65 - after deleting a GitHub ecret, this run demonstrates that the pipeline fails on first attempt to interact with LUIS: https://github.com/AndyCW/AndyLUISDevOpsSample/pull/104/checks?check_run_id=731664804 . Previously it would fail silently and not terminate the pipeline which would error later on, meaning it was difficult to identify the root cause.