Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
37 views

Encountering an issue where the access token is not generated at the intended instance when using a Linux VM with system-assigned managed identity to retrieve secrets from Azure Key Vault. This issue ...
Shruti Salunkhe's user avatar
0 votes
1 answer
58 views

I have the following Azure Devops pipeline step to retrieve a secret from a KV steps: - task: AzureKeyVault@2 displayName: Fetch Azure Key Vault Secrets inputs: azureSubscription: ${{ ...
auburg's user avatar
  • 1,517
0 votes
0 answers
62 views

I am creating a unity catalog connection to an oracle database using terraform for my databricks unity catalog hosted on azure. I try to create the connection, the creation works fine, but once i try ...
gorillanerve's user avatar
0 votes
1 answer
53 views

We're trying to use Python (azure-identity & azure-keyvault-secrets) to get secrets from azure keyvault from a VMSS instance, but keep failing. We're using a user-assigned managed identity ...
knurmia's user avatar
  • 190
0 votes
1 answer
69 views

I have a .NET 8 application where I read in values from an Azure Keyvault and then bind to configuration: builder.Configuration.AddAzureKeyVault(new Uri($"https://mykeyvault.vault.azure.net/"...
BWG's user avatar
  • 326
0 votes
1 answer
100 views

Scenario and desired result: I have an azure gateway with a WAF associated and i'd like to include HTTPS calls. To do so, I've asked for a domain that has been registered and associated to an azure ...
Uomolepre's user avatar
  • 119
0 votes
0 answers
96 views

I am trying to get a secret from a Azure Keyvault in a C# Azure dotnet-isolated function. Getting the secret works from the command line so my account is able to. az keyvault secret show --vault-name ...
Rob Sedgwick's user avatar
  • 4,564
1 vote
1 answer
86 views

I need to override application configuration via Key Vault: { "Serilog": { "MinimumLevel": { "Override": { "Microsoft.EntityFrameworkCore....
Uriil's user avatar
  • 12.8k
0 votes
1 answer
523 views

I'm trying to update an Azure Application Gateway so that it uses a certificate held in an Azure Key Vault rather than uploaded directly into the listener. The certificate held in the Key Vault was ...
Mark's user avatar
  • 53
0 votes
1 answer
181 views

I've some .NET 9 applications that use appsettings.json to load settings, but some of them contain sensitive data, and I would like to resolve them as I do for Azure functions via @Microsoft.KeyVault ...
advapi's user avatar
  • 3,967
0 votes
1 answer
156 views

I created a very basic application responsible for fetching Key Vault secrets. When hosting this service under the "Local System" account, it bypasses the proxy and directly tries to access ...
Amit's user avatar
  • 87
-1 votes
1 answer
179 views

I need to create an ADF pipeline to restart a databricks cluster. I am trying to do this using web activity by using token authentication. Token is saved in keyvault but how to fetch the token from ...
Divzz's user avatar
  • 63
0 votes
1 answer
54 views

I found 4 python libraries for working with key vaults: admin keys certs secrets but I am missing an API in python to list all vaults. Samples and tests for the aforementioned libs always provide an ...
koleS's user avatar
  • 1,333
3 votes
1 answer
300 views

I am trying to create an Azure KeyVault-backed secret scope within Databricks. I can create the AKV-backed secret scope in the UI no bother, however, I want to create it in the CLI as part of a CI/CD ...
Andrew McDevitt's user avatar
0 votes
1 answer
266 views

While configuring SFTP on an Azure Storage Account, I selected the “Use existing key stored in Azure Key Vault” option to authenticate a local user. However, the dropdown list for selecting the key ...
Deepak Shaw's user avatar
0 votes
3 answers
241 views

Following help from a recent question, I now have a pipeline reading in keyvault secrets and correctly storing the values in a file. This is the yaml file: variables: vmImageUb: 'ubuntu-latest' ...
Kev's user avatar
  • 456
0 votes
1 answer
510 views

I am trying to use RBAC to sync an SSL certificate from an key vault into a web app. I have given the web app the Key Vault Certificate User role but I am still getting this error: Failed to import ...
leonheess's user avatar
  • 22.3k
0 votes
1 answer
226 views

I have an Azure function fetching secrets from a KeyVault. Both in same resoucegroup, same region. For testing purposes, public access is allowed for whitelisted IPs. Testing locally works with ...
ray's user avatar
  • 171
0 votes
1 answer
132 views

When deploying our web app application, we knew that we wanted to import certificates to web app from Key vault. However, we've managed to get a lot of issues along the way and wanted to see if there ...
Viktoria's user avatar
0 votes
1 answer
206 views

Have a Data bricks linked service with Authentication type as "Access Token" but Key Vault is used. Linked Service Settings (https://i.sstatic.net/gYxb0HrI.png) and while validating the LS, ...
user667688's user avatar
0 votes
1 answer
412 views

I've configured a Managed Identity to use a key vault on my Spring-Boot application inside a VM: pom.xml ... <dependency> <groupId>com.azure.spring</groupId> <artifactId>...
Aldo Inácio da Silva's user avatar
0 votes
1 answer
212 views

Setup I'm running a .NET 6 web app inside an Azure Container App and accessing Azure Key Vault for secrets and connection strings. Dependency Injection works fine for injecting my custom Key Vault ...
spiros's user avatar
  • 401
0 votes
0 answers
48 views

I am trying to use Scaffold-DbContext for an Azure SQL database. I tried these 2 methods and the errors Scaffold-DbContext 'Server=tcp:testdb-sqldb-dev.database.windows.net,1433;Initial Catalog=dbname;...
katie77's user avatar
  • 1,851
0 votes
0 answers
101 views

In Azure Data Factory I have a Key Vault which is used by several other linked services. All of the linked services have been parameterized, except for the Azure Key vault URL within other linked ...
Aaron's user avatar
  • 115
0 votes
2 answers
503 views

In my devops pipeline, I have this task: - task: AzureKeyVault@2 displayName: 'Fetch secrets from KeyVault used in Deploy stage' inputs: azureSubscription: '$(AzureServiceConnectionName)' ...
Paula Gouveia's user avatar

1
2 3 4 5
62