38. Web Activity in Azure Data Factory

Поділитися
Вставка
  • Опубліковано 7 кві 2020
  • In this video, I discussed about web activity in Azure Data Factory
    Link for Azure Functions Play list:
    • 1. Introduction to Azu...
    Link for Azure Basics Play list:
    • 1. What is Azure and C...
    Link for Azure Data factory Play list:
    • 1. Introduction to Azu...
    #Azure #ADF #AzureDataFactory

КОМЕНТАРІ • 44

  • @tanmaysingh8624
    @tanmaysingh8624 3 роки тому +3

    amazing!!!! m working on ADF since ten months!!! but did not get concepts so clearly!!! i barely write comments !!! but ur work was so awesome here i made it a point to first comment and appreciate it

  • @ravichandrajl5366
    @ravichandrajl5366 4 роки тому +3

    Hi, Your videos are very nice. could you please show complete demo while explaining so that it will be very helpful.Thanks a lot for sharing your knowledge

  • @anirbansarkar6306
    @anirbansarkar6306 2 роки тому +1

    this was definitely an wonderful explanation. It was very helpful to get this web activity's concept clear

  • @sravankumar917
    @sravankumar917 2 роки тому +1

    No words to say Maheer.. You given awesome explanation about REST API in simple manner 🙏

  • @geehaf
    @geehaf 2 роки тому +1

    This is a great tutorial video - fantastic work. Do you have any advice on how to use the HTTP PUT method and send an Octet stream as the body with this activity, i.e., not JSON? Thanks.

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

    Do you have video to show how to use the output of that GET call ? like it calls it returns some data, .. now how to use it, like insetting it into a Azure table

  • @vyshakhunnikrishnan2372
    @vyshakhunnikrishnan2372 4 роки тому

    Thanks for the demonstration

  • @courtneyh1533
    @courtneyh1533 3 роки тому +1

    Is there a way to store the output from the JSON post into a dataset some where? Preferably a blob storage.

  • @rahulshashwat5370
    @rahulshashwat5370 3 роки тому

    Thanks for the video.Can you please show posting dataset in the body of web activity.

  • @Kunal4980
    @Kunal4980 4 роки тому +1

    Hi, thank you for your Videos

  • @fadi.casual3796
    @fadi.casual3796 3 роки тому +1

    Is there a way to copy data from blob storage and post it to REST API sequentially ?

  • @lekshmibr7401
    @lekshmibr7401 2 роки тому

    Hi @wafastudies can you suggest which activity need to be used to access data from RDPE API ?

  • @sharavananp5570
    @sharavananp5570 2 роки тому

    Hi, is there a way to use one logic app to refresh multiple cubes at different time via ADF

  • @gauravchourasia8083
    @gauravchourasia8083 4 роки тому +1

    Thanks bro

  • @venkatbesthavemula2292
    @venkatbesthavemula2292 3 роки тому +1

    Hi Wafa, If my RestCall output is XML, can I use ADF web to get the XML content.

  • @varunkulkarni7908
    @varunkulkarni7908 3 роки тому +1

    Superb Explained

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

    The video didn't go further to show how you will automate the process especially the body of the post.

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

    With get method i am json data in response that has a 'bills' key which is an array... now i want to store only this bills array in mongodb,,,, i am not able to reach to the bills key...

  • @corsaronero5619
    @corsaronero5619 3 роки тому +1

    Hi, how can i use API with OAUTH2.0 authorization???? thanks

  • @coreyedwards531
    @coreyedwards531 2 роки тому

    I need to POST 500 records in JSON to a REST API. Is there a way to place more than 1 JSON record into the body? I tried to add a dataset however ADF tells me I need something in the body.