TDE for SQL on Azure VM
I have 3 nodes of AAG replica , 2 on EastAsia and 1 on Southeast asia. and there are also 2 Azure Key vault , one in East Asia and One in South east asia . So I would like to know if there are option to sync the TDE key between two Key vaults, …
keyvault extension is not pulling the certificate. do you know where do i check the logs?
keyvault extension is not pulling the certificate. do you know where do i check the logs?

Azure disk encryption
I have a VM with 4 disk encrypted with SSE with PMK & ADE. I added two additional disk to increase the storage pool when I follow instruction - $KVRGname = 'MyKeyVaultResourceGroup'; $VMRGName = 'MyVirtualMachineResourceGroup'; …

How to securely use Azure services from an untrusted client?
Let's say I have a simple client Console App that I want to sell to the public. It's going to access an Azure service, let's say Table Storage. How do I secure the keys to Table Storage? It seems like it's impossible to do with just the client app? I…

Azure Key Vault Set Secret from PowerShell- Pattern Match Exception
I am trying to bulk insert secrets to my Key Vault using power shell and Its throwing me Secret Validation exception saying Pattern Mismatch- ^[0-9a-zA-Z-]+$ But same secret, if i am doing manually in the portal, its working fine. Need some insights…

key vault - for multiple app service should I create seperate key vault in one environment
Hi All, I have multiple web apps in each env ( and 4 environments in different azure subscriptions ). We are trying to use key vault but would like to know - 1.) Micorosft document states that we should use separate key vault for each app…
Due to failed command az keyvault create , I cannot remove resource on Azure Key Vault or create a new one.
I am running a Lab for creating a key vault with az CLI on my free tier subscription. The first step was to create a resource group. az group create -n keyvault-aad-pod-identity-rg -l eastus During the second step, I typed wrong the --location…

Do keyvault tags get cloned during auto-renewal?
My use case is managing certificate that are issued via Digicert API and are set to auto renew. If I set any tags on the latest version of cert, does it get cloned to the next issued version via auto renew? I didn't see any documentation and it…
Secure Output into foreach activity
In adf, I'm running a for-each loop for a multi-line secret out of Keyvault. and the secret value is visible in parameter. how can I make sure secret is secure but not need to input secret list in the pipeline one by one?
I would like to use azure key vault to send keys to a non-azure vm?, I need this to work in automation with no manual steps
I would like to use azure key vault to send keys to a non-azure vm, I need to deploy multiple vm's in an automation environment and during the deployment/infrastructure, I need to bootstrap these VM's to azure key vault to get certificates and keys on…
Key vault Azure data factory problem
Hello I've created a Key vault service to store a secret with the credentials to access to my cosmos DB collection. the secret value is as i show you : …

Could not access key vault reference metadata
My goal: read a secret value from Azure key vault in Azure function app Steps: Azure key vault side: Generated secret Access control (IAM)>Add role assignment: gave role Reader to my function Secret>Version>Enabled, copy secret…
restore keyvault seceretes keys
could not restore keyvault seceretes keys in azure vm

It is possible to use single key in keyvault while enabling multiple data and os disk encryption in azure
Hello team, I want to know if I can use one common key and keyvault for enabling encryption on multiple data and OS disk in my azure environment
Key Vault Managed Storage - Key Regeneration/Rotation
I am seeking clarity as to how Key Vault Managed Storage rotates the keys, as the documentation is rather confusing and I believe to be incorrect. Key Vault Managed Storage can be enabled using the following commands: Azure Powershell:…

Disk Encryption - Can we add/enable bitlocker for all datadisks attached to VMs
Hi Team, I would like to enable bitlocker for all datadisks including OS disk. Is it possible to enable bit-locker and store the keys on Azure Key Vault.
Azure KeyVault left with stale reference in access policies
I assign an access policy for a managed identity to a keyvault via ARM template. When the identity is deleted, the access policy is NOT removed automatically from the KV and so a stale reference is left behind. Is this expected? Shouldn't the reference…
Important notice—Soft delete functionality has been disabled
how do we stop these emails from coming every day? Important notice—Soft delete functionality has been disabled for dscat-eastus2-dev-db-rsv-01 my support team says there is no action needed but we get emails daily

Internal server error in Azure key vault
We get InternalServerError in the Azure Key Vault - Get Secret action during bulk load in posted to the logic app via HTTP Rest call. About 5-10 % of the entire transaction is failing with the below mentioned error. Error details: Code - 500 …
I need to save my pfx certificates in an HSM
I was investigating that Azure Key Vault uses HSM. Add the following line to import my pfx certificate await keyVaultClient.ImportCertificateAsync(azureKeyVaultsUri, namePFX, base64EncodedCertificate, Password); my question is already…
