Is there a way to point AppSettings to Azure KeyVault for passwords (like SSL, OpenId)? I have integrated AzKv as a SecretVault successfully in PSU v 3.1.4, now i want to reference passwords in appsettings to this vault:
Register-SecretVault -ModuleName Az.KeyVault -Name AzureKeyVault -VaultParameters @{AZKVaultName = 'SomeVault' SubscriptionId = $sub
Thanks.