Thanks for posting your question in the Microsoft Q&A forum.
To generate a bearer token for the Azure Data Factory API, you can use the following steps:
. Please follow the below approach.
I used the same URL with web Activity and generated a bearer Token in the Azure data factory.
Generate bearer Token as shown below:
- Connect Web activity 2 with newly created Web1 activity
- Add dynamic expression :
Bearer @{activity('Web2').output.data.Token}
Output:
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.