Azure App Configuration Key Vault Reference (Private Key Vault)

Atanu Gupta 196 Reputation points
2024-06-11T14:55:29.54+00:00

Hi,

I am having a Key vault which is not publicly exposedkeyvault

Adding Key vault reference to this Key vault in App Configuration giving error:

appconfig

Tried the managed identity way:

App Configuration settings

User's image

Key vault access policy configuration. 123

Please advise. 🙏 Thanks.

Note: My security team wont allow public Key Vault 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.

Azure App Configuration
Azure App Configuration

An Azure service that provides hosted, universal storage for Azure app configurations.


3 answers

Sort by: Most helpful
  1. K S, Shiva Kumar 0 Reputation points
    2026-07-17T06:51:15.01+00:00

    Hi All,

    Can someone share installation guide for azure key vault managed HSM.

    Also please share how get the current configuration (export the current configuration settings )

    Was this answer helpful?

    0 comments No comments

  2. Akshay Kaushik 18,026 Reputation points Microsoft Employee Moderator
    2024-06-17T11:37:59.67+00:00

    @Atanu Gupta

    App Configuration is not listed in Trusted services due to available customization.

    Kindly try Granting your app access to Key Vault

    DefaultAzureCredential automatically uses ManagedIdentityCredential when your app is running in Azure. You can use the same managed identity to authenticate with both App Configuration and Key Vault.

    User's image

    User's image

    • Add this managed identity to your App configuration as well. Once done try adding the KeyVault reference

    If you don't have any further queries and the suggestion above answers your ask, please "Accept the answer", This will help us and others in the community as well.

    Thanks,

    Akshay Kaushik

    Was this answer helpful?


  3. Atanu Gupta 196 Reputation points
    2024-06-17T09:27:14.04+00:00

    Still waiting for any solution here. Can anybody help or provide any direction? Or is it not at all possible to achieve.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.