1,108 questions with Azure Key Vault tags

Sort by: Updated
0 answers

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,108 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,362 questions
asked 2024-04-24T05:49:31.9833333+00:00
Bryan Apilada 0 Reputation points
edited the question 2024-04-24T05:50:50.7766667+00:00
Bryan Apilada 0 Reputation points
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,108 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,108 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,794 questions
asked 2023-08-01T12:10:57.2033333+00:00
Prashanth Miryala 5 Reputation points Microsoft Vendor
answered 2024-04-24T02:06:35.1066667+00:00
Renze Yu 26 Reputation points Microsoft Employee
1 answer

There is .pfx file on azure keyvault, I try to convert it into a byte array(Convert.FromBase64String), I am getting format exception

There is .pfx file on azure key vault, I try to convert it into a byte array(Convert.FromBase64String), I am getting below format exception PFX file containt Primary key and Certificate {"The input is not a valid Base-64 string as it contains a…

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,108 questions
Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
697 questions
asked 2024-04-23T07:47:43.3066667+00:00
Rupesh Surve 0 Reputation points
edited an answer 2024-04-23T22:29:50.98+00:00
Bruce (SqlWork.com) 55,366 Reputation points
0 answers

What implementation from Azure Key Vault is the correct to host EV Code Signing Certificate from GlobalSign?

Hi! We need to renew our Code Signing Certificate. Now we have the OV certificate but the new it's going to be the EV type. With the new requirements to buy and hold the EV Code Signing Certificate we think the best choice is store the certificate in…

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,108 questions
asked 2024-04-23T15:56:45.74+00:00
Sebastián García 0 Reputation points
1 answer

How to grant permission to the keyvault to fetch secrets.

I am trying to change the connection to the DB by using the keyvault -instead of hardcoding everything. I've seen then you can retrieve all of the "secrets" by generating your client (with the key vault) and then simply call the…

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,108 questions
asked 2024-04-23T12:47:33.7+00:00
Delfina Iriarte 0 Reputation points
answered 2024-04-23T12:58:04.6833333+00:00
Marcin Policht 9,655 Reputation points MVP
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,108 questions
asked 2024-04-15T13:55:09.4566667+00:00
Musyoka Kilonzo 0 Reputation points
commented 2024-04-23T11:44:01.08+00:00
Akhilesh 4,690 Reputation points Microsoft Vendor
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,108 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,437 questions
asked 2024-04-22T06:45:13.8166667+00:00
Huang, Winston-HR 240 Reputation points
accepted 2024-04-23T02:58:51.25+00:00
Huang, Winston-HR 240 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,108 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 4,665 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,108 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.
662 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,113 questions
asked 2024-04-15T17:13:55.76+00:00
ASR 671 Reputation points
commented 2024-04-22T13:23:19.5033333+00:00
Akhilesh 4,690 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Adding Key Vault Secret to Power Automate using Managed Identities.

Good morning MS Team, I am creating an application where different Power Automate Scripts are managing the Entra ID users and app registrations using an specific App registration with high-level permissions. Right now, I have the App Registration Id and…

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,108 questions
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
112 questions
asked 2024-04-19T08:13:02.62+00:00
Malvaro 85 Reputation points
accepted 2024-04-22T07:13:31.3033333+00:00
Malvaro 85 Reputation points
1 answer

Automating the Client Secrets rotation using KeyVault or any methods before the expiry date?

I need to rotate the Client Secrets in my existing subscriptions before the expiry date. How can I achieve it for multiple subscriptions when using the suggested method ttps://learn.microsoft.com/en-us/azure/key-vault/secrets/tutorial-rotation? Can I…

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,108 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,237 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,557 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,043 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,437 questions
asked 2024-04-16T03:27:13.7333333+00:00
EnterpriseArchitect 4,721 Reputation points
answered 2024-04-22T06:25:43.44+00:00
Akhilesh 4,690 Reputation points Microsoft Vendor
1 answer

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,108 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.
929 questions
asked 2024-04-15T05:35:43.28+00:00
Siqing Zheng 0 Reputation points
commented 2024-04-22T02:19:12.1266667+00:00
Shweta Mathur 27,301 Reputation points Microsoft Employee
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,108 questions
Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
592 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
576 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 3,476 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,108 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.
929 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 33,801 Reputation points Microsoft Employee
1 answer

Key Vault Integration on the Roadmap?

Are there currently any plans to allow Credentials and encrypted variables to be sourced directly from Key Vault so that we don't have to use PowerShell in the script to query the vault? Normally this wouldn't be an issue but since we're protecting our…

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,108 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,113 questions
asked 2024-04-18T18:20:59.8+00:00
Austin Greca 0 Reputation points
answered 2024-04-18T19:33:35.7166667+00:00
James Hamil 21,546 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,108 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,024 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 37,206 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,108 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,110 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,839 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,108 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,853 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 2,150 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,108 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,853 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 2,150 Reputation points Microsoft Vendor