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

Publish to Production slot, not direct version publish #46

Closed AndyCW closed 4 years ago

AndyCW commented 4 years ago

Feedback from reviewers: ", I think a lot of customers want the option to integrate the pipeline and to automatically the latest version to their production slot, or at least have an option to do that. This way when there are changes they want to roll out to the production slot, they can do it using CI/CD rather than going to the LUIS portal to press publish, or calling the API. "

Also, feedback that publishing to Production may be easier for relative newbies to LUIS to relate to rather than use direct version. The CD job is an example only and different projects will likely have different requirements.

AndyCW commented 4 years ago

Closing dup of #30