No SQL connector for Azure Key Vault in SQL Managed Instance
Hi, The SQL connector for Azure Key Vault is not pre-installed and configured in Azure SQL Managed Instance. This prevents from using Column level Encryption using Key from AKV. Please note, that The 'Always Encrypted' feature does not meet my…
Azure Key Vault
Azure SQL Database


Intermittent authorisation on Key Vault
I have a deployed Azure Function that accesses a key vault, I'm using the 3 environmental variables of AZURE_CLIENT_ID and AZURE_CLIENT_SECRET and AZURE_TENANT_ID to use the DefaultAzureCredential of azure.identity from the python SDK. I've also enabled…
Azure Key Vault
Azure Functions

Managing/auto-rotating Azure cosmos Db keys using Azure key vault
Does azure cosmos db and key vault provide ways using which the secret can be managed using keyvault similar to Azure Storage account overview-storage-keys-powershell? Funcitonalities required are Onboarding a cosmos db account to keyvault…
Azure Key Vault
Azure Cosmos DB
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, …
Azure Key Vault
SQL Server on Azure Virtual Machines
SQL Server | Other
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 Key Vault

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'; …
Azure Key Vault
Azure Disk Storage

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
Azure Table Storage
Azure Blob Storage

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…
Azure Key Vault
Windows for business | Windows Server | User experience | PowerShell

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…
Azure Key Vault
Azure App Service
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…
Azure Key Vault

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…
Azure Key Vault
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?
Azure Key Vault
Azure Data Factory
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…
Azure Key Vault
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 : …
Azure Key Vault
Azure Cosmos DB
Azure Data Factory

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…
Azure Key Vault
restore keyvault seceretes keys
could not restore keyvault seceretes keys in azure vm
Azure Key Vault

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
Azure Key Vault
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:…
Azure Key Vault
Azure Storage

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 Key Vault
Azure Storage
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…