Azure / deployment-environments

Sample infrastructure-as-code templates to get started with Azure Deployment Environments service.
MIT License
68 stars 218 forks source link

AzureDeployment Environment Dev center setup failing with key vault Integration #26

Open vivuu1989 opened 1 year ago

vivuu1989 commented 1 year ago

I was trying to create a Azuredeployment environment and Dev center with in it. When I am trying to create a catalog within the Devcenter using the keyvault integration (with private endpoint enabled), the catalog creation is failing.

We couldn't connect to ade-zzzzzzz. The DevCenter is misconfigured. Inform DevCenter owners that the key vault could not be found, and is required for this operation.

We already created a system managed identity for the devcenter and add thed the system managed identity to full permission for the secret in the keyvault. But still the catalog creation is failing. So a private keyvault is not supported with AzureDeployment environment?

ericaguthan commented 1 year ago

Hi @vivuu1989, that is correct. Private endpoint is currently unsupported. This feature is in our backlog, but there is not currently a timeline on when it will become available.

vivuu1989 commented 1 year ago

Hi @vivuu1989, that is correct. Private endpoint is currently unsupported. This feature is in our backlog, but there is not currently a timeline on when it will become available.

is there any workaround to overcome this blocker?