1,156 questions with Azure Key Vault tags

Sort by: Updated
1 answer

How to sign with azure key vault in linux?

Hello, how can I use Azure key vault to sign my JAVA code? My compilation machine is Linux, and I found that Azure sign tool seems to be only available on Windows. If my compilation machine is Linux, how can I access key vault for signing.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2024-04-25T07:30:52.38+00:00
振涛 闫 5 Reputation points
answered 2024-04-30T10:23:32.9833333+00:00
Shweta Mathur 28,306 Reputation points Microsoft Employee
1 answer

Use API web app for DefaultAzureCredential

I created a key vault using .net and have added access policies which allows access for the api web application to create keys, secrets, and certificates. The goal would be able to create keys, secrets, and certificates through .net c# code. I tried…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,502 questions
asked 2024-04-24T05:49:31.9833333+00:00
Bryan Apilada 0 Reputation points
edited an answer 2024-04-30T10:15:08.1533333+00:00
Shweta Mathur 28,306 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Key Vault RBAC permissions required for APIM to retreive a cert?

Hi I have a Azure API manager setup and want to add a custom domain. We have deployed Azure Key Vault and uploaded a certificate. We have deployed Key Vault with the recommended "role-based access control" We have given the APIM managed…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
695 questions
asked 2024-02-18T20:52:19+00:00
SKT 141 Reputation points
commented 2024-04-29T22:32:57.6466667+00:00
Erik Jensen 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get Azure key/key vault region?

In cross tenant scenario, like this, how to check the key region with only key/key vault url? I want to use it in create disk encryption set, but it require in same region. And it cost a lot, take a while to create. is there any way to get the region?…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2024-04-29T07:57:31.0966667+00:00
Siqing Zheng 90 Reputation points
accepted 2024-04-29T19:03:36.5566667+00:00
Siqing Zheng 90 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Devops Pipeline failing on azure key vault

We get this error : fail: AzureSignTool.SignCommand[0] Failed to retrieve certificate *** from Azure Key Vault. Please verify the name of the certificate and the permissions to the certificate. Error message: ClientSecretCredential authentication…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2024-04-24T09:08:23.9933333+00:00
Cyril Carlier 20 Reputation points
commented 2024-04-29T10:13:23.0666667+00:00
Deepanshu katara 6,150 Reputation points
2 answers

Assign RBAC "Key Vault Administrator" role to Azure App via C# (.NET SDK)

I use below C# code create KeyVault with RBAC permission model. using KeyVaultModels = Microsoft.Azure.Management.KeyVault.Models; KeyVaultModels.VaultProperties vaultProperties = new KeyVaultModels.VaultProperties() {   EnableRbacAuthorization = true,  …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
695 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,154 questions
asked 2024-04-15T17:13:55.76+00:00
ASR 671 Reputation points
commented 2024-04-29T05:43:28.7966667+00:00
Akhilesh 5,960 Reputation points Microsoft Vendor
1 answer

How to connect azure Keyvault(Public Access Disabled) To Power automate cloud

Team, Please guide on how i can connect azure key vault(Public access disabled ) to Power automate flow in cloud. What i have done already> 1.Registered an application in Azure AD and assigned necessary persmissions on the keyvault. With public access…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2024-04-15T13:55:09.4566667+00:00
Musyoka Kilonzo 0 Reputation points
commented 2024-04-29T05:42:51.24+00:00
Akhilesh 5,960 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to programally check if the user-assigned managed identity have access/permissions to the key from key vault in an other tenant?

Hi, There is two tenant A, B. tenant A have two application, 1. manageApp used by my program 2. CMEK-app using to get permisstion from tenant B by admin consent. And one user-assigned managed id configured as federated identity with the CMEK-app used…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,037 questions
asked 2024-04-15T05:35:43.28+00:00
Siqing Zheng 90 Reputation points
commented 2024-04-27T01:32:51.5166667+00:00
Shweta Mathur 28,306 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Application running in AKS gets 403 forbidden by rbac when using service principal to fetch secret in keyvault.

The service principal has key vault secrets user in the resource group where the keyvault is. The pod authenticates with az --service-principal -n [app_id] -p [secret] --tenant [tenant id] The service principal have had keyvault admin role, but with…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2024-04-24T14:18:52.9766667+00:00
Krister Borge (Innleid) 20 Reputation points
accepted 2024-04-26T11:17:23.5466667+00:00
Krister Borge (Innleid) 20 Reputation points
2 answers

SSL certificate

I'm new to the subject, I would like to use an SSL certificate from another certification company within Azure so I can access a web application that I have running within an Azure VM, https://xpto.meudominio.com.br, I don't know how do and whether I can…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,347 questions
asked 2024-04-24T19:03:02.75+00:00
Ação Engenharia 0 Reputation points
answered 2024-04-25T10:51:12.9366667+00:00
Anand Prakash Yadav 7,250 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to export the secrets details in keyvaults using azure resource graph query?

How to export the secrets details in keyvaults using azure resource graph query

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2022-01-04T12:35:40.413+00:00
Raj Goud Medak, Nikhil 42 Reputation points
accepted 2024-04-24T04:55:33.5433333+00:00
Raj Goud Medak, Nikhil 42 Reputation points
4 answers

Monitor Azure keyvault Key\Secret\Certificate Expiry

we are looking for a mechanism to alert on Keyvault Key\Secret\Certificate when it is nearby expiry without using any automation(runbook\Webhook) is there any possibility?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,909 questions
asked 2023-08-01T12:10:57.2033333+00:00
Prashanth Miryala 25 Reputation points Microsoft Vendor
answered 2024-04-24T02:06:35.1066667+00:00
Renze Yu 26 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

how to understand azure key vault access policy?

hi friend, i have create a service principal, a azure key vault, a secret scope called A and B under AKV . now i have grant get/list...permission to that service principal through access principal. it's mean that service principal can access both…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,004 questions
asked 2024-04-22T06:45:13.8166667+00:00
Huang, Winston-HR 280 Reputation points
accepted 2024-04-23T02:58:51.25+00:00
Huang, Winston-HR 280 Reputation points
1 answer One of the answers was accepted by the question author.

Key Vault Reference in web app config now says 'AccessToKeyVaultDenied'

A while back I setup a RBAC key vault. I followed some guide where I added a connection string under my Wep App => Configuration. All was green after that and worked. Now, however, I noticed that this happend Never seen this before. First thought it…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
asked 2024-04-22T11:17:09.9666667+00:00
Erik White 20 Reputation points
commented 2024-04-22T16:26:27.8033333+00:00
Deepanshu katara 6,150 Reputation points
1 answer

Issue while adding custom domain to azure front door standard tier

Hi All, Greetings!!! As a part of a POC while trying to add a custom domain to the Azure front door standard tier, I created a certificate in azure key vault with the subject as the intended custom domain ("CN= <custom domain>"). CNAME…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
617 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
608 questions
asked 2024-04-19T11:23:51.4333333+00:00
Sarathi 0 Reputation points
answered 2024-04-20T14:49:40.6833333+00:00
Sina Salam 4,991 Reputation points
1 answer

I cannot delete a vault in Azure

I am receiving the error below when attempting to delete a vault. I removed any dependencies that I saw but I still receive the error. Any help would be appreciated. Vault Deletion Error Recovery Services Vault cannot be deleted as there are existing…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,037 questions
asked 2024-04-18T18:40:19.0166667+00:00
Waddell, Joshua J 0 Reputation points
edited an answer 2024-04-18T23:55:15.6033333+00:00
Marilee Turscak-MSFT 35,366 Reputation points Microsoft Employee
1 answer

Unexpected charges for key vault services

Hello. On the 4th april I created a key vault service due to a mistake, and although I incurred a cost of around £20 on the day, I deleted the service on the same day. But when I looked at it today (7th april), I found that the service was still showing…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,174 questions
asked 2024-04-07T17:48:22.4066667+00:00
Zengxi Wang 0 Reputation points
edited an answer 2024-04-18T11:03:22.9366667+00:00
SadiqhAhmed-MSFT 39,566 Reputation points Microsoft Employee
2 answers

No renewal event (1001) - Key Vault Virtual machine extension

How can I troubleshoot linkOnRenewal (IIS Certificate Rebind) using the Windows version of KV virtual machine extension? When I create a new version of the certificate in KV, then it installs cert but there is no renewal (1001) event in Windows Event…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,378 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,041 questions
asked 2024-01-03T12:37:01.7533333+00:00
Marcin Słowikowski 35 Reputation points
commented 2024-04-18T10:08:18.43+00:00
Ruslan Gavshin 0 Reputation points
1 answer

How to support rolling restarts with AZ KeyVault csi driver

I have a providerClass setup like so: spec: provider: azure secretObjects: - secretName: keycloak-http type: Opaque data: - objectName: keycloak-password key: password - objectName: keycloak-user …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,913 questions
asked 2024-04-11T15:30:21.6+00:00
Vaibhav Dhawan 0 Reputation points
answered 2024-04-17T05:59:40.4766667+00:00
Anveshreddy Nimmala 3,115 Reputation points Microsoft Vendor
1 answer

Backstage (https://backstage.io/) Application Deployment on AKS: Unable to expose Azure key vault secrets as environment variables

Hi Team, I have a backstage application running on k8 cluster (AKS) and have config which mounts azure secrets at location /mnt/secrets which is working as intended able to verify the secret has been mounted properly. Now the goal is exposing these as…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,156 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,913 questions
asked 2024-04-10T05:45:03.7066667+00:00
Rajesh Jaladi 0 Reputation points
answered 2024-04-17T04:52:25.8+00:00
Anveshreddy Nimmala 3,115 Reputation points Microsoft Vendor