local password can store in azure keyvult?
we are managing admin credentials with cyberark, would like to manage local credential with keyvault, what is possibility. share the details
not able to change access configuration policy
CODE InsufficientPermissions MESSAGE RAW ERROR Caller is not allowed to change permission model. For more information on how to change the permissions model follow this link: https://go.microsoft.com/fwlink/?linkid=2155160. Details:…
Set-AzSqlInstanceTransparentDataEncryptionProtector Configuration Error
Error: Set-AzSqlInstanceTransparentDataEncryptionProtector: Long running operation failed with status 'Failed'. Additional Info:'The requested server key was not found.' The keyid that i used is already the one generated in the…
Azure Key Vault - Cannot get the access policies information by Azure PowerShell
Hi All, I’m working on enabling Azure Key Vault backup. I need to gather secrets, keys, certificates, and access policies, then save them to a storage account. However, I’ve encountered an issue where the Azure Key Vault cannot retrieve the access…
How to set up a MTLS connection from azure devops pipeline to target external api without exporting private key
Our client application is azure devops pipeline and we would like to connect to target api that requires MTLS authentication. Hence we are required to store private key and certificates. We identified one security threat that in order to establish…
Cannot Import Certificate into Azure Key Vault
I am trying to import a certificate into Azure Key Vault but getting the error "The parameter keyVaultCsmId has an invalid value."
How to correctly create a key in KeyValut with custom policy?
I want to use the Azure Portal to create a key in KeyValut for release to test the feature Secure Key Release feature with AKV and Azure Confidential Computing (ACC). First, I think I have to set up a correct KeyValut access policy for my SNP-CVM. As…
How to fetch certificate from azure key vault using Ansible
Hello,Currently we are storing certificate in azure key vault.and manually binding certificate to iis service.but need a way to automate fetch certificate from azure key vault using Ansible and then automate binding.
Elaboration needed on Azure Key Soverignty
Hello, we came across this key sovereignty notion on Azure page and would like more clarification on the statement "Key sovereignty means that a customer's organization has full and exclusive control over who can access keys and change key…
Azure Key Vault -
Hello, i am very new to AKV. We have Dev, UAT and Prod SQL environments (on prem) and every quarter we refresh the data in Dev and UAT from Prod by restoring the production database to these downstream environments. If we enable TDE and use AKV to…
Unable to delete the Azure KeyVault Purge Protection
Hi Team, I have created a Key Vault HSM with Purge Protection enabled, but I am unable to delete the Purge Protection. I am encountering the following error: Failed to purge managed HSM "aeshsmpoc" of subscription "Payperuse" with…
Troubleshooting "The specified X.509 certificate content is invalid" Error When Importing to Azure Key Vault
I encountered the error "The specified X.509 certificate content is invalid. Error: One or more X.509 properties are invalid." while attempting to import a certificate from Cybersource into Azure Key Vault. The command used was: az keyvault…
Azure Key Vault RBAC permissions required for APIM to retreive a cert?
Hi I have a Azure API manager setup and want to add a custom domain. We have deployed Azure Key Vault and uploaded a certificate. We have deployed Key Vault with the recommended "role-based access control" We have given the APIM managed…
How to fix (ResourceGroupNotFound) learn- issue
When running az keyvault set-policy -n <keyvault-name> --key-permissions get --spn <clientId>, I get the error: (ResourceGroupNotFound) Resource group 'learn-863f910a-xxxx-xxxx-xxxx-4c6f3e30d049' could not be found. Code:…
Azure CLI prompts "Failed to connect to MSI" when creating keys in KeyVault
I want to create an exportable key in AKV with the attached SKR policy as described here (here ): az keyvault key create --exportable true --vault-name "vault name from step 1" --kty RSA-HSM --name "keyname" --policy…
java.lang.NoClassDefFoundError: Could not initialize class com.azure.identity.implementation.RegionalAuthority
Describe the bug We are in process of writing PT scripts (using JMeter) so that they can be executed using Azure Load test tool. As part of this project, we need to store our test login credentials in Azure key vault so that these PT scripts can read…
Cloud Service Extended Support Key vault access keys and secrets
I am in the process of migrating Cloud Service Classic to Cloud Service Extended Support which I also want to get working with Key Vault. The application has been successfully migrated and without any KV changes to code/webconfig it publishes fine. Once…
How do I use a private dns zone or custom record or private IP to connect to Azure Key Vault and Azure Storage with https over private endpoint?
This question applies to both Azure Key vault and Azure Storage, but I'll be demonstrating with just the key vault to give a tangible example. I have a node app running on a VM and another in a Container Apps environment. I want to grant them the ability…
Customer question regarding MS Key rotation
What is Microsoft Azure's Key Vault encryption key rotation policy and how often are the keys rotated?
"Successfully imported Key Vault Certificate, but failed to configure SSL binding"
I have a number of certificates in my Azure Key Vault, which were all generated the same way. I also have a number of Web App Services, which were all created the same way. But sometimes, when I add a custom domain to an App Service, and then try to bind…