1,112 questions with Azure Key Vault tags

Sort by: Updated
0 answers

How to mask or hide OCP apim subscription key from being displayed in azure portal

Can we hide/mask OCP apim subscription key which is called from KeyVault to display in azure portal apim policies.

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,112 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,798 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,750 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
957 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
793 questions
asked 2024-04-24T16:34:48.1166667+00:00
Nagender Tipparna 0 Reputation points
edited the question 2024-04-24T16:35:43.5666667+00:00
Nagender Tipparna 0 Reputation points
0 answers

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,112 questions
asked 2024-04-24T14:18:52.9766667+00:00
Krister Borge (Innleid) 0 Reputation points
2 answers

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,112 questions
asked 2024-04-23T12:47:33.7+00:00
Delfina Iriarte 0 Reputation points
answered 2024-04-24T13:07:25.61+00:00
Delfina Iriarte 0 Reputation points
0 answers

I have a BGP peer that cannot receive MD5 signature between Azure ExpressRoute and Cisco 8000V edge router?

I was working with Cisco on the BGP peer going down whenever there is any kind of hit/bounce, the peer does not recover. This scenario happens accross the two ExpressRoute circuits Primary/Secondary. The peering is between a Cisco 8000V to Azure…

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,112 questions
Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
322 questions
asked 2024-04-24T12:57:21.01+00:00
Dennis Slaughter 0 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,112 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,247 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,567 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,044 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,447 questions
asked 2024-04-16T03:27:13.7333333+00:00
EnterpriseArchitect 4,721 Reputation points
commented 2024-04-24T12:55:18.87+00:00
EnterpriseArchitect 4,721 Reputation points
1 answer

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,112 questions
asked 2024-04-24T09:08:23.9933333+00:00
Cyril Carlier 0 Reputation points
answered 2024-04-24T09:23:35.17+00:00
Deepanshu katara 4,665 Reputation points
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,112 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,367 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,112 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,112 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,798 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,112 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,601 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,112 questions
asked 2024-04-23T15:56:45.74+00:00
Sebastián García 0 Reputation points
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,112 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,770 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,112 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,447 questions
asked 2024-04-22T06:45:13.8166667+00:00
Huang, Winston-HR 260 Reputation points
accepted 2024-04-23T02:58:51.25+00:00
Huang, Winston-HR 260 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,112 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,112 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.
666 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,770 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,112 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

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,112 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.
932 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,381 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,112 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,112 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.
932 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,112 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