python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure Key Vault ClientSecret Management
For me, I have distributable console app to users. Instead of hard-coding the connection strings in the application, I moved those to Key Vault and created the ClientCredentials.
Interactive-user-logi...

Ashokan Sivapragasam
Votes: 0
Answers: 1
Is there any way to Access azure key vault secret with logged in AD access token using c#?
I have authenticated my windows app with azure AD , I have to get secret from azure key vault using logged in AD user Access Token , is there any way to do it ?

Mohamed Fayaz
Votes: 0
Answers: 0
Can contents of Keytab file be stored and used from Azure Key vault?
I have a keytab file used for authentication when trying to connect from Azure Kubernetes Cluster to On-prem hadoop nodes.
Can I store keytab contents in Azure Key vault and read it back?

Venkatesh Gotimukul
Votes: 0
Answers: 1
AzureKeyvault ContainerClient missing required connection details
I'm trying to create an Azure Storage ContainerClient within am Azure Function with following code:
Imports:
from azure.storage.blob import ContainerClient
from azure.keyvault.secrets import SecretCli...

Zin Yosrim
Votes: 0
Answers: 0