Integrating Let's Encrypt with Key Vault and Application Gateway in Production
Hi Team, Is it possible to integrate "Let's Encrypt + Key Vault" with Application Gateway for use in a production environment? What other approaches are recommended in the current market? Additionally, is there a guide available for…
Azure Key Vault

AZ900 lab -Implement Key Vault
I am trying the AZ900 Implement Key Vault lab. When I tried to create the secret, there's a warning message that I do not have permission: I have followed all the previous steps. I'm not sure what to do here.
Azure Key Vault
Cannot add secret in key vault
I have owner control for the resource group and for diggingdeep-kv Why I cannot create secret? Key Vault Issue - DDP.pdf
Azure Key Vault
Unable to create secret on key vault
az keyvault secret set --vault-name "my key vault name" --name "my secret name" --value "the secret goes here" (Forbidden) {"objectName":"my secret name","message":"Secret 'my secret name'…
Azure Key Vault

Azure App Settings using Secret From Key Vault
Hello, I need some help to solve this. I set mongodb url string as a secret on Key Vault, and referer that on my Azure App Setting doesn't start and show this error: Blockquote 2022-06-29T11:03:08.808653246Z Unhandled exception.…
Azure Key Vault
Azure App Service
VNet integrated flex consumption app unable to connect to KeyVault via service endpoint
Hi, I have a question about vnet integrated flex function apps and accessing other resources privately using service endpoints Situation: I have Flex consumption app successfully deployed and vnet integrated so all outbound traffic is via the virtual…
Azure Key Vault

Spring Cloud Azure Key Vault secret value is null when using managed identity or azure cli with spring-cloud-azure-starter-keyvault-secrets
I'm using spring-cloud-azure-starter-keyvault-secrets version 5.22.0 with Spring Boot version 3.4.4 and Java 17 to load secrets from Azure Key Vault using managed identity. Although the secret is correctly configured in the Key Vault and linked in my…
Azure Key Vault
Cannot access resources even though I am a Global Admin and Owner
I am a global administrator and owner. I built all the resources in this subscription. Several months ago, I stopped getting access to some of the blades due to errors like: "AADSTS50076: Due to a configuration change made by your administrator, or…
Azure Key Vault
Azure VM backup fail, error message "Error UserErrorKeyVaultPermissionsNotConfigured"
My Azure VM weekly backup fail. after troubleshoot, It is due to Key Vault permission issue. My access configuration is by Vault Access Policy. and I already assign myself Owner role, Key Vault Admin, Key Vault Contributor, & Key Vault Data Access…
Azure Key Vault
I do not get the option for RSA-HSM when trying to build out a new cert in my Azure Key Vault
I am trying to build a new cert for a CA to do an EV code-signed cert. I have my subscription set to premium tier however when building the cert I do not get an option for Exportable Private Key = RSA-HSM. Please let me know what I am doing wrong so I…
Azure Key Vault
Downloading a certificate from secrets is broken
When I try to download a App Service Certificate from the key vault I get following error: "Date uri content is not properly encoded. For binary type, please encode it with base64 encoding" This was working in the past and no permissions have…
Azure Key Vault
I turned on firewall with my Azure Key Vault and my Azure DevOps Pipeline stopped working, who to whitelist ADO Pipeline with Azure KeyVault Firewall
I turned on firewall with my Azure Key Vault ("Allow public access from specific virtual networks and IP addresses") and my Azure DevOps Pipeline stopped working, who to whitelist ADO Pipeline with Azure KeyVault Firewall. Right now I'm getting…
Azure Key Vault
Unable to download Certificate of Authority from a key vault as a .pfx file
I am attempting to set up certificate based authentication on Microsoft 365. I created a key vault and a certificate but am unable to download the certificate as a .pfx file. It is giving me an error message that reads 'failed to dynamically fetch target…
Azure Key Vault
Has Key Vault had new security settings applied?
Yesterday I got a chance to go back to a Blazor app I've been working on, when I have the chance. I haven't been able to work on it for 10 days, so it's been a while. Anyway, this application uses an Azure Key Vault I set up last year and connection…
Azure Key Vault
can't add secrets to vault
Getting this error when in secrets in the vault The operation is not allowed by RBAC. If role assignments were recently changed, please wait several minutes for role assignments to become effective.
Azure Key Vault
Key Vault Built-in DR Behavior
Hi, According to Microsoft doc: https://learn.microsoft.com/en-us/azure/key-vault/general/disaster-recovery-guidance I understand that Azure Key Vault has a built-in disaster recovery (DR) solution that works across regions, and that this feature is…
Azure Key Vault
I am receiving Error 504 on service principal api
Hi Sir/Mam, I have been using the graph api for building a connector for our SaaS product in my organisation Flexera. The connector is a azure ad/ entra id connector which fetches users, service principal and sign in activities. When one of our…
Azure Key Vault
What Can Microsoft Azure Help Me With?
When reading this, I have a question about cloud computing: "There are many benefits to using Microsoft Azure and cloud computing services. Azure is available in more regions than other cloud providers, with data centers in at least 36 different…
Azure Key Vault
Azure VPN Gateway
Azure Site Recovery
I can not crate secrets in my key vault
I set myself to 'key vault contributor' role and could create secrets in my key vault.
Azure Key Vault
How to sign a .rdp file, when the certificate in in azure key vault HSM, and after sign how to verify that it signed
I have tried rdpsign command to sign .rdp file, but for thumbprint we need certificate in machine but in my case certificates are in azure key vault HSM. Is there a way to sign a .rdp file, when the certificate in in azure key vault HSM. I have tried,…