I never understood this confused parameterized value passing from other instructors except your teaching methods that remained clear explanations. I am learning a lot of things from you which I could not enjoy from other sources. Muhammad Khan from North America.
@sivakrishnareddyseelam2964 ай бұрын
I love to watch your azure content very concisely
@sivakrishnareddyseelam2964 ай бұрын
Please make interview questions and how to approach to tell it will be helpful for me
@sdhilip2 жыл бұрын
Very good live use case. Fantastic explanation, Annu
@avinashthakur47442 жыл бұрын
Very nice explanation Annu Keep up the good work ✌️✌️😊
@temitayomakinwa88976 ай бұрын
Thank You Annu! This is great content! Keep up the good work!
@harshbrahmbhatt37272 жыл бұрын
Your content is really nice Annu🔥👏..keep posting more such content👍
@azurecontentannu6399 Жыл бұрын
Thank you so much 🙂
@sravankumar17672 жыл бұрын
Nice explanation 👌 👍 👏
@azurecontentannu63992 жыл бұрын
Thankyou 😊
@mohitupadhayay14396 ай бұрын
Great content. Would like to see full end to end implementation for a real time sceanrio.
@karaokekim42378 ай бұрын
I'm a newbie to ADF. Thanks for the videos. How can I copy multiple files that exactly match from a folder at once (filecsv, file.pdf, file.xml).
@grim_rreaperr8 ай бұрын
So to re-iterate the requirement is to copy multiple files using one copy activity? If yes please check my approach Step-1: point your source DS to the container in source side of copy activity Step2: select wildcard file path under File Path Type in source side of copy activity Step2: ensure recursive flag is enabled in source side of copy activity Step3: select PreserveHierarchy under copy behaviour in sink side of copy activity
@GaneshDasari-s6l2 ай бұрын
Thanks for the video. I have scenario like how to copy SharePoint files to Azure storage using ADF parametrize country wise.
@kirankavya2 жыл бұрын
Keep it up 😊
@azurecontentannu63992 жыл бұрын
Thank you Maa 🤗
@rohitsethi5696 Жыл бұрын
scenario 1) This is one job of SSIS there are 5 FTP each ftp has user id and password are store in Table .Second table having the file name .There are 3 types of files .Out of 3 files 2 are mandatory and 3th file are not mandatory . if mandatory files are missing then send email the file name are missing with Job name. and stop the Package .Minatory file start from ZA.*.csv and non mandatory file name start A*.csv next is data business logic. 2) files zip format download to local drive and after completing of PKG file then zip it and send to FTP with new date and delete downloaded files
@azurecontentannu6399 Жыл бұрын
Hi Rohit thanks for putting so much effort in sharing the scenario, I will see if I get a chance will try to replicate in adf. I haven't worked in ssis, but I can corelate with most of the requirement in the above scenario. Thanks for supporting the channel.
@satyareddy81392 жыл бұрын
How can I copy desired multiple files from a folder at once.
@azurecontentannu63992 жыл бұрын
You can check the 3rd video of the playlist and after getmetadata , you can use filter activity to filter out the files you want to copy writing some condition. Check 4th video you will get better idea