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.
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.