Reputation: 113
firstly I create a web activity to get keyvault,and then create a "set variable" activity. when I try to create variable in the "set variable" activity, it shows "no results found". BTW I cannot attach screenshot due to less reputation . I refer to this doc to do execution
Upvotes: 1
Views: 784
Reputation: 6043
Update:
You should declare a variable first by click blank, then you can select a variable at step3:
After you added ADF managed identity permissions to Get and List secrets.
Add a secret to the key valut. Here my secret name is mysecret.
So your URL should looks like https://your-keyvault-name.vault.azure.net/secrets/mysecret?api-version=7.0
Add dynamic content @activity('Web1').output.value
to your Set variable1 activity.
Upvotes: 1