Azure App Configuration Key Vault Reference (Private Key Vault)

Atanu Gupta 141 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.
1,173 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Atanu Gupta 141 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.

    0 comments No comments

  2. Akshay-MSFT 17,641 Reputation points Microsoft Employee
    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