microsoft / coe-starter-kit

Other
743 stars 219 forks source link

Hello, unfortunately you are hitting product issues and not issues with the kit. I can share what we've seen other people hit though, hopefully it helps #9053

Open patchivs opened 3 hours ago

patchivs commented 3 hours ago
          Hello, unfortunately you are hitting product issues and not issues with the kit. I can share what we've seen other people hit though, hopefully it helps

Key Vault:

We've had people struggle to integrate with Azure Secrets in the past. What we have found is that it typically comes down to these two product integration issues between Power Platform and Azure Key Vault:

  1. Validate that the azure key vault permissions are correct. User needs to be in Key Vault Secret User role explicitly to read, and in the Key Vault Contributor Role to update image To check your permission, go to the keyvaule, and select Access control (IAM) View my access image
  2. Validate that you do not have IP restrictions enabled, or if you do that you have Microsoft's internal outbound IP addresses to the firewall.

Originally posted by @Jenefer-Monroe in https://github.com/microsoft/coe-starter-kit/issues/8990#issuecomment-2359570878

patchivs commented 3 hours ago

Inspite of creating the same azure roles. I am still getting same error image