Bicep deployment of key vault keys fails with error [CaeAuthorizationFailed (Unauthorized)] AKV10203
Attempting to deploy a key vault key via a bicep template fails with the following error: { "code": "CaeAuthorizationFailed", "message": "[CaeAuthorizationFailed (Unauthorized)] AKV10203: Continuous access…
How to implement automatic creation based key rotation
I want to implement automatic key rotation, and I couldn't seem to find a definitive answer reading the documentation. Using azure bicep I have the following abbreviated example. resource kv 'Microsoft.KeyVault/vaults@2023-07-01' ... properties: { …
AZURE KEY VAULT PORTAL - ManageDeletedSecrets is not visible on portal
Hi All, We are using Azure key vaults to store our application secrets but have suddenly stopped getting the option to purge the deleted secrets "ManageDeletedSecrets" on Azure Portal. We have soft delete enabled and access policy as well have…
How come Azure KeyVault Private DNS works differently to Azure SQL Servers?
I have recently started Private Endpointing all of our infrastructure. As we are in Hub to Spoke environment we are using one Private DNS for each resource type which is then linked to the spokes and Hubs. We then create private endpoints for each…
Help me for a while.
Hi i want you help me, look for a Key Vault account named Dreamerinheye this is honestly my account but the ending I blocked but I need to consider my application workplace as a Key Vault Person / Cryptographer. Are you willing to help because I'm just…
How to import SSL cert from KeyVault when it's a secret, not a cert?
I purchased an ssl cert through Azure. it seems ok when i view the details of the cert. As in, --Its successfully imported to the KeyVault --Domain Ownership was verified --Cert ready to use in App Service I would, in theory, follow these…
Integrating Azure Key Vault in .NET MAUI Application
I want to integrate Azure Key Vault into my .NET MAUI application to store secrets. Can you suggest the best way to do this.? Additionally, we are also utilizing REST APIs in the app. Please guide me on how to securely integrate Key Vault and manage…
How to fix issue: Invalid certificate - subject name in certificate is not authorized.
Trying to do test in production and followed this tutorial https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-3 invalid_client\nMicrosoft.Identity.Client.MsalServiceException: A configuration issue is preventing authentication - check the…
we have connected our on-prem k8s cluster to azure using azure arc. can we use managed identity for azuthentication/authorization to connect azure vault to k8s cluster
we have connected our on-prem k8s cluster to azure using azure arc. can we use managed identity for azuthentication/authorization to connect azure vault to k8s cluster
Invalid certificate - subject name in certificate is not authorized.
Trying to do test in production and followed this tutorial https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-3 invalid_client\nMicrosoft.Identity.Client.MsalServiceException: A configuration issue is preventing authentication - check the…
How to fix issue: Invalid certificate - subject name in certificate is not authorized.
Trying to do test in production and followed this tutorial https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-3 invalid_client\nMicrosoft.Identity.Client.MsalServiceException: A configuration issue is preventing authentication - check…
"errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application '74658136-14ec-4630-ad9b-26e160f
Hello there Azure community, Realized an Azure account is connected to my hotmail email address/microsoft account when attempting to remove an expired credit card from the subscription section. The amount of things that seem to be configured within…
[Help] Terraform Can't Access Azure Key Vault After Creation
Hey everyone, I'm facing an issue with Terraform and Azure Key Vault, and I could really use some help. I'm using Terraform to create an Azure Key Vault, and I assign the Key Vault Administrator role to my Terraform service principal and our admin…
how use azure vault with managed identity on azure arc enabled k8s cluster.
we have follow the given step to install and use azure vault with our on-prem cluster. so we want to use azure managed identity with our on-prem cluster thats why we use azure arc to connect our cluster to azure. steps: connect on-prem cluster to…
Azure Key Vault Encrypt with AES returns 413 Request Entity Too Large
I'm using a 256 bit AES key that's stored in Azure Managed HSM and I'm trying to encrypt data using the Azure SDK. When I try to encrypt the data using the AES key, the SDK returns a 413 Request Entity Too Large error. The data is likely in JSON format…
Connectivity on Key vault
Hello, I have a Key Vault in my subscription, and now there is an S360 KPI flagging my Key Vault, indicating that I should create a private endpoint instead of using public network access with specific IPs and VNet. Now, I have a doubt about…
Tomcat SSL using Azure KeyVault client for Java not sending full chain, are we missing some configuration?
We have a web site that is served via Tomcat and uses the Azure Key Vault Client to read the most recent autorenewing SSL certificate from the vault. The site is serving up the leaf certificate only, and not sending the rest of the chain (per OpenSSL). …
Is key vault region specific?
Is key vault region specific? Can I access key vault from another region? For example using access connector and managed identity
Config-server with Azure Key Vault Cloud config
Hi guys I really need some insight here. I have an actual setup of config-server + centralized git configuration repo + App client (running on an k8 cluster) App connects to config-server, that connects to the git repo, fetch the configuration and…
Error when retrieving AKV secret in ADF rest API linked service
Hi, Is there any solution for this issue? I got error when retrieving AKV secret using parameter ."message": "ErrorCode=InvalidTemplate, ErrorMessage=The template function 'linkedService' is not defined or not valid." Here are the…