LM-Development / aks-sample

Community project providing an undeprecated Microsoft Teams bot sample that runs on Azure Kubernetes Service
https://github.com/LM-Development/aks-sample/tree/main/Samples/PublicSamples/RecordingBot
MIT License
1 stars 0 forks source link

Pass the Complete Certificate into MediaPlatformInstanceSettings to a… #44

Closed fde-lmag closed 3 months ago

fde-lmag commented 3 months ago

…void loading it again from store

The Certificate was already loaded from Windows Certificate Store to be used with TLS The Media Platform uses the same Certificate but potentially loads it form the store again when using the CertificateThumbprint option rather than the Certificate option We can pass in the Certificate in to the Media Platform directly and potentially shave some startup time

InDieTasten commented 3 months ago

You need to bump the app version and version field in the Chart.yaml