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

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • 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...

КОМЕНТАРІ • 14

  • @pramodkumarw
    @pramodkumarw 5 днів тому +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

  • @petrisavolainen5188
    @petrisavolainen5188 7 місяців тому +2

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

    • @srigunnala
      @srigunnala  7 місяців тому

      Glad, it helped you! Cheers, Sri!

    • @yoismelperez2744
      @yoismelperez2744 6 місяців тому

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

  • @saurabhjain507
    @saurabhjain507 9 місяців тому +1

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

    • @srigunnala
      @srigunnala  9 місяців тому

      I'm glad you liked it!

  • @satyaadabala2411
    @satyaadabala2411 9 місяців тому +1

    Very well explained. Thanks for the video

  • @prosenjitpaul6380
    @prosenjitpaul6380 6 місяців тому

    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

  • @nizdon
    @nizdon 7 місяців тому

    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 ?

  • @aswin123ify
    @aswin123ify 5 місяців тому

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

  • @ujjwaln90
    @ujjwaln90 6 місяців тому

    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 ?

  • @rishabhdugar1180
    @rishabhdugar1180 8 місяців тому

    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?