Invoke REST and store the response into a blob Azure Data Factory

Biju Mathew 481 Reputation points
2023-03-30T01:04:00.18+00:00

Hello

we have a requirement to invoke a REst API (GET) and then store the response from the API(which is in JSON) into a blob container using Azure data factory.

Is this possible using Copy Activity? if yes, what should be the source and sink please

thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,401 Reputation points Microsoft Employee
    2023-03-30T09:31:48.1+00:00

    Hi @MS Prog,

    Thank you for posting query in Microsoft Q&A Platform.

    You can achieve this using REST connector dataset in Source tab of Copy activity. And then blob connector dataset in sink tab of Copy activity.

    Please check below screenshots. Here REST type source and Blob storage type sink used. Please note, make sure to check mappings tab, to import your mappings between source and sink and use them accordingly.

    User's image

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.