Category "azure-keyvault"

Creating Azure VM by using VM admin password from Azure keyvault secret

I am using Azure Portal UI to create a Windows Virtual Machine in Azure. I created a secret adminpassin Azure keyvault that specifies the administrator password

Connect Blazor WASM app to Azure Key Vault

I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo

Connect Blazor WASM app to Azure Key Vault

I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo

Issue related to fetching certificate from Azure Keyvault using Java

I am migrating our legacy application into Azure Cloud . In the existing application we are securing our Jetty Server while starting so for that we are using jk

Azure AzApi provider in Terraform

I'm trying to use Azure AzApi provider to update the Azure key vault key rotation policy. Both "Azure AzApi provider" and Key Rotation Policy are very new featu

Get-AzKeyVault -InRemovedState call from Azure Function returns null even after long wait

Here's the sequence of actions performed inside Azure powershell function - if (Get-AzKeyVault -VaultName $name) { #This should Delete the KeyVault and put

KeyVault ARM template overrides secrets when re-deploying

I have an ARM template that deploys a Resource Group and includes a Key Vault and secrets. This is deployed through CI/CD and everything works perfectly bar one

Cannot acces keyvault secrets through service endpoint in a VSTS release

We're trying to download secrets with the download key vault secrets release task in VSTS. The service principal is add in the key vault's access policies, al

Azure function can not access key vault within VNET- Public network access is disabled

I have a function app that is integrated with a Vnet (with a single subnet). I also have two service endpoints in the same subnet for a storage account and key

Azure function can not access key vault within VNET- Public network access is disabled

I have a function app that is integrated with a Vnet (with a single subnet). I also have two service endpoints in the same subnet for a storage account and key

Read key vault secrets in Azure DevOps pipeline

I am using Azure DevOps yaml pipelines. My storage account and other application values are saved as secrets in a key vault. I have made a variable group by lin

The client with object id does not have authorization to perform action taggedTrafficConsumers/validate

When using Azure Key Vault management REST API or cmdlet Add-AzureRmKeyVaultNetworkRule to allow a virtual network to access a key vault, I get the following er

ARM - Create Key Vault via private endpoint using existing VNet / Subnet

I am trying to Create a Key Vault via private endpoint - "using existing VNet/Subnet" using ARM custom template. The QuickStart template available in Azure crea

Clone Azure key vault from one azure account to another account

I want to clone Azure Key vaults from account A to account B. Can someone guide me in how to clone the key vault? Is there any procedure for it? Or, otherwise,

How to load environment variable from azure key-vault in docker compose

Here I want to load the sql connection string from azure keyvault. version: '3' x-airflow-common: &airflow-common image: ${AIRFLOW_IMAGE_NAM