microsoft / CognitiveServicesLanguageUtilities

Utilities for the Cognitive Service Custom Text document processing tool.
MIT License
17 stars 1 forks source link

Remove secrets from Azure function #68

Closed mshaban-msft closed 3 years ago

mshaban-msft commented 3 years ago

currently, we retrieve Custom Text app secrets from inside the Azure function proposed solutions

  1. use keyvault
  2. pass secrets to the Azure function in the CustomSkillset definition as headers
    • this way, custom text secrets will also be added to the configs.json for the cli tool
mshaban-msft commented 3 years ago

estimated time: 1.5 days