Forum Discussion
jaish mathews
Feb 07, 2018Copper Contributor
Azure Service Principal - How to secure the keys
For an Azure Service Principal, we have below keys in config file
<add key="SubscriptionId" value="" /> <add key="ClientId" value="" /> <add key="ClientSecret" value="" /> <add key="TenantId" va...
Kent Gaardmand
Feb 10, 2018Steel Contributor
you could store the values in a key vault and retrieve them when needed through the UI. Is this what you had ïn mind ?