Azure Function Activity in Azure Data Factory | ADF Series | Part-5

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 15

  • @kgolthi7787
    @kgolthi7787 2 ปีที่แล้ว +1

    Great Job. Thanks for detailed explanation while doing a live demo!

  • @HanumanthaReddy-lp4yv
    @HanumanthaReddy-lp4yv 6 หลายเดือนก่อน

    You are awesome bro🎉🎉🎉keep going

  • @TheDataArchitect
    @TheDataArchitect ปีที่แล้ว +1

    The most simplest way of doing it, thanks a lot. Do you have more video's related to call shell or bash script from VM using the azure function?

  • @rtrs5413
    @rtrs5413 2 ปีที่แล้ว +1

    Bro For this came
    Thank you

    • @iaminazure
      @iaminazure  2 ปีที่แล้ว

      Thanks Rt...please like share and subscribe the channel for latest content on Azure

  • @kishorekumar-lo9iy
    @kishorekumar-lo9iy 3 ปีที่แล้ว +1

    Very nice explanation

    • @iaminazure
      @iaminazure  3 ปีที่แล้ว +1

      Thanks Kishore

  • @MrChandu7
    @MrChandu7 2 ปีที่แล้ว +1

    Hope you are doing good..
    If possible .. please do any one real time small project.. as of now we learnt how create .. please provide one video with a small project type.. that will be appreciable.. Thanks for the video

  • @kirubababu9255
    @kirubababu9255 2 ปีที่แล้ว

    Good explanation,
    I have a doubt, Inside Azure function linked service, what does the parameter indicate?

    • @iaminazure
      @iaminazure  2 ปีที่แล้ว

      Thanks Babu, parameter is for runtime execution.
      docs.microsoft.com/en-us/azure/data-factory/parameterize-linked-services?tabs=data-factory

    • @kirubababu9255
      @kirubababu9255 2 ปีที่แล้ว

      @@iaminazure
      I am not asking about parameter which belongs to adf, there is a parameter which is present in azure function linked service(to setup azure function in adf).
      What is the actual purpose of that?

  • @somublackstar
    @somublackstar 2 ปีที่แล้ว

    Bro,
    In ADF, I want to use azure function which reads data from postgres and function should write data to MySQL
    Can you help me with it, please

  • @abduljaweed8131
    @abduljaweed8131 10 หลายเดือนก่อน

    Hi bro
    I have one scenario like i have a documents in cosmosdb for nosql and i want to create a pipeline to triggered it if certain value is updated in cosmosdb document like age=21then trigger the event and then perform some transformation using python and then send that changes to new cosmosdb container
    If you make one video on that scenario that could be great helpful

  • @deepak_s58
    @deepak_s58 ปีที่แล้ว

    Is it possible to convert json files into pdf using Azure Data Factory or any other Azure technology?

    • @iaminazure
      @iaminazure  ปีที่แล้ว

      I don't think there is an inbuilt functionality as such. We need to write custom code for that.