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

Improve docs explanation of using a LUIS app for the master branch and another for the feature branch #47

Closed AndyCW closed 4 years ago

AndyCW commented 4 years ago

Yes the pipeline creates a new version in the LUIS app for the master branch every time it runs – and the first time it runs, it creates the app if it does not already exist. The name of the master branch app is set in an environment variable at the top of the luis_ci.yaml file. The master branch app is created using the authoring account that you created in Azure when you clicked the ‘Deploy to Azure’ button.

That app is different from the one I get you to create to do your updates in the feature branch and which you use for testing at the command line before you commit your updates and raise the PR.