python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Retrieve keyvault secured function keys from app configuration in angular code to call api
I need to get the keyvault secrets value as function key to call azure functions api. The keyvault reference has been added to app configuration. I can access keyvault reference stored in app configur...
P_code
Votes: 0
Answers: 1
Use Azure portal to grant access to a Keyvault
I am looking for a way to enable the access to a certain keyvault:
if (builder.Environment.IsProduction())
{
builder.Configuration.AddAzureKeyVault(
new Uri(configuration["KeyVaultUri...
zameb
Votes: 0
Answers: 1
Updating key vault secret via Arm template release from devops CI/CD fails
I have managed to release secrets to my Azure key vault via CI/CD from DevOps using my arm templates. The initial release went fine and added my new non existing secrets to my key vault resource. Thou...

H4p7ic
Votes: 0
Answers: 1
General Discussion: CSI Driver for Kubernetes and Azure Key Vault vs keeping Secrets in Memory
as stated in the title I have a general question about securely retrieving secrets from Azure KeyVault.
Currently most of my secrets are stored in Kubernetes Secrets. As Secrets are only base64 encode...

Pascal Kohl
Votes: 0
Answers: 1