Hello,
I have a scenario for using Azure Key vault.
1) I have stored a refresh token in Key Vault. Retrieved the token from key vault in ADF using the web activity. Call the service provider endpoint to generate the Access Token based on refresh token.
2) I want to store above generated Access token from ADF to Key Vault dynamically. How Can i do that?
I went through many articles but did not find any solution on storing the information generated in ADF to Key Vault.
Any help is much appreciated.
Thanks