How can I configure my Azure Function to retrieve a Key Vault secret when invoked by an Azure Logic App?
I’ve stored an API key as a secret in Azure Key Vault and want my Function App—called from a Logic App—to pull that secret at runtime. I’ve already: Enabled a system-assigned managed identity on the Function App and Logic App Granted Key Vault Secrets…
Azure Key Vault

You are unauthorized to view these contents.
You are unauthorized to view these contents. KeyVault
Azure Key Vault
App Service Certificate (Azure issued from GoDaddy) will not import into Azure Key Vault
I went through the process in Azure Portal to purchase an App Service Certificate (Azure issued from GoDaddy). This is a wildcard certificate and I've been charged the $299 USD fee for the 1-year cert so I need to get my issue resolved in Azure Portal…
Azure Key Vault
Can't access Azure Key Vault after AD B2C token authentication
Since days I try to get this to work: User gets a bearer token of the B2C User retrieves a secret from the key vault by using the token. I had all types of problems. Could not access the key vault because it was in another directory. Could not…
Azure Key Vault
Azure

How to import SSL cert from KeyVault when it's a secret, not a cert?
I purchased an ssl cert through Azure. it seems ok when i view the details of the cert. As in, --Its successfully imported to the KeyVault --Domain Ownership was verified --Cert ready to use in App Service I would, in theory, follow these…
Azure Key Vault
Cannot assign myself owner to Subscription/Key Vault
I had duplicate Owner roles on Key Vault - which I believed was causing an issue. Deleted roles then tried to re-provision, now being told that I don't have authority to do that, and noticed I cannot add myself (in IAM) as Owner of the Subscription. …
Azure Key Vault
In Keyvault automatically changing from Allow public access from all network
In Keyvault Firewalls and Virtual Networks automatically changing from Allow public access from all networks to Allow public access from specific virtual networks and IP addresses
Azure Key Vault
Config-server with Azure Key Vault Cloud config
Hi guys I really need some insight here. I have an actual setup of config-server + centralized git configuration repo + App client (running on an k8 cluster) App connects to config-server, that connects to the git repo, fetch the configuration and…
Azure Key Vault
permissions in the key vault access
i am getting an error in the production environment as: { "status": 401, "message": "Operation failed because client does not have permission to perform the operation on the key vault. Please check your permissions in…
Azure Key Vault
Resolve issues with code signing using AzureSignTool
Hi, I recently setup a code signing certificate in Azure Key Vault. I am using the HSM. I setup the roll based Access control for the key vault while creating it. Then, I created an application in my azure tenant and provided all the required access…
Azure Key Vault
Azure Key Vault Managed HSMs still charging
Hi, I have created Azure Key Vault Managed HSMs just for testing/curiosity. After couple of days i have delete it and purge it from the portal. I can still see that the monthly bill is increasing hour by hour. What can i do to stop it ? Is it going to…
Azure Key Vault
Azure key vault to manage certificates
Hello, I am having an Azure key-vault store and a CA trust root certificate provided by the trust authority - Sectigo. Now, I want to upload this certificate in my key-vault store. However, it says 'Private key is not specified in the specified X.509 PEM…
Azure Key Vault
Private SSH key in Azure key vault
I have a private ssh key stored in azure virtual machines which are highlighted by defender for cloud and I want to resolve that recommandation. So as per suggested by MS the remediation will be to store the private ssh key in azure key vault and give…
Azure Key Vault
Azure key vault secrets addition
Hello, We are trying to add secrets to our keyvault in the production environment. We are facing this error: The error message says: The connection to data plane failed. Please refresh and try again. If Private Links are enabled on the vault and the…
Azure Key Vault
Help storing a HSM protected code signing certificate in Azure Key Vault
If you use a code signing certificate then you are likely aware of the more recent stringent requirement for private key storage. I was looking at how to store this in Azure Key Vault. To achieve this, I needed to upgrade to Azure Key Vault Premium…
Azure Key Vault

I deleted an HSM in KeyVault but I'm still paying for it
I wanted to create an 'Azure Key Vault', but have instead created an 'Azure Key Vault Managed HSM Pool' instead - which seems to be rather expensive. Is there a way that you can delete the HSM Pool before the Purge Period? I have configured the purge…
Azure Key Vault
Application Gateway - Unable to use certificate from Vault
Hello, I'm really stuck trying to get my App Gateway to use a certificate from Vault. When I import (upload) the pfx file directly into the GW its fine, but the exact same file uploaded to Vault never works. On the 'Listener TLS certificates' it is…
Azure Key Vault
Unable to download Certificate of Authority from a key vault as a .pfx file
I am attempting to set up certificate based authentication on Microsoft 365. I created a key vault and a certificate but am unable to download the certificate as a .pfx file. It is giving me an error message that reads 'failed to dynamically fetch target…
Azure Key Vault
Error when Importing Certificate
Hello, Hope you guys are doing great, I'm currently trying to update a certificate in our keyvaults, I have the certificate in PFX format and it's password protected. Although the keyvault it's stating that an error occurred while importing the…
Azure Key Vault
Certificate upload to key vault fails with a service principal account
I am logged in as a service principal. This has owner, Key vaults secrets user, Key vault certificate user IAM roles assigned to it. Following the documentation I am trying to upload a certificate.…