Skip to content
    Categories
    Select Category

    Welcome to Teams Tuesday

    A podcast about mastering the best of what other people have already figured out with M365.

    Teams Tuesday focuses on insights and lessons that never expire. You’ll walk away from every episode with actionable insights that help you get better results and be more productive.

    Back to Home

    Trigger Azure Function using Power Automate-Part 2

    1 min read

    Target Audience

    Developer

    Categories

    Power Automate / Azure

    Read Time

    10 minutes

    Understand time including reading links

    1 hr

    This is the final part of the 2-part blog series where we need to Call the Azure function that we are created from the Power automate.

    Previous Blog posts: https://wardpeter.com/pnp-provision-with-azure-functions-part-1/

    • Creating the New Flow from a new item created in SharePoint list activity.
    • Select the site and the list that we need to trigger the flow.
    • Select the HTTP Activity to call Azure function.
    • Add the URL from the Azure Function and select trigger type as POST.

    • Add the body vales in the Json format as shown in the below screen shot.

    • Once I created the item in the list as shown below, flow will trigger, and a new site collection will be created and provided template will be applied.

    • Here is the screen shots for the successful output.

     

    Comments are closed.