How to Save Web Activity Output to Blob | Create Json file in Storage from Web Activity Rest API

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • How to Save Web Activity Output to Blob | Create Json file in Storage from Web Activity Rest API

КОМЕНТАРІ • 37

  • @prakashchinni6126
    @prakashchinni6126 Рік тому +1

    I searched for this solution in internet , finally found here . Great explaination :) thanks

  • @user-gi3mv1qx7g
    @user-gi3mv1qx7g Рік тому +1

    Explained the task in an Excellent way! Great work.

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Рік тому

      Thanks 👍

    • @tanukupratap8469
      @tanukupratap8469 3 місяці тому

      @@CloudKnowledgeChannel Thanks for the Clear explanation - i have a question what if my response is in XML format ?

  • @circle2098
    @circle2098 Рік тому +1

    good shareing, thank you.

  • @roselingowda4756
    @roselingowda4756 Рік тому

    Good explanation.... This helped me in my task

  • @mateusz5434
    @mateusz5434 4 місяці тому +1

    Thank you, great job!

  • @PaulCss-h6b
    @PaulCss-h6b 11 місяців тому

    Good video however one tiny but crucial part is missing, if you want to save only proper json without web activity metadata you need to fetch only response property in activity.output.

  • @maaateee148
    @maaateee148 6 місяців тому

    Is it possible to store the output with a dynamic file name in the blob container, e.g. the pipeline runid?

  • @madhavrhtdm
    @madhavrhtdm 7 місяців тому

    Using web activity to put the file into adls like you have done, is there any file size limitation?

  • @harshitagupta3443
    @harshitagupta3443 3 місяці тому

    how to append data in the file in blob when web activity is in for each loop

  • @user-qj4ov8vy6n
    @user-qj4ov8vy6n Рік тому

    i tried the scenario but in my case the response is binary file(.zip file) while writing the BLOB loc it's getting corrupted.
    however i check the API using postman/python the response is .zip and data is looks good.

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Рік тому

      Please share sample endpoint details to test.
      If you have already tried, kindly unzip file after loading it to container

  • @damn68
    @damn68 10 місяців тому

    Instead of using share access token, can we use the key access or create a key vault. If I am not here and it expires it will be hard to figure this out

    • @ASNPersonal
      @ASNPersonal 8 місяців тому

      same question. Did you get any solution?

  • @damn68
    @damn68 10 місяців тому +1

    Can you please do one with synapse. I am trying ur prbut I am not getting the same result

  • @AnkitSingh-sv6ym
    @AnkitSingh-sv6ym Рік тому

    How to set filename like everytime it should create or save a file with different file name😊

  • @ajinkyaadhotre5336
    @ajinkyaadhotre5336 Рік тому

    12:24 hey i didnt get it whats the use of header and why are we specifiying the name as x-ms-blob-type and Value as BlockBlob ? can you please explain

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Рік тому

      Refer: learn.microsoft.com/en-us/rest/api/storageservices/put-blob?tabs=azure-ad#request-headers-all-blob-types

    • @ajinkyaadhotre5336
      @ajinkyaadhotre5336 Рік тому

      @@CloudKnowledgeChannel hey , i am asking what is the reason we are putting that header

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Рік тому

      Read the page for your knowledge

    • @ajinkyaadhotre5336
      @ajinkyaadhotre5336 Рік тому

      @@CloudKnowledgeChannel i did read it but didnt find anything useful :( , could you just help me out with it ?

  • @souranwaris142
    @souranwaris142 Рік тому

    I'm trying to do the same thing but in my case, it's showing an error. I don't know why. I'm using my company synapse account so is it possible this is some kind of firewall error.

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Рік тому

      May I know what error you are getting?
      The step at which error pops up.
      Make sure you have set up SAS correctly for the storage account and using the correct URL.

    • @souranwaris142
      @souranwaris142 Рік тому

      @@CloudKnowledgeChannel I am getting error when I am trying to debug to get data.

    • @souranwaris142
      @souranwaris142 Рік тому

      what is SAS correctly for the storage account?

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Рік тому

      @@souranwaris142 revisit the video to see what is Sas url and state what Error message you recieve

  • @luckyrajgopal
    @luckyrajgopal 11 місяців тому

    While saving to json in second web activity, i am getting error as not authorised ,can you help

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  11 місяців тому

      Check Adls account container permissions

    • @Jorge-H
      @Jorge-H 10 місяців тому

      Same error could you fix it? I have an authorised error when i debug