1,126 questions with Azure Key Vault tags

Sort by: Updated
0 answers

I am trying to integrate Key Vault into my dotnet core 8 mvc application to retrieve my database connection string

I am new to Azure and trying to do a very simple thing. I am trying to integrate Key Vault into my dotnet core 8 mvc application to retrieve my database connection string. I see a lot of examples and documentation about this but almost none of it is…

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,126 questions
asked 2024-05-05T12:21:18.9666667+00:00
Tim Philomeno 0 Reputation points
0 answers

SSO for Grafana with AzureAD Authentication Using Client Certificates Instead ClientID/ClientSecret

I'm trying to set up Grafana with SSO authentications- I have all the relevant endpoints to configure SSO and test it successfully but recently i was asked to not to use Client_ID/Client_Secret as shown below due to some security…

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,126 questions
Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,195 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,568 questions
asked 2024-05-05T09:30:18.4366667+00:00
muntazir abbas 60 Reputation points
edited the question 2024-05-05T09:48:04.5766667+00:00
muntazir abbas 60 Reputation points
3 answers One of the answers was accepted by the question author.

Token-based login to SQL DB fails from App Service, works fine locally.

Using an Azure access token to connect to SQL DB works fine when running locally under Visual Studio. Deploying the web app to Azure App Service is fine. The deployed web app is unable to connect to the SQL DB: System.Data.SqlClient.SqlException…

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,126 questions
Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,910 questions
asked 2020-07-28T09:34:02.19+00:00
dunderhead 106 Reputation points
commented 2024-05-04T13:07:53.85+00:00
ivan zhukov 10 Reputation points
1 answer

Issue deploying using Azure CLI with client secret authentication in an Azure DevOps YAML file

We are having issues deploying a BICEP template with Azure CLI in our CI/CD pipeline using a client secret authentication method. The previous key had expired, so we cycled the client secret, added it to the Key Vault for our test environment, 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,126 questions
asked 2024-05-03T13:39:38.1066667+00:00
Jack Lazenby 0 Reputation points
answered 2024-05-03T15:17:25.32+00:00
Jack Lazenby 0 Reputation points
2 answers

Key Vault access while setting Networking IPS

Hi We have created a Key Vault and a secret in Azure Key Vault. We provided selected IP access in Networking while creating the vault and gave service account access to the Key Vault user. However, the service account was unable to read the secret from…

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,126 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,910 questions
Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
64 questions
asked 2024-04-25T20:13:29.0766667+00:00
Harpreet Singh 0 Reputation points
commented 2024-05-03T14:35:04.5066667+00:00
Akhilesh 5,090 Reputation points Microsoft Vendor
1 answer

How to connect different Azure Id with Visual Studio 2022 Id

Can other people connect and use it with one ID(Tenant ID or Subscription ID, ...)? ( For Test Purpose ) If so, how can this be done? Thank you.

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,126 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,189 questions
asked 2024-05-02T08:22:12.4066667+00:00
KHSong 0 Reputation points
edited an answer 2024-05-03T04:15:06.8033333+00:00
Gowtham CP 155 Reputation points
0 answers

Azure Data factory - jwt token using Key Vault certificate

There doesn't appear to be a lot of help on the internet for this so hopefully someone has managed to achieve this! We need to create a JWT token to pass on for authentication to Salesforce. A certificate has been created and placed within our Key Vault.…

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,126 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 questions
asked 2024-05-02T23:09:06.92+00:00
Ryan Abbey 0 Reputation points
2 answers

Failed the KeyVault and Power Platform Integration (Private Network).

Good morning MS Team, This week, I've been trying to configure my Power Platform through a KeyVault to got some secrets, using a private networks by hardening the external access. The tutorial followed is this one:…

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,126 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
asked 2024-05-02T07:32:43.44+00:00
Malvaro 105 Reputation points
edited an answer 2024-05-02T21:06:46.3366667+00:00
Malvaro 105 Reputation points
2 answers

I can't Delete my KeyVault Resource

I tried anything but i don't know what can i do to force keyvault deletion and remove this warning.

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,126 questions
asked 2024-04-27T16:35:32.72+00:00
ENGELS JIMENEZ 0 Reputation points
commented 2024-05-02T14:49:29.3833333+00:00
Navya 4,005 Reputation points Microsoft Vendor
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,126 questions
asked 2024-04-23T07:47:43.3066667+00:00
Rupesh Surve 0 Reputation points
commented 2024-05-02T07:11:52.5766667+00:00
Akhilesh 5,090 Reputation points Microsoft Vendor
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,126 questions
asked 2024-04-23T12:47:33.7+00:00
Delfina Iriarte 0 Reputation points
commented 2024-05-02T07:11:18.33+00:00
Akhilesh 5,090 Reputation points Microsoft Vendor
1 answer

Azure Server Authentication mysteriously stops functioning since last night

Issue resolved: The latest KeyVault update Microsoft implemented breaks older versions of the Azure CLI. Update your Azure CLI to 2.6, that should resolve the issue. (it did for me) Original issue: To debug the software, I'm using an Azure KeyVault…

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,126 questions
asked 2024-04-30T08:52:02.27+00:00
Lucas Harskamp 20 Reputation points
edited the question 2024-05-01T15:11:55.0833333+00:00
Lucas Harskamp 20 Reputation points
0 answers

Key Vault VM Windows extension deployment fails

Hi all, I am trying to deploy the KeyVault VM extension on my Virtual Machine. However, it fails with the below error message:"VM has reported a failure when processing extension 'KeyVaultForWindows' (publisher 'Microsoft.Azure.KeyVault' and type…

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,126 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
asked 2024-05-01T14:48:32.72+00:00
Internal 5 Reputation points
1 answer One of the answers was accepted by the question author.

cross-tenent application security concern

There is an cross tenant application, which used by customer tenant A and customer tenant B, both A and B grant permission to the Application to their own resources RA, RB. Does It possible tenant A be able access resource RB by the Application? 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,126 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,652 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,568 questions
asked 2024-04-26T21:49:12.9533333+00:00
Siqing Zheng 80 Reputation points
commented 2024-04-30T21:41:55.1966667+00:00
Siqing Zheng 80 Reputation points
1 answer

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,126 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,812 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,768 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
797 questions
asked 2024-04-24T16:34:48.1166667+00:00
Nagender Tipparna 0 Reputation points
edited an answer 2024-04-30T19:58:21.01+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

What other advantages does using Azure Key Vault have over on-prem?

For four months I've been developing a proof-of-concept console app, which uses Azure Key Vault for storing secrets. I've got it working fine. I also like the fact that Key Vault can be used for other things, such as keys and certificates. I believe that…

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,126 questions
asked 2024-04-30T17:44:09.0266667+00:00
Falanga, Rod, DOH 80 Reputation points
accepted 2024-04-30T19:11:10.98+00:00
Falanga, Rod, DOH 80 Reputation points
1 answer One of the answers was accepted by the question author.

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,126 questions
asked 2024-04-23T15:56:45.74+00:00
Sebastián García 20 Reputation points
commented 2024-04-30T13:15:27.27+00:00
Sebastián García 20 Reputation points
1 answer

How to access Azure vault from AKS using Managed Identity

How to access Azure vault from AKS using Managed Identity. Im using java to get my Azure KeyVault secrets with key configured in Azure Vault. Below is my code snippet public String getSecrets(String secretKey) { ManagedIdentityCredential…

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,126 questions
asked 2024-04-11T16:01:52.48+00:00
R, Santhosh 0 Reputation points
commented 2024-04-30T11:41:20.17+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
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,126 questions
asked 2024-04-25T07:30:52.38+00:00
振涛 闫 5 Reputation points
answered 2024-04-30T10:23:32.9833333+00:00
Shweta Mathur 27,711 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,126 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,396 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 27,711 Reputation points Microsoft Employee