Azure Databricks - Accessing Data Lake - Using a Service Principal

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

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

  • @prathibhamathews4053
    @prathibhamathews4053 4 ปีที่แล้ว +3

    Excellent presentation Dinesh! Very simple and neat solution! I was struggling with Service principal access issues and thankfully I came upon this video and was able to solve it. Thank you!!

  • @sjitghosh
    @sjitghosh 4 ปีที่แล้ว +2

    People like Dinesh makes our life easier. detailed and smart representation.

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

    Excellent presentation Dinesh! I enjoyed watching it all the way through. I can't wait to view your future videos!

  • @thomsondcruz5456
    @thomsondcruz5456 3 ปีที่แล้ว +2

    Great video. Typically in projects we do the following
    1. Mount ADLS Gen2 in Databricks using the same Service Principal Approach instead of writing the code in every notebook
    2. Use a Databricks or Azure Key Vault to store secrets

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

      You are correct Thomson. We do the same when the storage is required by multiple processes.

  • @meetabhi200
    @meetabhi200 3 ปีที่แล้ว

    Nice one Dinesh !! Now concept is very much clear on ADSL access via app registration in databricks

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

    Very Clear Explanation. Excellent!

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

    Dinesh Sir, excellent presentation, mind blowing for me to get understand on Azure data lake gen 2 and data bricks service usages. Thank you very much.

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

    REally awesome presentation - thanks a lot!!

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

    Super helpful. Your explanation is really awesome and organized. Thank You :)

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

    Great. I learned service principal concept, iam based permissions as well with this video. Very nice content

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

    Very clear explanation.

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

    Great video! Thank you!

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

    Superb explanation.

  • @pankajmahra3819
    @pankajmahra3819 4 ปีที่แล้ว

    Dinesh thanks for the Video, highly recommended!!!
    Ques:- if the data lake is in diff resource group and the databricks is in diff resource group then also the access policy works on the same way or the diff methodology is applied.

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

      If the security principal used in the databricks has access(either RBAC or ACL permission) to storage account then no problem even databricks and storage account in different resource group. Hope i have answered your question.
      Note: Resource groups are used to manage the azure components efficiently.

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

    Can I pass my SSO credentials that used to login into Power BI to make Databricks connectivity? Please confirm. Regards, Sam

  • @douglasleal4382
    @douglasleal4382 3 ปีที่แล้ว

    hi, tks for the video. I want table acl and permission with service principal acl. How i make this?

  • @guptaashok121
    @guptaashok121 3 ปีที่แล้ว

    I was struggling to apply ACL to my service principal, as none of the documentation talks about giving execute permission at container level. thanks.

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

    Dude really great. Sorted me out how to use SP (no RBAC)+ ACL . A quick question--> Is there a limitation on how many users can have access to the same service pricipal ?

    • @DineshPriyankara
      @DineshPriyankara  4 ปีที่แล้ว

      Thanks Pravin, if I understand your question, what you need to know is, how many users can access the DLS using the SP. As far as I know, there is no limit.

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

    Thank you soooo much : )

  • @kohilavanimurthy1960
    @kohilavanimurthy1960 3 ปีที่แล้ว

    Please do a vedio for accessing through Managed Identity

  • @vivekgarg185
    @vivekgarg185 3 ปีที่แล้ว

    Thanks for this information Dinesh. Just wanted to know 2 things:
    1. What is the use of Directory ID?
    2. Is this the same process we should follow for ADLS Gen1?
    Please suggest.

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

      Sorry for not replying immediately. I am sure that you have found the answer but writing this, it might helpful for others. Directory ID is the tenant id, or your Active Directory ID. You can get it from AD Azure blade. This video is based on Gen 2.

  • @anshulbisht4130
    @anshulbisht4130 4 ปีที่แล้ว

    hey do u code in python also ?

    • @DineshPriyankara
      @DineshPriyankara  4 ปีที่แล้ว

      Yes, I do :), generally only for data science experiments