Contaniner app

Cinthia Rodriguez 50 Reputation points
2024-12-24T18:57:58.02+00:00

If I have a container app that will access to a key vault using a manage identity, the keyvualt can be in a different region as the container app is?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
486 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 29,885 Reputation points MVP
    2024-12-24T19:25:54.9966667+00:00

    Correct - a container app can access a key vault in a different region using a managed identity, as long as both resources are within the subscription(s) associated with the same Entra tenant and the appropriate access policies or Azure RBAC roles are assigned. Azure Key Vault is a global service that can securely handle requests from resources in other regions. However, for optimal performance and reduced latency, you might want to keep the Key Vault and container app in the same region whenever possible.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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