Securing Azure Function Calls with Azure AD and Calling From Azure Logic Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025
  • This video provides a step-by-step guide on how to secure your Azure Function Apps using Azure Active Directory (Azure AD) and then, call them from an Azure Logic App.
    📌 Key points covered in this video include:
    1️⃣ Introduction to Azure Function Apps and Logic Apps.
    2️⃣ Step-by-step guide to creating an Azure AD application.
    3️⃣ Assigning the Azure AD application to your Function App for secure authentication.
    4️⃣ Setting up an Azure Logic App and configuring it to use Azure AD for authenticating calls to your Function App.
    👍 Don't forget to like, comment, and subscribe if you found this video helpful. Stay tuned for more in-depth tutorials on Azure!
    Come and say Hi!
    🌏 My Blog - srigunnala.com/
    ✅ LinkedIn - / srikanthg. .
    ☕Say Thank You! - www.buymeacoff...

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

  • @petrisavolainen5188
    @petrisavolainen5188 11 หลายเดือนก่อน +2

    Good explanation, especially the last bit with allowed token audiences ... that got me. Thanks man.

    • @srigunnala
      @srigunnala  11 หลายเดือนก่อน

      Glad, it helped you! Cheers, Sri!

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

      @@srigunnala agreed, the allow audience got me as well. Thanks!

  • @pramodkumarw
    @pramodkumarw 4 หลายเดือนก่อน +1

    I have gone through this article 5 or 6 times but not able to understand the AD authentication .but today this is my might be 6 or 7 attempt so finally I understand the AD authentication and Managed Identity 💯%.
    Thanks for the beautiful article

    • @srigunnala
      @srigunnala  4 หลายเดือนก่อน

      I am glad it helped you!

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

    Brilliant! So very well explained. Thank you for this video.

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

      I'm glad you liked it!

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

    Very well explained. Thanks for the video

  • @rajendraprasadaluka3131
    @rajendraprasadaluka3131 16 วันที่ผ่านมา

    @sri will Azure standard logic apps support authentication for an Azure function call using a managed identity and Microsoft Entra authentication?

  • @nizdon
    @nizdon 11 หลายเดือนก่อน

    Nice video thank you. One question , in function app you have mentioned audeince without /default in the url . But in postman in scope you have mentined /default . Wanted to check why the difference ?

  • @prosenjitpaul6380
    @prosenjitpaul6380 9 หลายเดือนก่อน

    Very helpful. One query I have how do i restrict access to azure function to specific AD security group, so that other can use this resource as well

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

    Hi Thanks for explaining this concept, I have created the access token. But its getting expired in 1hr 20 mins. After that its showing me: Lifetime validation failed, the token is expired.Is there a way to extend the validity of bearer token ?

  • @aswin123ify
    @aswin123ify 9 หลายเดือนก่อน

    can you do similar video for securing azure function call with azure ad and calling from app service web app ?

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

    I followed step by step and trying through postman , i still get You do not have permission to view this directory or page. do you know what could be the issue?