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

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 38

  • @prakashchinni6126
    @prakashchinni6126 Год назад +1

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

  • @FarhanSayed-j3z
    @FarhanSayed-j3z Год назад +1

    Explained the task in an Excellent way! Great work.

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Год назад

      Thanks 👍

    • @tanukupratap8469
      @tanukupratap8469 5 месяцев назад

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

  • @roselingowda4756
    @roselingowda4756 Год назад

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

  • @circle2098
    @circle2098 Год назад +1

    good shareing, thank you.

  • @maaateee148
    @maaateee148 8 месяцев назад

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

  • @madhavrhtdm
    @madhavrhtdm 9 месяцев назад

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

  • @SonuBhai28023
    @SonuBhai28023 Месяц назад

    Can we dynamically create a file like appending date at the end

  • @mateusz5434
    @mateusz5434 6 месяцев назад +1

    Thank you, great job!

  • @PaulCss-h6b
    @PaulCss-h6b Год назад

    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.

  • @damn68
    @damn68 11 месяцев назад

    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 10 месяцев назад

      same question. Did you get any solution?

  • @harshitagupta3443
    @harshitagupta3443 4 месяца назад

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

  • @V-Barah
    @V-Barah Год назад

    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 Год назад +1

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

  • @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 ?

  • @luckyrajgopal
    @luckyrajgopal Год назад

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

    • @CloudKnowledgeChannel
      @CloudKnowledgeChannel  Год назад

      Check Adls account container permissions

    • @Jorge-H
      @Jorge-H 11 месяцев назад

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

  • @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

  • @AnkitSingh-sv6ym
    @AnkitSingh-sv6ym Год назад

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