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

Get LUIS keys at runtime rather than through secrets #44

Closed AndyCW closed 4 years ago

AndyCW commented 4 years ago

Currently the LUIS Azure keys are stored as secrets. But this setup can be eliminated if we get the keys at runtime and keep the values masked.