38. Web Activity in Azure Data Factory

  Рет қаралды 68,559

WafaStudies

WafaStudies

Күн бұрын

Пікірлер: 47
@tanmaysingh8624
@tanmaysingh8624 4 жыл бұрын
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
@WafaStudies
@WafaStudies 4 жыл бұрын
Thank you 🙂
@courtneyh1533
@courtneyh1533 4 жыл бұрын
Is there a way to store the output from the JSON post into a dataset some where? Preferably a blob storage.
@sravankumar917
@sravankumar917 2 жыл бұрын
No words to say Maheer.. You given awesome explanation about REST API in simple manner 🙏
@WafaStudies
@WafaStudies 2 жыл бұрын
Thank you ☺️
@khasgateshrebel6871
@khasgateshrebel6871 9 ай бұрын
@@WafaStudies I am trying to add the pdf file in the request in one of our web activity. Can I know how to attach a pdf file to web activity.
@blakeaghili4681
@blakeaghili4681 2 жыл бұрын
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
@VarunKumar-xt4jq
@VarunKumar-xt4jq 23 күн бұрын
Brilliant Work Bro!...Thanks for shaing the videos
@anirbansarkar6306
@anirbansarkar6306 3 жыл бұрын
this was definitely an wonderful explanation. It was very helpful to get this web activity's concept clear
@WafaStudies
@WafaStudies 3 жыл бұрын
Thank you 😊
@fadi.casual3796
@fadi.casual3796 4 жыл бұрын
Is there a way to copy data from blob storage and post it to REST API sequentially ?
@venkatbesthavemula
@venkatbesthavemula 3 жыл бұрын
Hi Wafa, If my RestCall output is XML, can I use ADF web to get the XML content.
@ravichandrajl5366
@ravichandrajl5366 4 жыл бұрын
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
@lekshmiGalaxy
@lekshmiGalaxy 3 жыл бұрын
Hi @wafastudies can you suggest which activity need to be used to access data from RDPE API ?
@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.
@omarhermilsonquinteroayala5373
@omarhermilsonquinteroayala5373 2 жыл бұрын
I have a dataset from a csv, i vinculed that dataset to de activity web but the conection its imposible. The end point its from azure machine learning model. Can you help to change the Body with the columns to the dataset or give me information about the consumit to the web service type Post with a dataset for activate it. Thanks
@corsaronero5619
@corsaronero5619 4 жыл бұрын
Hi, how can i use API with OAUTH2.0 authorization???? thanks
@geehaf
@geehaf 3 жыл бұрын
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.
@anjali35able
@anjali35able 2 жыл бұрын
Hi Wafa, I have to connect to an API in a private virtual network, get a token then pass it to the second rest api in the same private virtual network. Could you please suggest how it is possible?
@aditimetkar2266
@aditimetkar2266 Жыл бұрын
I am using global parameter to specify web activity url and it is truncating the value, any reason?
@sharavananp5570
@sharavananp5570 3 жыл бұрын
Hi, is there a way to use one logic app to refresh multiple cubes at different time via ADF
@ksh-v8x
@ksh-v8x 4 жыл бұрын
Hi, thank you for your Videos I am trying to process AAS Tabular Partitions but unable to understand how to configure it using DataFactory can you please guide me.
@chandrashakerkadavergula8687
@chandrashakerkadavergula8687 3 жыл бұрын
I am using a web activity to call an API and I am getting gateway time out error. How to resolve it as my API will take more time to execute
@rahulparmar208
@rahulparmar208 2 жыл бұрын
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...
@feliperosero780
@feliperosero780 4 жыл бұрын
tks. How do you save the response of the web services?
@WafaStudies
@WafaStudies 4 жыл бұрын
If u would like to save JSON response to file then use API dataset as source in copy activity. Using web activity u can use that activity response in subsequent activities depending up on need
@feliperosero780
@feliperosero780 4 жыл бұрын
@@WafaStudies mmm maybe you know of an example?
@robinson03584
@robinson03584 4 жыл бұрын
@@WafaStudies Is there a way to store the data in the variable or paramter.so that I pass the json as an input to someother activity?
@courtneyh1533
@courtneyh1533 4 жыл бұрын
@@WafaStudies I have a strange use case. I have need post an api request with a SSL request, Basic authentication (username and password). The API rest data set source only allows me to do one or the other.
@hmn4124
@hmn4124 4 жыл бұрын
Hi, for the PUT request action, what do I need to put into the body of the message? It seems that adding a dataset is not enough.
@edwinraj2652
@edwinraj2652 3 жыл бұрын
Did you get a solution for your post. Im stuck at the same point where choosing dataset reference requires body to be set.
@varunkulkarni7908
@varunkulkarni7908 4 жыл бұрын
Superb Explained
@WafaStudies
@WafaStudies 4 жыл бұрын
Thank you 🙂
@rahulshashwat5370
@rahulshashwat5370 3 жыл бұрын
Thanks for the video.Can you please show posting dataset in the body of web activity.
@vyshakhunnikrishnan2372
@vyshakhunnikrishnan2372 4 жыл бұрын
Thanks for the demonstration
@manikantareddy2231
@manikantareddy2231 3 жыл бұрын
How to copy from API to blob
@samuelsamm9297
@samuelsamm9297 3 жыл бұрын
Brother, can you please add a text REST API in the title, this video helps a lot if anyone needs to do REST API task in ADF
@akashtribhuvan8124
@akashtribhuvan8124 Ай бұрын
Thank You!
@dennis771
@dennis771 Жыл бұрын
The video didn't go further to show how you will automate the process especially the body of the post.
@sonamkori8169
@sonamkori8169 2 жыл бұрын
Thank You Sir
@WafaStudies
@WafaStudies 2 жыл бұрын
Welcome ma'am ☺️
@gauravchourasia8083
@gauravchourasia8083 4 жыл бұрын
Thanks bro
@shanes2007
@shanes2007 4 ай бұрын
Good content ... Just tired of the User Properties explanation...😀 Since its a series , you can omit that for subsequent modules...
@aqlanable
@aqlanable 3 жыл бұрын
i like your videos but really stop user properties every time
@battulasuresh9306
@battulasuresh9306 4 жыл бұрын
❤it's awesome Can we have email of u?
@WafaStudies
@WafaStudies 4 жыл бұрын
Thank you😀 email available in channel discription
@AshishSharma-bl7we
@AshishSharma-bl7we 4 жыл бұрын
@@WafaStudies Please tell when to use REST API under copy data VS this Web component
39. WebHook Activity in Azure Data Factory
12:59
WafaStudies
Рет қаралды 44 М.
42. Lookup Activity in Azure Data Factory
19:17
WafaStudies
Рет қаралды 84 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 148 МЛН
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 9 МЛН
Azure Data Factory Custom Email Notifications Tutorial
29:22
Adam Marczak - Azure for Everyone
Рет қаралды 87 М.
33. ForEach Activity in Azure Data Factory
12:05
WafaStudies
Рет қаралды 86 М.
26. Delete Activity in Azure Data Factory
11:59
WafaStudies
Рет қаралды 58 М.
12. Integration runtime in Azure Data Factory
15:43
WafaStudies
Рет қаралды 141 М.
Azure Data Engineer Mock Interview - Project Special
26:28
Azurelib Academy
Рет қаралды 24 М.
Azure Data Factory - Web Activity / Calling Logic Apps (Part 6)
17:40
MitchellPearson
Рет қаралды 11 М.
76. Continuous integration and deployment in Azure Data Factory
51:53
5. Copy Activity in azure data factory | Copy data activity in ADF
14:02
learn by doing it
Рет қаралды 10 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 148 МЛН