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

Check if application exists before creating a new one in CI workflow #83

Closed a-noyass closed 3 years ago

a-noyass commented 3 years ago

@AmirGeorge After updating BF CLI the workflow failed when trying to create an application with the same as an existing one instead of a soft failure. So now we check if it exists before creating a new application.