0

I have a Key vault reference app setting in Logic app. When networking rules implemented on the key vault, Key vault reference app setting showed an error

Error Details: Key Vault reference was not able to be resolved because site was denied access to Key Vault reference's vault.

But ones we revert the networking rules in KV to allow traffic from all networks, still the logic app application settings shows same error. I did restarted logic app couple of times, but no luck.

Could you help on fixing the app settings issue in logic apps.

Madhu
  • 415
  • 1
  • 4
  • 15

1 Answers1

0

There are two possible options to resolve the mentioned issue.

  1. Creating Access Policy for Logic app in Key vault.
  2. Removing App setting in logic app and adding again Key vault App setting in logic app.

I have reproduced issue from my side. Removing app setting in logic app and adding it again resolved my issue. Below are steps I followed,

  • Created a key vault and added a secret.

  • Created a standard logic app and enabled system managed identity. enter image description here

  • Added access policy in key vault for logic app. enter image description here

  • Added key vault reference in logic app configuration.

  • Implemented network rules on key vault then getting below error, Key Vault reference was not able to be resolved because site was denied access to Key Vault reference's vault. enter image description here

  • Removed key vault secret setting from logic app configuration and added again.

  • Issue got resolved as shown below,

enter image description here

enter image description here Reference link1 link2

vijaya
  • 1,525
  • 1
  • 2
  • 6