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…
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 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 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…
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 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…
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…

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…
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…
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…
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…
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.…
Certificate addition/binding to an App service from a key vault fails
I have a key vault with IAM setup. It has a lets's encrypt certificate on it. I also have a app service with a custom domain. I want to bind this certificate from the key vault to this app service. I go to bring your own certificate and then key vault…
Need soft deleted Managed HSM purged ASAP
We made two Managed HSM key vaults with purge protection and they are billing us $$$ that will be in the thousands before the retention period is over. We need these hard deleted ASAP.
Unable to add secret to brand new key vault
I get an error message when I try to create a new Secret for a newly created key vault. Message: "The operation is not allowed by RBAC. If role assignments were recently changed, please wait several minutes for role assignments to become…
I don't have the permission to view the contents in my own azure key vault
Today, I created azure key vault. However I don't have the permission to see the contents of keys and secrets created by me. I have assigned myself "owner" role. Still no luck. MaY I know why I am getting forbidden from access my own resources…
cann't create resource
{"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at https://portal.azure.com/Content/Dynamic/ol-FYaiW0gv0.js:166:25388\n at https://portal.azure.com/Content/Dynamic/ol-FYaiW0gv0.js:166:25609\n at lt…

Access KeyVault from AzureFunciton with public network disabled
I have an azure function that needs to access key-vault. The code looks like this: credentials = DefaultAzureCredential() secret = secret_client.get_secret(secret_name) Locally, It works with the following settings: KeyVault -> Settings ->…
What are Azure Key Vault's soft-delete and purge protection features?
Please explain how Azure Key Vault's soft-delete and purge protection features work. How can I recover vaults that have been soft-deleted? Why do I need to enable soft-delete in order to use purge protection? Note: As we migrate from MSDN, this…

What's the best way to configure Key Vault networking to allow Power Automate endpoints?
Trying to allow network access to my key vault from Power Automate Flows. I found this really long list of IP addresses I could add, but this does not seem like a very manageable solution. Is it possible to use service tags, instead…