Azure Synapse - Web activity use variables in Body

Giri, Seshu 26 Reputation points
2022-09-02T21:31:49.07+00:00

Hi Microsoft Community,

I am reading secrets etc from Azure Vault in Synapse pipeline, after I have values from Vault I wanted to use those in a 'Web activity' to get BEARER Token. Please see attached screen print (sample flow).

Below syntax is not working. How do I make it work? Thanks

grant_type=variables('fromVault1')&client_id=variables('fromVault2')&client_secret=variables('fromVault3')&scope=variables('fromVault4')  

237397-image.png

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,696 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Giri, Seshu 26 Reputation points
    2022-09-06T21:29:17.277+00:00
    1 person found this answer helpful.