Content
Parameter 'secret_name' must conform to the following pattern: '^[0-9a-zA-Z-]+$'
Hello, I am getting the below error when I tried to run a simple for loop (bash script) to upload key/value pairs into azure keyvault. Can someone help me to resolve the error? Error: Parameter 'secret_name' must conform to the following pattern:…
Key vault login issue
Hi Team, i have key vault services and all private and public key is store in it.and collecting client secret key from app registration.it was working fine but from yesterday suddenly one issue is started.i see that…


how to delete azure service recovery vault
I am unable to delete azure recovery service vault even if I am trying to disable the soft deleted but I am not getting an option of uncheck and disable the soft deleted so that I can delete the vault. Please help me out as it is costing me also without…


Current Azure Key Vault FIPS 140-2 Level 2 proof
There was a similar (exact) question answered back in October of 2021, I'm not sure if things have changed since then so I figured I would ask just in case. We are looking to use Key Vault for housing keys and the audit company needs the make, model and…


"az keyvault secret set" to set localDB connection string errors in powershell due to parenthesis in (localDB)
In powershell, Using az keyvault secret set to set the localdb connection string as a key vault secret fails because of the closing parenthesis ")" that precedes the "\". az keyvault secret set --name ConnectionString-messaging…


Unable to Create a Logic from Azure Keyvault Events.
I would like to capture the events of key, secret, cert expiry in Logic Apps through eventgrid from Azure Key Vault. When I go Azure Keyvault --> Events --> LogicApp, it got stuck in Logic Apps Designer page as below, Currently I'm doing this on my…


Difference- HSM protected keys in Vaults (VS) HSM-protected keys in Managed HSM
While creating Azure VMs, we can keep the SSE encryption keys using Customer Managed Keys. We have 2 options when storing these CMK keys in HSM namely ( i know azure keyvault software based also supports CMK, but that is not my question . Mine is…
azure key vault backup Query
Hello Team, One more Query related to Azure. If we Download the Backup of all the Keys and Trying to import it to another Key valut or tanent then it decrypt all those keys or accept it? Thank you in advance


API Management root ca invalid using keyvault certificate through ARM but valid manually uploaded
Hi All, I have an issue with APIM and root ca. my APIM connects to appgateway over HTTPS using a self-signed certificate in my dev environment. APIM has a root ca selfsigned.mydomain.co.uk uploaded through the portal and a client certificate referencing…


Azure Keyvault - Microsoft Support access to keys and secrets
Hi, It has been mentioned in the Enhance data protection and compliance that "With Key Vault, Microsoft doesn’t see or extract your keys. " (https://azure.microsoft.com/en-us/products/key-vaul). My question, does this apply as well if an…
Can both the private and public key be exported from an Azure Key Vault and reused in an app for signing and encryption?
Can both the private and public key be exported from an Azure Key Vault and reused (imported) into a custom app to support data signing and encryption? ...I'm not refering to simple backup unless there is an API to restore the key pair into a standalone…


How can I create a decentralized [Azure] Key Vault on my phone (Android/iOS) or Windows PC?
How can I create a decentralized Key Vault on my phone (Android/iOS) or Windows PC? ...that includes capabilities for a local app (on the phone or laptop) to securely [programmatically] request a private/public key pair from my local vault? ...to enable…


Key vault logs to event hub and same log forward to log analytics workspace
Hello Everyone, i want to share the key vault logs to event hub and the same log forward from evnt hub to log analytics workspace. I am done with the log forwarding from key vault to event hub. But the same log from event hub to log analytics workspace i…


is it possible to sync key vaults certificate used in AppService with Azure Cli command?
Hi there, I have a scenario where I will update the key vault certificates via powershell script and afterwards I want to sync the key vaults certificates used in AppService to new version. And I want to do the sync part also via code, for example via…


Keyvault Renew an integrated CA certificate failure
Is it possible to resubmit a certificate auto renewal if it failed to DigiCert?


Property x5c has invalid value X5C must has at least one valid item
got the error while merging the certificate in azure key vault but when we tried to merge by removing the intermediate root and certificate chain from .cer file that works. Any idea what caused to merge certificate task.


Remove Managed HSM in KeyVault
I did create Managed HSM in Azure KeyVault for tests, but now I cannot delete it. When I try to do it in Azure Portal, I'm getting an error: **Executed delete command Error details: The subscription is not registered or does not exist. (Code:…


integrate Azure Key Vault and Certificate Authority
Hi All, We want to integrate the MS ADCS server with Azure Key vault and store the root certificate in AKV. So could you please let me know the steps. Thankyou Roshan Kumar


Deploying an AzureKeyVault and trying to retrieve ObjectId with an inline powershell script
ArmTemplateCode.pdf Hi guys, I'm thinking this is the best place to post this as you guys are the cream of the crop. I'm very new to azure Devops and I am playing around ARM templates and have created a relatively simple azurekeyvault. In my code I am…


Terraform Customer Managed Key for Storage Account storage.AccountsClient#Update: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code=KeyVaultAuthenticationFailure
I am trying to create a storage account with CMK and using a user-assigned managed identity. The Terraform script I am using looks correct but running it throws this error and not sure why. The error message is not clear. I uploaded my tf file here for…